Indeed Scraper avatar
Indeed Scraper

Pricing

$5.00 / 1,000 results

Go to Store
Indeed Scraper

Indeed Scraper

Developed by

Misceres

Misceres

Maintained by Apify

Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the output attributes position, location, and description.

4.4 (28)

Pricing

$5.00 / 1,000 results

370

Total users

11K

Monthly users

1.6K

Runs succeeded

>99%

Issues response

23 days

Last modified

2 months ago

CH

Expired Posts

Closed

Chambiar opened this issue
2 years ago

Hello, How would we set up a task to make sure we are getting an updated list of job posts that were included in a previous run and now expired?

ondrejklinovsky avatar

Hello, you can use advanced query to search for a job of specific company and title using company:"" and title:"", more info here.

So for each job post from your previous run, you'll need to use the fields company and positionName to create the URL in format:

https://www.indeed.com/jobs?q=title:"<POSITION_NAME>" company:"<COMPANY>"

This should find that exact job, but to be sure you should check that the job ids match (id field).

UPDATE: you can use url fields from the results and pass them to startUrls as input for the next run, this should scrape the jobs from the previous run.

Regarding job expiration, the scraper doesn't get that information currently, but this should be easy to add so you can expect it this or the next week.

ondrejklinovsky avatar

Hi again, the new version of the scraper now includes isExpired field in the results.

CH

Chambiar

a year ago

That’s awesome. How does that work in concept?