App Logo
talent.com

Search talent.com jobs

Search talent.com's aggregated job listings by free-text keyword and optional free-text location (city/region; omit for a broad/geo-default search). Returns richer job data (salary, company, remote flag, job type, description) than what's shown on the page, read directly from the page's own underlying data rather than scraped visually — more stable against markup changes. Paginates via the site's own page param (page=1 default, ~18-20 results/page); no total-count field is exposed anywhere, so callers must page until an empty array comes back. Location text is matched loosely against talent.com's own place index (e.g. "paris" can resolve to Paris, TX, US rather than Paris, France) — this mirrors the site's own search box behavior, not an added restriction. A query with no matches returns jobs:[] — not an error.

Input

query required

Free-text keyword, e.g. "python developer"

page optional

1-based page number. Default 1.

location optional

Free-text city/region, e.g. "new york". Omit for talent.com's default (geo-resolved) scope.

Output

jobs required

FAQ

Search talent.com's aggregated job listings by free-text keyword and optional free-text location (city/region; omit for a broad/geo-default search). Returns richer job data (salary, company, remote flag, job type, description) than what's shown on the page, read directly from the page's own underlying data rather than scraped visually — more stable against markup changes. Paginates via the site's own page param (page=1 default, ~18-20 results/page); no total-count field is exposed anywhere, so callers must page until an empty array comes back. Location text is matched loosely against talent.com's own place index (e.g. "paris" can resolve to Paris, TX, US rather than Paris, France) — this mirrors the site's own search box behavior, not an added restriction. A query with no matches returns jobs:[] — not an error.
Required: query. Optional: page, location.
It returns jobs.
No. It only uses pages of talent.com that are reachable without signing in.
It only reads. It looks things up on talent.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/talent.com/search_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/talent.com/search_jobs
It is part of Reduck's official curated catalogue.

Start building not clicking