Glassdoor Scraper API


Specrom Analytics’ Glassdoor.com & jobs feed 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

{"location": "boston", "search_terms": "software developer"}

Output

{
  "job_urls": [
    "https://www.glassdoor.com/job-listing/associate-software-developer-plymouth-rock-assurance-JV_IC1154532_KO0,28_KE29,52.htm?jl=3615048279",
  . . . (output truncated)
  ]
  
  "main": [
    {
      "company": "Plymouth Rock Assurance",
      "company_rating": "3.5",
      "location": "Boston, MA",
      "salary": "$65K-$73K ",
      "search_position": 2,
      "snippet": "",
      "title": "Associate Software Developer",
      "total_jobs": "1,920",
      "url": "https://www.glassdoor.com/partner/jobListing.htm?pos=101&ao=1079388&s=149&guid=000001743fa3252b9f075ff4fc1df013&src=GD_JOB_AD&t=SRFJ&vt=w&cs=1_1462437d&cb=1598795491057&jobListingId=3615048279"
    },
     . . . (output truncated)
}
    

Contact Us