SmartRecruiters Job Postings Scraper avatar

SmartRecruiters Job Postings Scraper

Pricing

$0.30 / 1,000 job posting scrapeds

Go to Apify Store
SmartRecruiters Job Postings Scraper

SmartRecruiters Job Postings Scraper

Reads the public SmartRecruiters postings API for any company board and exports one flat row per job posting with title, location, department, function, dates, apply URL, and full description text.

Pricing

$0.30 / 1,000 job posting scrapeds

Rating

0.0

(0)

Developer

Ahmed

Ahmed

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Exports every open job posting from any public SmartRecruiters company board as one flat row per posting, with title, location, department, function, employment type, dates, apply URL, and full description text. Built for recruiters tracking competitor hiring, job boards aggregating listings, and sales/research teams that use open roles as a signal for company growth or tech stack.

Why this scraper

  • Fetches the full job description text via a secondary detail-endpoint call — pure listing-endpoint scrapers stop at title and location and skip this.
  • Priced per posting at a rate below the cheapest competing scraper with real usage, so it stays cheap even as a board grows to hundreds of jobs, unlike tools that charge a flat fee per run.
  • Flattens location, department, function, and coordinates into typed columns so the output is ready to filter or feed to an agent without further parsing.

Output fields

FieldTypeDescription
jobIdstringSmartRecruiters numeric posting ID
uuidstringPosting UUID
jobAdIdstringID of the job ad content used to fetch the full description
titlestringJob posting title
refNumberstringInternal requisition reference number
companyIdentifierstringSmartRecruiters company slug used in the board URL
companyNamestringPublic company display name
departmentstringDepartment label
functionstringJob function label
industrystringIndustry label
employmentTypestringType of employment, e.g. Full-time
experienceLevelstringSeniority level label
citystringJob location city
regionstringJob location region/state
countrystringJob location country code
addressstringStreet address if published
postalCodestringPostal code if published
fullLocationstringHuman-readable full location string
latitudenumberLocation latitude
longitudenumberLocation longitude
remotebooleanWhether the role is fully remote
hybridbooleanWhether the role is hybrid
hybridDescriptionstringFree-text hybrid arrangement detail
releasedDatestringISO timestamp the posting was released
languageCodestringLanguage code of the posting
visibilitystringPosting visibility, e.g. PUBLIC
postingUrlstringPublic apply/candidate-facing job page URL
descriptionTextstringFull job description text fetched from the posting detail endpoint

Input

{
"startUrls": [
{ "url": "https://api.smartrecruiters.com/v1/companies/AveryDennison/postings?limit=100" }
],
"maxItems": 50
}

Set includeDescription to false in the input to skip the per-posting description fetch for faster, cheaper listing-only runs.

Output

{
"jobId": "744000146261892",
"uuid": "dc8980b2-4f93-4556-8944-73612ee741ad",
"jobAdId": "5c95492b-eb0e-4f5c-8a6a-ee7a3842f9d6",
"title": "Shipping & Receiving Coordinator, C Shift, M-F 11p-7a",
"refNumber": "REF38670T",
"companyIdentifier": "AveryDennison",
"companyName": "Avery Dennison",
"department": "Operations",
"function": "Production",
"industry": "Packaging And Containers",
"employmentType": "Full-time",
"experienceLevel": "Associate",
"city": "Painesville",
"region": "OH",
"country": "us",
"address": "250 Chester Street",
"postalCode": "44077",
"fullLocation": "Painesville, OH, United States",
"latitude": 41.7308903,
"longitude": -81.2499524,
"remote": false,
"hybrid": false,
"hybridDescription": "",
"releasedDate": "2026-08-28T21:20:50.077Z",
"languageCode": "en",
"visibility": "PUBLIC",
"postingUrl": "https://jobs.smartrecruiters.com/AveryDennison/744000146261892",
"descriptionText": ""
}

Pricing

Pay per event: $0.0003 per job posting scraped, including full description text. A board with 500 open postings costs about $0.15; a full run across 3 mid-size company boards (roughly 1,000–1,500 postings) typically costs $0.30–$0.45.

Use cases

  • Competitive hiring tracking: monitor a target company's SmartRecruiters board weekly to see which departments and locations are expanding headcount.
  • Job board aggregation: pull structured postings from multiple company boards into a single feed with consistent fields for a niche job listing site.
  • Sales lead signals: flag companies opening roles in a specific function (e.g., "DevOps" or "Procurement") as a trigger for outbound outreach.