monster-scraper avatar

monster-scraper

Try for free

No credit card required

Go to Store
monster-scraper

monster-scraper

axlymxp/monster-scraper
Try for free

No credit card required

Monster Job Search Actor

This Apify actor scrapes job listings from Monster.com's mobile API.

Features

  • Search jobs by location, keyword, and radius
  • Configurable pagination with offset and page size
  • Handles authentication and anti-bot protection
  • Returns detailed job listing data

Input Parameters

ParameterTypeDescription
addressStringLocation to search for jobs (e.g. "New York, NY")
queryStringJob search keyword/term
radiusIntegerSearch radius in miles around location
offsetIntegerNumber of results to skip for pagination
page_sizeIntegerNumber of results per page (max 100)
countryStringTwo-letter country code (ISO 3166-1 alpha-2)

Example Input

1{
2    "address": "New York, NY",
3    "query": "Python",
4    "radius": 20,
5    "offset": 0,
6    "page_size": 10,
7    "country": "US"
8}

Output Data

The actor returns a list of job listings

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • 86% runs succeeded

  • Created in Feb 2025

  • Modified 5 days ago

Categories