Guides
Examples by use case
Each guide solves one problem end to end, with working requests in curl, Python and JavaScript.
Sales & RevOps
Find companies that use a technology
Build a prospect list from companies whose job postings name a product, and export it as CSV.
Enrich a lead from a domain
Turn a work email into firmographics plus what the company hires for and what its website runs.
Monitor hiring at target companies
Track new postings at a watchlist of accounts to spot hiring signals.
Recruiting & job boards
Build a daily new-jobs feed
Pull everything posted since your last run, deduplicated across runs.
Find remote jobs by country
Target remote roles open to candidates in specific countries.
Technologies on each job
Show required and nice-to-have technologies on every listing.
Get told when a job closes
Receive a signed webhook when a job you list or track closes.
AI apps & agents
Research & analytics
Building on JobsPipe
Which guide uses which API
| Endpoint | Guide |
|---|---|
POST /v1/jobs/search | Daily new-jobs feed, Remote jobs by country, Monitor hiring, Technologies on each job |
POST /v1/jobs/agentic-search | Plain-language search |
GET /v1/companies/{key} | Enrich a lead |
GET /v1/companies/{key}/technologies | Enrich a lead |
POST /v1/companies/search | Companies using a technology |
POST /v1/stack/scan | Enrich a lead |
GET /v1/technologies | Companies using a technology |
GET /v1/technologies/{slug} | Companies using a technology |
GET /v1/technologies/export | Companies using a technology |
POST /v1/monitors | Job closes |
GET /v1/monitors | Job closes |
GET /v1/monitors/{id} | Job closes |
DELETE /v1/monitors/{id} | Job closes |
POST /v1/monitors/{id}/renew | Job closes |
POST /v1/monitors/{id}/ids | Job closes |
DELETE /v1/monitors/{id}/ids | Job closes |
GET /v1/monitors/{id}/ids | Job closes |
GET /v1/insights/occupations | Salary and skills research |
GET /v1/insights/occupations/{code} | Salary and skills research |
GET /v1/insights/occupations/{code}/compensation | Salary and skills research |
GET /v1/insights/occupations/{code}/skills/top | Salary and skills research |
GET /v1/insights/occupations/{code}/skills/trending | Salary and skills research |
GET /v1/insights/industries | Salary and skills research |
GET /v1/insights/industries/{division}/skills/trending | Salary and skills research |
GET /v1/insights/skills/{slug}/trend | Salary and skills research |
GET /v1/insights/technology/ai-exposure | Salary and skills research |
POST /v1/insights/salary/benchmark | Salary and skills research |
POST /v1/sandbox/jobs/search | Sandbox |
POST /v1/sandbox/jobs/search/batch | Sandbox |
POST /v1/sandbox/jobs/export | Sandbox |
GET /v1/sandbox/jobs/export/{id} | Sandbox |
Every endpoint's parameters and responses are in the API reference.