![monster-scraper avatar](https://images.apifyusercontent.com/hzMw85m_J91vIVJ9ruN8NNv8Q-Y-YlKu3lUvyPZ4L88/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vbVNYajhRRlJVMjNZOXRjVW4tYWN0b3ItSGtMMzhMYkdCQmV0Z2FjMU8teGxlRmg3Y01ORC10dC5wbmc.webp)
monster-scraper
Try for free
No credit card required
Go to Store
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
Parameter | Type | Description |
---|---|---|
address | String | Location to search for jobs (e.g. "New York, NY") |
query | String | Job search keyword/term |
radius | Integer | Search radius in miles around location |
offset | Integer | Number of results to skip for pagination |
page_size | Integer | Number of results per page (max 100) |
country | String | Two-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