Talent.com Jobs Scraper avatar

Talent.com Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Talent.com Jobs Scraper

Talent.com Jobs Scraper

Scrape job listings from Talent.com - search by keyword and location, or fetch full job detail (salary, description, JobPosting metadata) by URL. No login, no API key, no paid proxy required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape job listings from Talent.com, one of the world's largest job search engines aggregating millions of listings across 78+ countries. Search by keyword and location, or fetch full job details (salary, description, posting date) for specific job URLs. No login, no API key, no paid proxy required.

What this actor does

  • Two modes: search (browse/filter job listings) and byJobUrls (fetch full detail for specific job URLs)
  • 78 country sites: search talent.com's dedicated site for any of its 78 countries (United States, United Kingdom, Canada, Germany, India, and 73 more) for genuinely local results, not just a US search under a foreign-sounding location name
  • Filters: keyword, location, country, search radius, date posted, job type, remote-only, Quick Apply-only, sort order (relevance / most recent)
  • Rich detail records (via byJobUrls): full description, salary range, employment type, posting/expiry dates
  • Empty fields are omitted

Output fields

  • recordType"job" (search result) or "jobDetail" (byJobUrls result)
  • jobId, jobUrl
  • title, company, location
  • salary — as displayed on talent.com
  • employmentType — e.g. Full-time, Part-time, Contract
  • postedAgo — relative posting time (search mode)
  • datePosted, validThrough — ISO dates (byJobUrls mode)
  • description, descriptionSnippet (byJobUrls mode)
  • country — the talent.com country site searched, if not the United States default
  • keyword, searchLocation, page — echo of the search filters used

Input options

FieldDescription
modesearch or byJobUrls
keywordJob title or keyword (search mode)
locationCity/state/region (search mode)
countryWhich talent.com country site to search — United States (default), United Kingdom, Canada, Germany, India, and 73 more (search mode)
radiusMilesSearch radius in miles (5-100)
sortByrelevance or date
datePostedOnly jobs posted in the last 1/3/7/14 days (search mode)
jobTypeFull-time / Part-time / Permanent / Temporary / Internship (search mode)
remoteOnlyOnly remote/work-from-home jobs (search mode)
quickApplyOnlyOnly jobs supporting talent.com's one-click Quick Apply (search mode)
jobUrlsList of talent.com job URLs (byJobUrls mode)
maxItemsMax records to return
maxPagesMax search-result pages to crawl (search mode)
proxyConfigurationOptional Apify proxy (free AUTO datacenter group used only if needed)

Example: search jobs

{
"mode": "search",
"keyword": "software engineer",
"location": "New York, NY",
"radiusMiles": 25,
"sortBy": "relevance",
"maxItems": 50,
"maxPages": 5
}

Example: search jobs outside the US

{
"mode": "search",
"keyword": "nurse",
"location": "London",
"country": "uk",
"maxItems": 50,
"maxPages": 5
}

Example: fetch job details

{
"mode": "byJobUrls",
"jobUrls": ["https://www.talent.com/view?id=630921865107343938"]
}

Use cases

  • Job boards & aggregators — pull fresh listings into your own site or newsletter
  • Recruiting & sourcing — monitor new postings for target companies or roles
  • Labor market research — track hiring volume, salary ranges, and job types by location or country
  • Sales/lead generation — find companies actively hiring to target for B2B outreach
  • Career sites — build location- or keyword-specific job feeds for niche audiences
  • Competitive intelligence — see which roles competitors are hiring for and where

FAQ

Do I need a Talent.com account or API key? No — this actor scrapes public search results and job pages.

Why are some fields missing from a record? Talent.com doesn't display every field (e.g. salary) for every job. Only fields with real data are included — never null or placeholder values.

Does this work outside the US? Yes — set country to the country you want (e.g. United Kingdom, Canada, Germany, India — 78 countries are supported) and pass the city/region in location. The country field matters: talent.com runs a separate site per country, so leaving country at its United States default and just typing a foreign city into location (e.g. "London") will silently match a same-named US town ("London, OH") instead of the country you meant. For ambiguous city names that also exist as small towns elsewhere (e.g. "Montreal" is also a town in Wisconsin), include the state/province for extra accuracy — e.g. "Montreal, QC".

Are salary, employmentType, and postedAgo available on every country site? title, company, location, and jobUrl are reliable on every country site. salary, employmentType, and postedAgo are parsed from English-language badge text, so they populate reliably on English-speaking country sites (United States, United Kingdom, Canada, Australia, Ireland, India, etc.) and are omitted (never guessed or mistranslated) on sites in other languages.

Why did I get fewer than maxItems results? Talent.com's own search results pages are capped — most keyword/location combinations expose roughly 5-10 pages (~70-150 unique jobs) before pagination ends, even for broad queries. Set maxItems/maxPages as high as you like; the actor returns everything talent.com actually exposes and stops cleanly once it does.