The most comprehensive Google Jobs Scraper ever! Extremely configurable, highly customizable, and blazing fast. Retrieve salary, social links, apply links, and all detailed sections. Both for data retrieval and API Integration. Easy use without any limits!
This code specifies the precise location for Google Jobs searches. It's used as the 'uule' query parameter in Google Jobs Search URLs. Generate the UULE code using this generator: https://padavvan.github.io/ Caution⚠️: The 'locationUule' you use must be within the borders of the country you are searching in. For example, if your country code is 'us', providing a 'locationUule' from Canada will result in incomplete or no results.
Jobs Radius
radiusintegerOptional
Enables job searching within a specified radius, in kilometers.
Include unfiltered results
includeUnfilteredResultsbooleanOptional
If checked, the lower-quality results that Google normally filters out will be included. This usually consists of a few hundred extra results.
Default value of this property is false
CSV friendly output
csvFriendlyOutputbooleanOptional
If checked, the crawler will return results in a structure suitable for CSV format. Only 'googleJobs' results are included. CSV headers would be: title, companyName, location, description, and more.
Default value of this property is true
Extend output function
extendOutputFunctionstringOptional
Function that takes a JQuery handle ($) as argument and returns data that will be merged with the default output
Custom map function
customMapFunctionstringOptional
Function that takes each of the objects as argument and returns data that will be mapped by the function itself.