
Google Jobs Scraper
Pricing
Pay per event

Google Jobs Scraper
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.
0.0 (0)
Pricing
Pay per event
10
Monthly users
43
Runs succeeded
>99%
Last modified
7 days ago
Date filter issue
How do I filter for jobs posted 2 days ago or last week e.g.: "date_posted : 2 days ago" , can you please assist me on what strings to use in this filter to filter date results

For every result like this one: https://api.apify.com/v2/datasets/o2IgGoZ3FmdzcRu8B/items?clean=true&format=json. You will have categories
node. Each categories
node has data like:
1{ 2 "type": "Date posted", 3 "param": "date_posted", 4 "options": [ 5 { 6 "text": "All" 7 }, 8 { 9 "text": "Past day", 10 "value": "today" 11 }, 12 { 13 "text": "Past 3 days", 14 "value": "3days" 15 }, 16 { 17 "text": "Past week", 18 "value": "week" 19 }, 20 { 21 "text": "Past month", 22 "value": "month" 23 } 24 ] 25 },
You can construct the filter by param
and value
. In this search, you can filter the past 3 days, or past week...: date_posted:3days
, date_posted:week
...
This filter is from Google Results. There are many categories to filter the jobs: job_family_1: researcher
, city:Y-nYVxKD11KTyrv5Er2qzA==
...
dev_powermetrics-owner
I tried giving input -> filterParam:"date_posted:2days" / filterParam:"date_posted:1days"/ filterParam:"date_posted:24hours" but still its scraping all the data
Can you please provide me specific strings which i can use in input and get date filtered results only

Google provides some options in the categories
node, like the example above, only today
, 3days
, week
, month
are available. There is no option for 2days
or 1day
.
Pricing
Pricing model
Pay per eventThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
ONE PAGE
$0.010
Price for 1 page, usually 10 jobs results. For 1000 jobs results, it cost 1 USD.