SimplyHired Job Scraper avatar

SimplyHired Job Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
SimplyHired Job Scraper

SimplyHired Job Scraper

Scrapes SimplyHired job listings by keyword and location, returning job titles, companies, locations, salaries, job types, requirements, ratings, posting dates, URLs, and raw listing data.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Scrapes job listings from SimplyHired by keyword and location.

Input

FieldDefaultDescription
querysoftware engineerJob title, skill or keyword (the "What" field).
location""City, state, ZIP or "Remote" (the "Where" field). Empty = nationwide.
job_type""Employment-type filter: full-time, part-time, contract, permanent, or empty for any.
max_results20Maximum records to return (1–500). 20 jobs per page.

The actor runs with empty input, defaulting to "software engineer" nationwide.

Output

One record per job listing:

{
"job_key": "v9ad5IPb_GBh1JUwV0cuthZLOIOF_e2m7zeuxsZcnU_fIKtGmu_RSw",
"title": "GPU Architecture Engineer - New College Grad 2026",
"company": "NVIDIA",
"location": "Austin, TX",
"salary": "$124,000 - $241,500 a year",
"job_types": ["Full-time"],
"remote_attributes": [],
"benefits": [],
"requirements": ["Computer Science", "Doctor of Philosophy", "Python", "Entry level"],
"snippet": "Develop tools to validate performance models and verify functional models…",
"company_rating": 4.2,
"sponsored": false,
"indeed_apply": false,
"date_posted": "2026-07-22T02:03:52Z",
"job_url": "https://www.simplyhired.com/job/v9ad5IPb_GBh1JUwV0cuthZLOIOF_e2m7zeuxsZcnU_fIKtGmu_RSw",
"company_page_url": "https://www.simplyhired.com/browse-jobs/companies/Nvidia",
"search_query": "python developer",
"search_location": "Austin, TX",
"raw": { "…": "the untouched SimplyHired job object" }
}

raw carries the original SimplyHired payload so no field is lost.

Data source and auth

Public search pages at https://www.simplyhired.com/search?q=…&l=…. No API key, no account. Salary is only present when the employer published one, and date_posted is derived from the listing's dateOnIndeed timestamp.

Caveats

SimplyHired is a consumer site with bot protection; requests are Chrome-impersonated and paced (~0.8 s between pages), and the actor retries across impersonation profiles. Heavy or sustained use may still be rate-limited or blocked. Respect SimplyHired's Terms of Service and robots policy, and keep request volumes modest.