# Jobo > Jobo is a job-data API. It reads public job postings from 100+ applicant > tracking systems and 200K+ company career sites, normalises them into one > schema, and serves 4M+ listings a month over REST. One API key covers every > source; there is no per-platform integration to build. ## APIs - [Feed & Search](https://jobo.world/api/jobs-feed-search): Search live listings or pull the bulk feed - [Auto Apply](https://jobo.world/api/auto-apply): Submit applications programmatically to supported ATS platforms (coming soon) - [Pipelines](https://jobo.world/pipelines): Scheduled delivery of job data into your own infrastructure - [Outbound Feed](https://jobo.world/outbound-feed): Continuous sync into a database or search index - [MCP server](https://jobo.world/mcp): Model Context Protocol server for AI assistants - [Pricing](https://jobo.world/pricing): Job Search plans from $29/month, Unlimited, and the pay-as-you-go rate - [API status](https://jobo.world/status): Live uptime and per-provider scraper health ## ATS platforms - [All ATS platforms](https://jobo.world/ats): Hub listing all 107 platform guides Most requested: - [ADP](https://jobo.world/ats/adp): Extract ADP jobs from MyJobs and Workforce Now public JSON APIs. Python guide covering token auth, OData pagination, and full HTML job descriptions. - [Ashby](https://jobo.world/ats/ashby): Extract Ashby job listings from the public posting-api — full HTML descriptions, pay ranges, and locations in one call, no auth. Python examples included. - [BambooHR](https://jobo.world/ats/bamboohr): Extract BambooHR job postings through its public /careers/list JSON API. A Python walkthrough covering listings, job details, workplace types, and pay data. - [Greenhouse](https://jobo.world/ats/greenhouse): Extract jobs from any Greenhouse board in Python. The public JSON API returns titles, full descriptions, pay ranges, and locations with no authentication. - [iCIMS](https://jobo.world/ats/icims): Extract iCIMS job listings with Python: parse JobPosting JSON-LD and iCIMS_ HTML, handle v1/v2 tenants, and pull salary, location, and employment data. - [Lever](https://jobo.world/ats/lever): The public api.lever.co JSON endpoint returns full descriptions and salary data for every posting — how to scrape Lever jobs in Python, US and EU shards. - [Oracle Cloud](https://jobo.world/ats/oraclecloud): Extract Oracle Cloud HCM job requisitions with Python: discover the siteNumber, page the recruitingCEJobRequisitions REST API, and pull full descriptions. - [Personio](https://jobo.world/ats/personio): Extract Personio job listings from the /xml recruiting feed with Python. Parse full descriptions, salary info, and offices from one public endpoint — no auth. - [SmartRecruiters](https://jobo.world/ats/smartrecruiters): SmartRecruiters exposes a public, no-auth JSON API. This Python guide covers company identifiers, offset pagination, and fetching full job descriptions. - [SuccessFactors](https://jobo.world/ats/successfactors): Extract jobs from SAP SuccessFactors Career Site Builder: grab a CSRF token, POST to the recruiting search API for listings, then parse HTML detail pages. - [Taleo](https://jobo.world/ats/taleo): Extract jobs from Oracle Taleo via its searchjobs REST API and jobdetail.ftl HTML parsing, with Python examples for portal IDs, pagination, and contest numbers. - [UltiPro (UKG)](https://jobo.world/ats/ultipro): Extract jobs from recruiting.ultipro.com using the LoadSearchResults endpoint. Python guide covering pagination, board IDs, and full-description HTML parsing. - [Workable](https://jobo.world/ats/workable): Extract jobs from any Workable board using its public v3 listings and v2 details endpoints. Python examples for shortcodes, pagination, and full descriptions. - [Workday](https://jobo.world/ats/workday): Extract job listings from any Workday career site via the /wday/cxs JSON API. Python walkthrough covers POST pagination, per-job details, and sitemaps. ## Integrations - [WordPress](https://jobo.world/integrations/wordpress): Fill a WordPress job board automatically. Works with WP Job Manager out of the box, and brings its own job post type if you don't run it. - [n8n](https://jobo.world/integrations/n8n): Search jobs, sync the feed, and trigger workflows when a new role matching your filters is indexed. - [Google Sheets](https://jobo.world/integrations/google-sheets): Pull filtered job data straight into a spreadsheet — for market research, comp benchmarking, or a hiring pipeline. - [AI assistants (MCP)](https://jobo.world/integrations/mcp): Give Claude, ChatGPT or any MCP client live job search — including the search/fetch pair ChatGPT Deep Research requires. ## Outbound feed destinations - [PostgreSQL](https://jobo.world/outbound-feed/postgres): Sync jobs into structured tables with full SQL query support. SSL and automatic table creation. - [Supabase](https://jobo.world/outbound-feed/supabase): Sync jobs straight into your Supabase Postgres database. Pooler-aware with automatic table creation. - [Bolt](https://jobo.world/outbound-feed/bolt): Sync jobs straight into the database behind your Bolt Cloud app. Pooler-aware with automatic table creation. - [MongoDB](https://jobo.world/outbound-feed/mongodb): Push job listings as rich JSON documents. Supports MongoDB Atlas and self-hosted instances. - [Elasticsearch](https://jobo.world/outbound-feed/elasticsearch): Index job listings for full-text search and analytics. Basic auth, API key, and unauthenticated. - [Algolia](https://jobo.world/outbound-feed/algolia): Instant search with typo tolerance, faceting, and geo-search. Auto-creates the index. - [Meilisearch](https://jobo.world/outbound-feed/meilisearch): Lightning-fast open-source search. Works with cloud-hosted and self-hosted instances. ## Documentation - [API reference](https://jobo.world/docs): endpoints, authentication, pagination and error codes ## Policies - [Terms & conditions](https://jobo.world/terms): Commercial terms - [Data use policy](https://jobo.world/data-use): What you may do with data retrieved from the API - [Privacy](https://jobo.world/privacy): How Jobo handles personal data