Indeed Scraper avatar
Indeed Scraper
Try for free

Pay $5.00 for 1,000 results

View all Actors
Indeed Scraper

Indeed Scraper

misceres/indeed-scraper
Try for free

Pay $5.00 for 1,000 results

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.

User avatar

Expired Posts

Closed

Chambiar opened this issue
5 months 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?

User 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.

User avatar

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

User avatar

Chambiar

4 months ago

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

Developer
Maintained by Apify
Actor metrics
  • 376 monthly users
  • 99.9% runs succeeded
  • 6.0 days response time
  • Created in Mar 2023
  • Modified 5 days ago
Categories