Monster Jobs Scraper
parseforge/monster-scraper
JobsDeveloper toolsAutomation
Scrapes Monster job postings by keyword and location. Returns each job as a flat row with title, company, location, salary, and posting date.
- Total users
- 14
- Monthly active
- 0
- Total runs
- 237
- Bookmarked
- 1
- Rating
- Not rated yet
- Last modified
- 12 days ago
Overview

πΌ Monster Jobs Scraper
Collect structured job listings from Monster.com without coding. Designed for recruiters, HR teams, and market researchers who need a Monster.com scraper without coding, this tool lets you download Monster job data as CSV, Excel, or JSON. Search by job title and US location to monitor competitor hiring or benchmark salaries at scale.
The Monster Jobs Scraper collects 24 structured fields per US job listing, including salary ranges, geo coordinates, remote flags, and direct apply URLs.
β¨ What Does It Do
- π° Salary data - Benchmark compensation ranges with currency across roles and regions
- π Geo coordinates - Map job distribution by latitude and longitude for location intelligence
- π Remote detection - Filter to listings Monster flags as remote
- π― Direct apply URLs - Feed application links straight into your recruiting pipeline
- ποΈ Freshness filters - Keep only postings from today, the last week, or the last month
- π§ Related search crawling - Automatically follows Monster's related job searches to reach larger result sets
π Data Fields
Every job listing is returned as a structured record. The table below reflects the fields produced by a real run (query software engineer in New York):
| Field | Description | Example |
|---|---|---|
title |
Job title | Software Engineer |
url |
Canonical job posting URL | https://www.monster.com/job-openings/software-engineer-new-york-ny--d5c773ba-... |
jobId |
Unique job identifier | d5c773ba-2050-4740-b5aa-1f6efe3ee92c |
status |
Listing status | ACTIVE |
company |
Hiring company name | ECLARO |
location |
City and state | New York, NY |
city |
City | New York |
state |
State or region | NY |
country |
Country code | US |
postalCode |
Postal / ZIP code | 10036 |
latitude |
Latitude | 40.64636 |
longitude |
Longitude | -73.95578 |
isRemote |
Whether Monster flags the job as remote | false |
salaryMin |
Salary range minimum | 85000 |
salaryMax |
Salary range maximum | 120000 |
salaryCurrency |
Salary currency | USD |
description |
Condensed job description | To keep up, we need senior-level engineers who... |
datePosted |
Date the job was posted | 2026-06-24T13:56:36.669Z |
postedAgo |
Human readable recency | 5 days ago |
applyUrl |
Direct application URL | https://www2.jobdiva.com/candidates/myjobs/... |
applyType |
Apply method | INTEGRATED |
promoted |
Whether the listing is promoted | false |
sourcePage |
Monster search page the listing came from | https://www.monster.com/jobs/q-software-engineer-jobs-l-new-york |
scrapedAt |
Timestamp of collection | 2026-08-11T14:03:22.100Z |
Some fields (
salaryMin,salaryMax,postalCode,applyUrl) are only present when the employer supplied them, so they may be empty on a given listing.
Coverage is Monster's US board (monster.com).
π How to Use
No technical skills required. Follow these simple steps:
- Sign Up: Create a free account w/ $5 credit
- Find the Tool: Search for "Monster Jobs Scraper" in the Apify Store and configure your input
- Run It: Click "Start" and watch your results appear
That's it. No coding, no setup, no complicated configuration. Now you can export your data in CSV, Excel, or JSON format.
π How to use
- π Sign up. Create a free account with $5 credit (takes 2 minutes).
- π Open the Actor. Go to the Monster Jobs Scraper page on the Apify Store.
- π― Set input. Configure the input fields in the form (or paste a JSON), then set
maxItems. - π Run it. Click Start and let the Actor collect your data.
- π₯ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
β±οΈ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
β οΈ Disclaimer
This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Monster Worldwide, Inc. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.
π Recommended Actors
- π Google Search Scraper - Multi-engine SERP results with country and language targeting
- πΊοΈ Nominatim OSM Scraper - Geocode addresses via OpenStreetMap
- π Indexmundi Scraper - Global demographic and economic indicators
- π° RAG Web Browser - Crawl and extract clean text from any URL for AI retrieval
- π Website Content Crawler - Crawl entire sites and export structured content
π‘ Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
π Need Help?
If you hit a bug, have questions about setup, or need a scraper we haven't built yet, open our contact form or write to parseforge@protonmail.com. We also take on paid custom data projects.
For faster answers, join our Discord. It's the best place to get support and suggest new actors.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| keyword | string | Job title, skill or keyword to search for on Monster.com, for example "software engineer" or "data analyst". | software engineer |
| location | string | US city or state to search in, for example "New York" or "Texas". Leave empty to search nationwide. | New York |
| maxItems | integer | Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 | 10 |
| remoteOnly | boolean | Keep only listings Monster flags as remote. | false |
| recency | string (6 options) | Keep only listings posted within this window. | any |
| proxyConfiguration | object | Residential proxies are required to reach Monster.com reliably. | {"useApifyProxy":true,"apifyProxyGroups" |
Pricing
from $23.99 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| Actor Start | Charged once when the run starts. | $0.005 |
| Result Item | Charged once per result collected. | $0.02399 to $0.03199 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~monster-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"keyword": "nurse",
"location": "New York",
"maxItems": 10
}' Examples
Input that runs as-is.
{
"keyword": "nurse",
"location": "New York",
"maxItems": 10
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.