Monster Job Search Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsMonster Job Search Scraper
Monster Job Search Scraper that automates the search of job opportunities at Monster by scraping the lists of available positions based on keyword and location.
You can access the Monster Job Search Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "query": "IT",
3 "address": "London, England",
4 "country": "GB",
5 "radius": 20,
6 "resultsLimit": 20,
7 "proxy": {
8 "useApifyProxy": true,
9 "groups": [
10 "RESIDENTIAL"
11 ],
12 "apifyProxyCountry": "GB"
13 }
14}' |
15apify call mscraper/monster-job-search-scraper --silent --output-dataset
Monster Job Search Scraper API through CLI
The Apify CLI is the official tool that allows you to use Monster Job Search Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: