Simplyhired Jobs Search Scraper
Pricing
Pay per usage
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
keyword | string | software engineer | Job search keyword (e.g., 'software engineer', 'data scientist', 'nurse'). | |
location | string | New York, NY | City, state, or zip code (e.g. 'New York, NY'). Leave empty for remote/all. | |
results_wanted | integer | 20 | Maximum number of job listings to collect. | |
proxyConfiguration | object | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy settings. Residential proxy recommended for reliable access. | |
experienceLevel | string | — | Filter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director. | |
salaryMin | integer | — | Show only jobs paying at least this annual salary in USD. | |
salaryMax | integer | — | Maximum salary filter (in USD). Only show jobs paying at most this amount. | |
remoteFilter | string | — | Filter by work location type: Remote, Hybrid, On-site. | |
educationLevel | string | — | Filter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate. |
Output
| Field | Description |
|---|---|
jobId | Unique job identifier |
title | Job title |
company | Company name |
location | Job location |
salaryRange | Salary range |
description | Full job description |
requirements | Job requirements |
applyUrl | Apply URL |
sponsored | Whether the listing is sponsored |
postedDate | Date the job was posted |
source | Source of the job listing |
jobUrl | Direct URL to the job listing |
scrapedAt | ISO timestamp when the job was scraped |
companyRating | Company rating |
companyPageUrl | Company page URL |
jobType | Type of job |
salaryMin | Minimum salary |
salaryMax | Maximum salary |
salaryPeriod | Salary period (yearly, hourly, etc.) |
benefits | List of benefits |
remoteWork | Remote work status |
salary | Salary information |
skills | Required skills |
description_text | Plain text description |
job_type | Job type |
date_posted | Date posted |
url | URL |
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