Monster Scraper API


Specrom Analytics’ Job feed & Monster.com scraper API let’s you extract job postings in JSON format by simply specifying a search term and a city name or zip code.

Input

{"search_terms":"python programmer", "location":"Atlanta, GA", "page":"1"}

Output

[
  {
    "company_name": "CyberCoders",
    "date": "4 days ago",
    "job_title": "REMOTE Software Developer - Python",
    "location": "Atlanta, GA",
    "number_of_jobs": "358",
    "url": "https://job-openings.monster.com/remote-software-developer-python-atlanta-ga-us-cybercoders/219729338"
  },
  . . . (output truncated)

Contact Us