ParseForge Scrapers

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.

Run this scraper See the API call
Total users
14
Monthly active
0
Total runs
237
Bookmarked
1
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge Banner

πŸ’Ό 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:

  1. Sign Up: Create a free account w/ $5 credit
  2. Find the Tool: Search for "Monster Jobs Scraper" in the Apify Store and configure your input
  3. 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

  1. πŸ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the Monster Jobs Scraper page on the Apify Store.
  3. 🎯 Set input. Configure the input fields in the form (or paste a JSON), then set maxItems.
  4. πŸš€ Run it. Click Start and let the Actor collect your data.
  5. πŸ“₯ 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

πŸ’‘ 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

FieldTypeWhat it doesDefault
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 forWhat it isPrice 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.

POST Β· run and get results
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.

input.json
{
  "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.

Related scrapers

Run Monster Jobs Scraper on Apify All scrapers