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