# JobsPipe Docs > Developer documentation for the JobsPipe API: authentication, endpoints, job schema, webhooks, usage, and guides. ## Pages - [Changelog](https://jobspipe.dev/docs/changelog): Notable changes to the JobsPipe API and dashboard. - [Introduction](https://jobspipe.dev/docs): Every job posting, one API. The JobsPipe API returns live job postings from 30+ sources through a single normalized REST endpoint. - [FAQ](https://jobspipe.dev/docs/faq): Common questions about data, the API, limits, and billing. - [Authentication](https://jobspipe.dev/docs/authentication): JobsPipe authenticates every API request with a secret Bearer key. - [Quickstart](https://jobspipe.dev/docs/quickstart): Create an API key and run your first job search in under two minutes. - [Search jobs](https://jobspipe.dev/docs/reference/search-jobs): Interactive reference and playground for POST /v1/jobs/search. - [Scan stack](https://jobspipe.dev/docs/reference/stack-scan): Interactive reference and playground for POST /v1/stack/scan. - [Rate limits & quotas](https://jobspipe.dev/docs/usage/rate-limits): Per-second rate limits and monthly request quotas, and how usage is counted. - [Tracking usage](https://jobspipe.dev/docs/usage/tracking-usage): Monitor how many requests you've used this month, in the dashboard or via the API. - [Plans](https://jobspipe.dev/docs/usage/plans): What each JobsPipe plan includes - quota, rate limit, page size, and price. - [Build a daily new-jobs feed](https://jobspipe.dev/docs/guides/daily-new-jobs-feed): Poll JobsPipe for postings added since your last run. - [Monitor hiring at target companies](https://jobspipe.dev/docs/guides/monitor-companies): Track new postings at a set of companies to spot hiring signals. - [Find remote jobs by country](https://jobspipe.dev/docs/guides/remote-by-country): Combine the remote flag with country filters to target remote roles. - [Manage API keys](https://jobspipe.dev/docs/dashboard/api-keys): Generate, name, and revoke API keys from the dashboard. - [Workspaces & teams](https://jobspipe.dev/docs/dashboard/teams): Organize work into workspaces and invite teammates. - [Billing & plans](https://jobspipe.dev/docs/dashboard/billing): Upgrade, downgrade, and manage your subscription from the dashboard. - [MCP server](https://jobspipe.dev/docs/ai-agents/mcp): Connect AI agents and MCP clients to JobsPipe — search live job postings with your API key over the Model Context Protocol. - [Filter Reference](https://jobspipe.dev/docs/api-reference/filters): Every filter accepted by POST /v1/jobs/search. - [Jobs Search](https://jobspipe.dev/docs/api-reference/jobs-search): Search live job postings with POST /v1/jobs/search. - [Stack Scan](https://jobspipe.dev/docs/api-reference/stack-scan): Detect a website's technology stack with POST /v1/stack/scan. - [Pagination](https://jobspipe.dev/docs/api-reference/pagination): Page through large result sets with cursors, offsets, or page numbers. - [Current User](https://jobspipe.dev/docs/api-reference/users-me): Read your account, plan, and month-to-date usage with GET /api/users/me. - [Job Schema](https://jobspipe.dev/docs/api-reference/job-schema): Every field returned for a job, plus the response metadata. - [Errors](https://jobspipe.dev/docs/api-reference/errors): HTTP status codes the JobsPipe API returns, and how to handle them. ## Related - [API & agent integration index](https://jobspipe.dev/api/llms.txt) - [Site index](https://jobspipe.dev/llms.txt)