Monster Jobs Search Scraper
Pricing
Pay per usage
Go to Apify Store
Monster Jobs Search Scraper
Scrape job listings from Monster.com. Extract job titles, companies, locations, salary estimates, job types, and descriptions for global job market analysis and recruitment intelligence.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
The latest and most advanced Monster Jobs Search Scraper. Our Monster Jobs Search Scraper extracts real-time job postings at scale from all over the world. A new research tool built for recruitment, insights and HR.
Features
- Keyword search — find jobs by keyword, search term, or role
- Location filtering — narrow results to specific cities, regions, or countries
Use Cases
- Global job market intelligence — track hiring volumes and skill demand across Monster's network of country-specific sites
- Multi-country recruitment sourcing — aggregate job listings from Monster US, UK, Canada, India, Australia and other regional domains
- Competitive workforce analysis — monitor job openings, required skills, and employment types at target companies worldwide
- Industry hiring trend tracking — analyze posting activity by sector, job type, and geographic region over time
Sample Input
{"countryName": "United States","companyName": "","locationName": "New York","includeKeyword": "React, Node.js","pagesToFetch": 1,"jobType": "FULLTIME","datePosted": "all","maxItems": 10000,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Sample Output
{"jobTitle": "Senior Frontend Developer","companyName": "TechCorp Inc","location": "New York, NY","postedDate": "2025-06-14T00:00:00.000Z","jobUrl": "https://www.monster.com/job/123456","description": "We are looking for a Senior Frontend Developer with React and Node.js experience...","searchQuery": "React, Node.js","searchLocation": "New York","scrapedAt": "2025-06-15T08:30:00.000Z"}
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
query | string | software engineer | Job title, skill, or keyword to search for (e.g. 'software engineer', 'data analyst'). | |
keywords | string | software engineer | Additional keywords to refine the search. | |
maxItems | integer | 50 | Maximum number of job listings to scrape. | |
proxyConfiguration | object | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy settings. Apify Residential proxy recommended. | |
experienceLevel | string | — | Filter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director. | |
salaryMin | integer | — | Minimum salary filter (in local currency). Only show jobs paying at least this amount. | |
salaryMax | integer | — | Maximum salary filter (in local currency). 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 |
|---|---|
jobTitle | The title of the job posting. |
companyName | The name of the company. |
location | The location of the job posting. |
postedDate | Date when the job was posted. |
jobUrl | Direct link to the job listing. |
description | The full job description. |
searchQuery | The search query used. |
searchLocation | The search location used. |
scrapedAt | Timestamp when the item was scraped. |
salary | Salary information (if available). |
jobType | Employment type (Full-time, Part-time, etc.). |
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