Google Jobs Scraper is to enable you to scrape Google Jobs Results, extract "googleJobs", "categories". Allow customizing country or language or job radius and extraction of custom attributes. Download data as HTML table, JSON, CSV, Excel, XML.
The maximum number of search result pages crawled for each search query or URL.
CSV friendly output (1 result on 1 row)
csvFriendlyOutputbooleanOptional
If checked, the crawler will return results in a structure suitable for CSV format. Only organic results are included.
Default value of this property is false
Search Location - UULE location code
locationUulestringOptional
The code for geolocation of search results. It's passed to Google Search as the uule URL query parameter. You can use the UULE code generator. Learn more about emulating local search.
Notice: This parameter is the ONLY way to get Google Jobs results from a specific location.
Country
countryCodeEnumOptional
This param is for the Country (e.g. es for Spain). The values must be lower-cased ISO 3166 country codes supported by Google. By default, the actor uses United States (us).
Notice: To get Google Jobs results from a location, please use UULE code. If you choose countryCode as es without setting locationUule, you will get the results from United States(default search location). To get results from Spain, you need to set locationUule to w+CAIQICIFU3BhaW4=
Language for the search results, which is passed to Google Search as the hl URL query parameter. Only set this if you want to use a non-default language for the selected country. The values must be lower-cased ISO 639 language codes supported by Google.
This setting only applies to Search queries, but not to URLs.
This param is for the Google Search Domain (e.g. google.es for Spain). By default, the actor uses United States (google.com).
Notice: To get Google Jobs results from a location, please use UULE code. If you choose googleDomain as google.es without setting locationUule, you will get the results from United States(default search location). To get results from Spain, you need to set locationUule to w+CAIQICIFU3BhaW4=
Allow you to search jobs within the radius - in kilometers.
Work From Home
remoteOnlybooleanOptional
If checked, the crawler will search for work from home jobs.
Filter Param
filterParamstringOptional
Jobs results can be filtered by this filter param. The filter param can built from categories.param:categories.options.value. Eg: date_posted:today,employment_type:FULLTIME. List of filter params can be found from results fof each search results.
Save HTML to dataset
saveHtmlbooleanOptional
If checked, the HTML of Google Search results pages will be stored to the default dataset, under the html property. This is useful if you need to process the HTML, but it makes the dataset large and reduces performance.