Glassdoor.com Job Scraper — Keyword & Search-URL + Salary avatar

Glassdoor.com Job Scraper — Keyword & Search-URL + Salary

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Glassdoor.com Job Scraper — Keyword & Search-URL + Salary

Glassdoor.com Job Scraper — Keyword & Search-URL + Salary

Extract job listings from glassdoor.com: title, company, location, salary percentiles, posted date, URL. Cursor pagination (30/page), optional city/region via any glassdoor search URL.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Mind Momentum

Mind Momentum

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Scrape job listings from glassdoor.com search results — one of the largest job and company-review platforms in the US. Get clean, structured job postings with title, company, location, salary range, posted date, and URL, plus company ratings and sponsored-listing flags where available. No login required.

What you get

One dataset item per job posting:

FieldTypeDescription
titlestringJob title exactly as posted
companystringEmployer name
locationstring/nullCity/region as shown on the listing
salarystring/nullSalary range (e.g. "$63,000 - $102,000/yr") from Glassdoor percentiles — employer-provided or Glassdoor estimate (marked (est.))
postedstring/nullPosting date (ISO YYYY-MM-DD)
urlstringCanonical link to the job posting
is_sponsoredboolean (optional)True for promoted listings that are still real job postings
company_ratingnumber (optional)Employer rating (0–5) when shown

Input

FieldTypeDescription
keywordstring (required)Search keyword, e.g. marketing or software engineer. Searches the whole United States unless you also provide a Search URL
search_urlstringOptional: any glassdoor.com search URL — run your search on glassdoor.com (specific city, region, or filters), copy the URL, and this actor scrapes exactly that search
max_pagesintegerResult pages to scrape — 30 jobs per page (default 5, max 50)
proxyConfigurationobjectResidential proxy (default on the Apify platform)

City or region searches: run the search on glassdoor.com first (e.g. "software engineer in Austin, TX"), then paste the resulting URL into search_url. The actor keeps your location and filters.

How much data per run?

A default run (5 pages) yields ~150 unique job postings; the maximum 50 pages can return ~1,500 per query. For broader coverage, fan out across keywords and cities via search_url — each run is fast and you pay only per result.

For recruiting pipelines, market mapping, salary benchmarks, and job-board monitoring, schedule runs daily or weekly — postings churn fast, and the posted date makes delta-tracking trivial.

Pricing

Pay-per-event: $1 per 1,000 results + $0.005 per actor start. A typical 5-page run (~150 results) costs about $0.155.

Notes

  • Residential proxy is used automatically on the Apify platform. Keep the default proxy settings.
  • Salary values come from Glassdoor's own data (employer-provided or Glassdoor estimate, flagged (est.)) — when none is shown, the field is null (never fabricated).
  • Sponsored listings are included and flagged via is_sponsored so you can filter them in your pipeline.
[
{
"title": "Entry Level Marketing Position",
"company": "Addison Consulting Group",
"location": "Dallas, TX",
"salary": null,
"posted": "2024-11-24",
"url": "https://www.glassdoor.com/job-listing/entry-level-marketing-position-addison-consulting-group-JV_IC1139977_KO0,30_KE31,55.htm?jl=1008985178550",
"company_rating": 2.8
},
{
"title": "Head of Brand Marketing",
"company": "Salted",
"location": "Remote",
"salary": "$150,000 - $220,000/yr",
"posted": "2026-06-11",
"url": "https://www.glassdoor.com/job-listing/head-of-brand-marketing-salted-JV_KO0,23_KE24,30.htm?jl=1010164939744",
"company_rating": 3.0
},
{
"title": "Social Marketing & Content Strategy Associate",
"company": "Ralph Lauren",
"location": "New York, NY",
"salary": "$62,000 - $95,935/yr",
"posted": "2026-08-14",
"url": "https://www.glassdoor.com/job-listing/social-marketing-content-strategy-associate-ralph-lauren-JV_IC1132348_KO0,43_KE44,56.htm?jl=1010229542261",
"company_rating": 3.7
}
]