Simplyhired Jobs Search Scraper avatar

Simplyhired Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Simplyhired Jobs Search Scraper

Simplyhired Jobs Search Scraper

Scrape job listings from SimplyHired, a global job search aggregator. Extract job titles, companies, locations, salary estimates, and job types for comprehensive job market analysis and recruitment research.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract job listings from SimplyHired - a global job search aggregator. Collect job titles, companies, locations, salaries, and descriptions from multiple sources.

Features

  • Keyword search — find jobs by keyword, search term, or role
  • Location filtering — narrow results to specific cities, regions, or countries

Use Cases

  • Cross-platform job market overview — aggregate listings from multiple sources in a single dataset
  • Global recruitment aggregation analysis — compare hiring patterns across US and international markets
  • Salary benchmarking across sources — collect salary data from diverse employers and industries
  • Multi-region hiring trend tracking — monitor job volume and role demand across different geographies

Sample Input

{
"mode": "search",
"keywords": "software engineer",
"location": "New York, NY",
"jobType": "fulltime",
"datePosted": "",
"maxJobs": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Sample Output

{
"jobId": "sh-987654",
"title": "Senior Software Engineer",
"company": "Google",
"location": "New York, NY",
"salaryRange": "$150,000 - $200,000",
"description": "Google is looking for a senior software engineer to work on cloud infrastructure...",
"requirements": ["5+ years experience", "BS in Computer Science"],
"applyUrl": "https://simplyhired.com/apply/987654",
"postedDate": "2026-06-15",
"source": "SimplyHired",
"jobUrl": "https://simplyhired.com/job/987654",
"scrapedAt": "2026-06-20T10:00:00.000Z",
"companyRating": 4.5,
"jobType": "Full Time",
"salaryMin": 150000,
"salaryMax": 200000,
"salaryPeriod": "yearly"
}

Input

FieldTypeDefaultRequiredDescription
keywordstringsoftware engineerJob search keyword (e.g., 'software engineer', 'data scientist', 'nurse').
locationstringNew York, NYCity, state, or zip code (e.g. 'New York, NY'). Leave empty for remote/all.
results_wantedinteger20Maximum number of job listings to collect.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Residential proxy recommended for reliable access.
experienceLevelstringFilter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director.
salaryMinintegerShow only jobs paying at least this annual salary in USD.
salaryMaxintegerMaximum salary filter (in USD). Only show jobs paying at most this amount.
remoteFilterstringFilter by work location type: Remote, Hybrid, On-site.
educationLevelstringFilter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate.

Output

FieldDescription
jobIdUnique job identifier
titleJob title
companyCompany name
locationJob location
salaryRangeSalary range
descriptionFull job description
requirementsJob requirements
applyUrlApply URL
sponsoredWhether the listing is sponsored
postedDateDate the job was posted
sourceSource of the job listing
jobUrlDirect URL to the job listing
scrapedAtISO timestamp when the job was scraped
companyRatingCompany rating
companyPageUrlCompany page URL
jobTypeType of job
salaryMinMinimum salary
salaryMaxMaximum salary
salaryPeriodSalary period (yearly, hourly, etc.)
benefitsList of benefits
remoteWorkRemote work status
salarySalary information
skillsRequired skills
description_textPlain text description
job_typeJob type
date_postedDate posted
urlURL

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
  • Rate limits: Keep result limits reasonable per run to avoid IP bans
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset