SimplyHired $1๐Ÿ’ฐ URL | Keyword Filters | Enriched avatar

SimplyHired $1๐Ÿ’ฐ URL | Keyword Filters | Enriched

Pricing

from $1.00 / 1,000 results

Go to Apify Store
SimplyHired $1๐Ÿ’ฐ URL | Keyword Filters | Enriched

SimplyHired $1๐Ÿ’ฐ URL | Keyword Filters | Enriched

From $1/1K. Pull active SimplyHired jobs across the US, UK, Canada, Australia, Ireland, and India. Search via builder or URL. Extract 40+ fields, including title, company, salary range, full HTML description, qualifications, geocoordinates, and apply URL.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

Share

SimplyHired Jobs Scraper

Pull every active job posting from SimplyHired (US, UK, Canada, Australia, Ireland, India) in two clicks. Two input modes (Search builder, URL paste), 40+ structured fields per ad including title, company, parsed salary range, full HTML description, qualifications list, geocoordinates, and the direct apply URL. Walks SERP pages forward automatically with built-in de-duplication.

Why This Scraper?

  • 40+ fields per ad, far richer than the typical 10 to 15 from competing scrapers. Includes parsed salary range (min, max, currency, period), city + state + lat + lng, work setting (Remote / Hybrid / On-site), qualifications, benefits, full HTML description, employer logo, and the decoded apply URL.
  • Two input modes that both work for individual ads or full searches: build by keywords + location + job type + country site, or paste any simplyhired.com /search or /job URL and the scraper walks pagination forward from there.
  • Six SimplyHired regional sites supported in one input field: US, UK, Canada, Australia, Ireland, India.
  • Per-search budget cap so multi-keyword runs return a fair share from each search; client-side de-duplication across pages and searches via the canonical jobKey.
  • Concurrent detail enrichment (six workers) with per-record push, so a mid-page failure preserves the listings already fetched.
  • Three-tier proxy preflight ladder demotes from your chosen tier to the default Apify pool, then no-proxy, picking whichever passes the homepage probe first.

Data You Get

Sample shape: values are illustrative placeholders, not from a live ad.

FieldExample
id"abcd1234example"
url"https://www.simplyhired.com/job/abcd1234example"
title"Sample Job Title"
displayTitle"Sample Display Title"
normalizedTitle"sample title"
company"Sample Company Inc"
companyRating4.2
companyPageUrl"https://www.simplyhired.com/company/000-sample"
employerLogoUrl"https://d2qVG5qoiTBWGGVh.cloudfront.net/sample-logo.png"
employerHomepage"https://www.example.com"
location"Remote"
formattedLocation"Remote"
city"Remote"
statenull
latitude40.7128
longitude-74.0060
country"us"
jobTypes["Full-time"]
workSettings["Remote"]
remoteAttributes["Remote"]
salary"$0 - $0 a year"
salaryMin140000
salaryMax180000
salaryCurrency"USD"
salaryPeriod"year"
compensation{ "currency": "USD", "period": "year" }
snippet"Short listing preview text appears here..."
descriptionHtml"<p>Full long-form HTML description appears here.</p>"
descriptionText"Full long-form description as plain text appears here."
requirements["Python", "AWS"]
qualifications["Bachelor's degree", "5+ years experience"]
benefits["Health insurance", "401(k)"]
skillsAll["Python", "AWS", "API design"]
datePosted"2026-01-01T00:00:00.000Z"
datePostedEpochMs1735689600000
dateOnIndeed1735689600000
applyUrl"https://example.com/apply/000"
mobileApplyUrl"https://example.com/m/apply/000"
indeedApplyfalse
sponsoredfalse
auctionfalse
expiredfalse
jobCardTrackingKey"0-pdx0-0-0000000000000000-0000000000000000"
jobTypeRequested"fulltime"
searchQuery"software engineer"
searchLocation"Remote"
pageNumber1
source"SimplyHired"
scrapedAt"2026-01-01T00:00:00.000Z"
changeType (incremental mode only)"NEW"
changedFields (incremental mode only)["salary"]
firstSeenAt (incremental mode only)"2026-01-01T00:00:00.000Z"
lastSeenAt (incremental mode only)"2026-01-02T00:00:00.000Z"

How to Use

1) Search by keyword + location

{
"mode": "search",
"queries": ["software engineer"],
"location": "Remote",
"country": "us",
"jobType": "fulltime",
"maxPages": 5,
"maxListings": 100,
"fetchDetails": true
}

2) Search multiple keywords with full enrichment

{
"mode": "search",
"queries": ["nurse", "physical therapist", "medical assistant"],
"location": "Boston, MA",
"country": "us",
"jobType": "any",
"skipSponsored": true,
"maxPages": 3,
"maxListings": 150,
"fetchDetails": true
}

3) UK or Canada site

{
"mode": "search",
"queries": ["product manager"],
"location": "London",
"country": "uk",
"jobType": "fulltime",
"maxPages": 5,
"maxListings": 100
}

4) URL mode (paste any SimplyHired URL, including a single job)

{
"mode": "url",
"urls": [
"https://www.simplyhired.com/search?q=software+engineer&l=Remote",
"https://www.simplyhired.com/search?q=nurse&l=Boston%2C+MA",
"https://www.simplyhired.com/job/abcd1234example"
],
"maxPages": 5,
"maxListings": 250,
"fetchDetails": true
}

5) Recurring monitoring (scheduled daily run, only what changed)

{
"mode": "search",
"queries": ["software engineer"],
"location": "Remote",
"country": "us",
"maxListings": 0,
"fetchDetails": true,
"incrementalMode": true,
"emitExpired": true
}

Schedule this same input to run daily. The first run returns everything as NEW. Every later run returns only NEW, UPDATED, and REAPPEARED listings (plus EXPIRED ones here, since emitExpired is on) โ€” not the full result set again.

Input Parameters

ParameterTypeDefaultDescription
modeenumsearchsearch (use builder fields) or url (paste URLs).
queriesarray of strings["software engineer"]One scrape per keyword. Empty = browse without keyword filter.
locationstringRemoteCity, state, ZIP, or "Remote". Examples: "New York, NY", "94103".
countryenumusWhich SimplyHired regional site: us, uk, ca, au, ie, in.
jobTypeenumanyany / fulltime / parttime / contract / temporary / internship / commission.
skipSponsoredboolfalseDrop sponsored / promoted job cards.
urlsarray of stringsexample URLURL mode only. Each URL is paged forward independently.
maxPagesint(empty)Max SERP pages per search (or per pasted URL). Each page returns up to 20 listings. Leave empty to walk every result page.
maxListingsint20Cap across all searches. 0 = no cap.
fetchDetailsbooltrueAlso fetch each job's detail page for the full HTML description, qualifications list, employer logo, lat/lng, and apply URL.
resumeFromRunIdstring(empty)A previous run ID or dataset ID to continue a full-catalogue walk across separate runs. Listings already collected there (matched by id) are skipped, so this run only saves the new ones. For recurring daily monitoring of the same search, use incrementalMode below instead.
incrementalModeboolfalseTurn on for daily/recurring monitoring of the same search. The first run returns everything as NEW; later runs return only NEW, UPDATED, and REAPPEARED listings by default. See "Resume & recurring updates" below.
stateKeystring(empty)Incremental mode only. Names the monitoring campaign so its state stays stable, or so you can deliberately share state across differently-configured runs. Leave empty to derive a key automatically from the query/location/URL and detail settings.
emitUnchangedboolfalseIncremental mode only. Also return (and bill) listings that haven't changed, marked UNCHANGED.
emitExpiredboolfalseIncremental mode only. Also return (and bill) listings from a previous run that are no longer found, marked EXPIRED. Only produced after a run that fully scanned the tracked search.
proxyobjectApify Residential USSimplyHired requires residential routing pinned to the country site you query (Datacenter exit IPs are rejected). Default = { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"], apifyProxyCountry: "US" }. For other regions set the country code to match (GB / CA / AU / IE / IN). Apify Free plans without residential access can paste their own residential proxy URLs in this field.

Resume & recurring updates

Two different things, both under one input section, so they don't get confused:

  • resumeFromRunId continues one specific interrupted run. Paste the ID of a previous run (or its dataset), and this run skips every listing id already saved there, appending only new listings. Good for an unbounded pull (maxPages left empty, maxListings: 0) that got cut off.

  • incrementalMode is for recurring monitoring of the SAME search (e.g. scheduled daily). Turn it on and the actor remembers the previous run's results itself โ€” no run/dataset id to paste. Each listing in the output gets a changeType:

    • NEW โ€” never seen before for this search.
    • UPDATED โ€” seen before, but at least one field changed since last time (see changedFields).
    • REAPPEARED โ€” was previously marked EXPIRED, now found again.
    • UNCHANGED โ€” identical to last time. Only emitted when emitUnchanged is on (off by default โ€” it would otherwise return, and bill for, rows you already have).
    • EXPIRED โ€” was seen before, no longer found. Only emitted when emitExpired is on, and only after a run that fully scanned the tracked search (a capped, blocked, or resumeFromRunId run never marks listings expired, since it never proved they're actually gone).

    State is tracked separately per query/location/country/jobType/skipSponsored/URL-set/fetchDetails combination (or under one shared campaign if you set stateKey), so two differently-configured runs never mix baselines. resumeFromRunId and incrementalMode can bootstrap together on the very first incremental run for a search (the resumed dataset seeds the new baseline); combining them once a baseline already exists fails fast instead of silently mixing a partial scan into the state.

Independently of both, a checkpoint is saved automatically as the run progresses. If the run is interrupted by an Apify platform migration or you click Resurrect on a failed run, it picks back up in the same run without re-saving (or re-charging for) listings it already collected. No input is needed for this; it's automatic.

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape โ€” the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record โ€” not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.

  1. Authorize a connector once under Apify โ†’ Settings โ†’ Integrations (Notion, Linear, Airtable, or Apify).
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
  3. For Notion, also set notionParentPageUrl to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

Output Example

Sample shape: values are illustrative placeholders, not from a live ad. changeType, changedFields, firstSeenAt, and lastSeenAt are only added when incrementalMode is on โ€” a normal run's output shape below is unchanged.

{
"id": "abcd1234example",
"url": "https://www.simplyhired.com/job/abcd1234example",
"title": "Sample Job Title",
"displayTitle": "Sample Display Title",
"normalizedTitle": "sample title",
"company": "Sample Company Inc",
"companyRating": 4.2,
"companyPageUrl": "https://www.simplyhired.com/company/000-sample",
"employerLogoUrl": "https://d2qVG5qoiTBWGGVh.cloudfront.net/sample-logo.png",
"employerHomepage": "https://www.example.com",
"location": "Remote",
"formattedLocation": "Remote",
"city": "Remote",
"state": null,
"latitude": 40.7128,
"longitude": -74.006,
"country": "us",
"jobTypes": ["Full-time"],
"workSettings": ["Remote"],
"remoteAttributes": ["Remote"],
"salary": "$0 - $0 a year",
"salaryMin": 140000,
"salaryMax": 180000,
"salaryCurrency": "USD",
"salaryPeriod": "year",
"compensation": { "currency": "USD", "period": "year" },
"snippet": "Short listing preview text appears here...",
"descriptionHtml": "<p>Full long-form HTML description appears here.</p>",
"descriptionText": "Full long-form description as plain text appears here.",
"requirements": ["Python", "AWS"],
"qualifications": ["Bachelor's degree", "5+ years experience"],
"benefits": ["Health insurance", "401(k)"],
"skillsAll": ["Python", "AWS", "API design"],
"datePosted": "2026-01-01T00:00:00.000Z",
"datePostedEpochMs": 1735689600000,
"dateOnIndeed": 1735689600000,
"applyUrl": "https://example.com/apply/000",
"mobileApplyUrl": "https://example.com/m/apply/000",
"indeedApply": false,
"sponsored": false,
"auction": false,
"expired": false,
"jobCardTrackingKey": "0-pdx0-0-0000000000000000-0000000000000000",
"jobTypeRequested": "fulltime",
"searchQuery": "software engineer",
"searchLocation": "Remote",
"pageNumber": 1,
"source": "SimplyHired",
"scrapedAt": "2026-01-01T00:00:00.000Z"
}

Plan Requirement

This scraper requires Apify Residential proxy access (Apify Starter plan or higher). SimplyHired blocks Datacenter exit IPs, so the default proxy in this actor is { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"], apifyProxyCountry: "US" }. For UK / CA / AU / IE / IN regional sites, change apifyProxyCountry to match (GB, CA, AU, IE, IN). Free-plan users can paste their own residential proxy URLs into the proxy field.