Gimme Job Listings API
Gimme Job Listings API provides normalized job listing data for job boards, enrichment products, labor-market tools, AI matching workflows, and internal analytics. Use search and filter endpoints for user-facing discovery, metadata endpoints for coverage checks, and sync feeds for backfills, changed records, expired IDs, and hourly or incremental updates.
Gimme Job Listings API endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
updatedJobsFeed /v1/jobs/updated |
Incremental sync feed ordered by updatedAt ascending. Use cursor pagination and upsert returned jobs by id. |
| GET |
hourlyJobsFeed /v1/jobs/hourly |
Active jobs discovered/indexed during the last hour. Use for frequent ingestion jobs. |
| GET |
getJobById /v1/jobs/2124989858 |
Fetch one active job by internal id or provider jobId. |
| GET |
expiredJobIDs /v1/jobs/expired |
Expired/dismissed job IDs ordered by updatedAt ascending. Use to delete or mark stale jobs in your database. |
| GET |
listActiveJobs /v1/jobs |
Active public jobs ordered by newest posted/created time. Supports text, title, company, location, remote, provider, job_type, salary, date, cursor, and offset filters. |
| GET |
backfillJobs6Months /v1/jobs/backfill |
Active jobs from the last 6 months by posted/created time. Use for initial database population and gap filling. |
| GET |
datasetStats /v1/jobs/stats |
Dataset volume and freshness, including active count, expired count, latest posted time, latest updated time, and provider count. |
| GET |
modifiedJobs24Hours /v1/jobs/modified-24h |
Active jobs modified during the last 24 hours, ordered by updatedAt ascending. |
| GET |
postedJobs7Days /v1/jobs/posted-7d |
Active jobs posted during the last 7 days. Use for recent jobs pages and weekly ingestion. |
| GET |
indexedJobs24Hours /v1/jobs/indexed-24h |
Active jobs discovered/indexed by Gimme Job during the last 24 hours. These can include jobs whose source posted date is older. |
| GET |
providerCounts /v1/jobs/providers |
Active public job counts grouped by provider. Use provider values as filters on listing and sync endpoints. |
| GET |
facets /v1/jobs/facets |
Top provider, location, remote, and job type facets for filter UIs and analytics. |
Gimme Job Listings API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $45 / month | 2 / second |
|
| ULTRA Recommended | $95 / month | 5 / second |
|
| MEGA | $175 / month | 10 / second |
|