The most advanced Google Jobs Scraper available! Built with enterprise-grade flexibility, lightning-fast performance, and comprehensive customization options. Extract detailed job data, application links, company information, and full job descriptions. Unlimited usage, no monthly rental fees.
Maximum number of pages to fetch (each page has ~10 results). Set to 0 for unlimited pagination (fetch all available pages).
Default value of this property is 0
Include Location Radius
include_lradbooleanOptional
Whether to include location radius filtering
Default value of this property is false
Location Radius Value
lrad_valuestringOptional
Location radius value in miles (e.g., '2', '5', '10'). Only used when include_lrad is true.
Request Delay
max_delayintegerOptional
Delay between API requests in seconds (to avoid rate limiting)
Default value of this property is 1
Output Filename
output_filestringOptional
Custom filename for saving results. Leave empty for auto-generated filename.
Company Name Filter
company_filterstringOptional
Filter out jobs from specific companies. Enter a single company name or comma-separated list (e.g., 'Company A, Company B'). Case-sensitive matching by default. If company_filter_regex is enabled, this field accepts regular expressions for pattern matching (e.g., 'implenia' to match 'Implenia', 'IMPLENIA', 'Implenia Germany', etc.). Alternative to company_filter_list.
Company Name Filter (List)
company_filter_listarrayOptional
Filter out jobs from specific companies as a list. Each item in the array is a company name to filter out. Case-sensitive matching by default. If company_filter_regex is enabled, each item is treated as a regular expression pattern. If provided, this takes precedence over the text filter.
Company Filter Regex Mode
company_filter_regexbooleanOptional
Enable regex pattern matching for company filters. When enabled, company_filter and company_filter_list values are treated as regular expressions for exclusion matching. Useful for matching company name variations (e.g., 'implenia' matches 'Implenia', 'IMPLENIA', 'Implenia Germany', 'Implenia AG'). Default: false (exact case-sensitive matching).
Default value of this property is false
Job Source Filter (via)
via_filterstringOptional
Filter out jobs from specific job sources/platforms (e.g., 'Indeed', 'ZipRecruiter', 'LinkedIn'). Enter a single source or comma-separated list. Case-sensitive matching. Alternative to via_filter_list.
Job Source Filter (via) - List
via_filter_listarrayOptional
Filter out jobs from specific job sources/platforms as a list. Each item in the array is a source name to filter out. Case-sensitive matching. If provided, this takes precedence over the text filter.