# bluedoor — Job Postings data Public US job postings normalized across companies, locations, roles, salaries, and applicant tracking systems. Every page is rendered server-side from the bluedoor Job Postings API and links to the exact request that produced it. Base API: https://api.bluedoor.sh/job-postings/v1 Docs: https://bluedoor.sh/apis/job-postings/docs Get an API key: https://bluedoor.sh/apis/job-postings Every page is available as JSON via the same-origin proxy /api/jp/, which mirrors the api.bluedoor.sh path shown in each page's "Get this page with API" block. ## Indexes - https://bluedoor.sh/data/job-postings — data home - https://bluedoor.sh/data/job-postings/jobs — every active job posting (paginated) - https://bluedoor.sh/data/job-postings/companies — companies - https://bluedoor.sh/data/job-postings/cities — cities - https://bluedoor.sh/data/job-postings/departments — departments - https://bluedoor.sh/data/job-postings/regions — states and regions - https://bluedoor.sh/data/job-postings/work-models — remote, hybrid, and on-site work models - https://bluedoor.sh/data/job-postings/ats — ATS providers - https://bluedoor.sh/data/job-postings/trends — national hiring trends - https://bluedoor.sh/data/job-postings/indexes — all browseable indexes ## Page types - Job: /data/job-postings/jobs/ (full record) - events: /data/job-postings/jobs//events - Company hub: /data/job-postings/companies/ - sections: /jobs, /breakdowns, /events, /sources - City: /data/job-postings/cities/ - paginated active jobs for that city - Department: /data/job-postings/departments/ - Region: /data/job-postings/regions/ - Work model: /data/job-postings/work-models/ - ATS provider: /data/job-postings/ats/ - sections: /jobs, /companies - Source: /data/job-postings/sources/ - sections: /jobs, /events ## API-backed citation pages - Job pages expose GET /jobs/ and linked /jobs//events. - Company pages expose GET /orgs/, /orgs//jobs, /orgs//events, and /orgs//sources. - Source pages expose GET /sources/, /sources//jobs, and /sources//events. - Collection pages expose GET /jobs/search with the exact filters shown on the page.