# Jobo Enterprise ## Docs - [Create a new auto-apply profile](https://jobo.world/docs/api-reference/auto-apply-profiles/create-a-new-auto-apply-profile.md) - [Delete an auto-apply profile](https://jobo.world/docs/api-reference/auto-apply-profiles/delete-an-auto-apply-profile.md) - [Get a single auto-apply profile](https://jobo.world/docs/api-reference/auto-apply-profiles/get-a-single-auto-apply-profile.md) - [List all auto-apply profiles](https://jobo.world/docs/api-reference/auto-apply-profiles/list-all-auto-apply-profiles.md) - [Update an existing auto-apply profile](https://jobo.world/docs/api-reference/auto-apply-profiles/update-an-existing-auto-apply-profile.md) - [Auto Apply](https://jobo.world/docs/api-reference/auto-apply/auto-apply.md): Automate job applications across 25+ ATS providers. Run a saved profile against an apply URL in one shot, or step through fields interactively with a session-based flow. - [Delete an auto-apply session](https://jobo.world/docs/api-reference/auto-apply/delete-an-auto-apply-session.md) - [Run a fully automated application using a profile](https://jobo.world/docs/api-reference/auto-apply/run-a-fully-automated-application-using-a-profile.md) - [Start a new auto-apply session for a job URL](https://jobo.world/docs/api-reference/auto-apply/start-a-new-auto-apply-session-for-a-job-url.md) - [Submit answers for a session's form fields](https://jobo.world/docs/api-reference/auto-apply/submit-answers-for-a-sessions-form-fields.md) - [Retrieve a bulk feed of newly discovered career sites](https://jobo.world/docs/api-reference/career-sites-feed/retrieve-a-bulk-feed-of-newly-discovered-career-sites.md) - [Companies](https://jobo.world/docs/api-reference/companies/companies.md): Fetch enriched company profiles and list a company's job postings. Returns identity, summary, social profiles, headquarters, funding, leadership, ratings, press references, H1B sponsorship statistics, and the full job inventory per company. - [Get a fully enriched company profile by id](https://jobo.world/docs/api-reference/companies/get-a-fully-enriched-company-profile-by-id.md) - [List jobs that belong to a specific company](https://jobo.world/docs/api-reference/companies/list-jobs-that-belong-to-a-specific-company.md) - [Company schema](https://jobo.world/docs/api-reference/companies/schema.md): Full field-level reference for the CompanyDto returned by GET /api/companies/{id} — identity, social profiles, location, status, funding, leadership, products, relationships, and H1B sponsorship statistics. - [Career Sites Feed API](https://jobo.world/docs/api-reference/feed/career-sites-feed.md): Stream newly discovered career sites — company listing pages and careers portals — in high-volume batches. Each row is a slim card-sized payload with a link to the full company profile. - [Feed API](https://jobo.world/docs/api-reference/feed/jobs-feed.md): Stream active job postings and detect expired ones in high-volume batches. Built for keeping a downstream database in sync with Jobo. - [Retrieve a bulk feed of jobs with cursor-based pagination](https://jobo.world/docs/api-reference/jobs-feed/retrieve-a-bulk-feed-of-jobs-with-cursor-based-pagination.md) - [Retrieve IDs of recently expired jobs](https://jobo.world/docs/api-reference/jobs-feed/retrieve-ids-of-recently-expired-jobs.md) - [Get a single job by id](https://jobo.world/docs/api-reference/jobs-search/get-a-single-job-by-id.md): Fetch a single job posting by its UUID. Returns the same fully enriched `JobDto` as the search and feed endpoints, so an `id` taken from a search or feed response can be re-fetched directly. - [Search jobs via query parameters](https://jobo.world/docs/api-reference/jobs-search/search-jobs-via-query-parameters.md) - [Search jobs via structured request body](https://jobo.world/docs/api-reference/jobs-search/search-jobs-via-structured-request-body.md) - [Jobs Search](https://jobo.world/docs/api-reference/jobs/search.md): Two endpoints for finding jobs: a quick GET keyword search with facets and a typed POST search with full inclusion/exclusion filters and range support. - [Geocode a location string into structured location data](https://jobo.world/docs/api-reference/locations/geocode-a-location-string-into-structured-location-data.md) - [Locations](https://jobo.world/docs/api-reference/locations/locations.md): Resolve free-text location strings to canonical city/region/country and coordinates. - [API Overview](https://jobo.world/docs/api-reference/overview.md): The Jobo Enterprise API provides access to millions of job listings from 57 ATS platforms. - [Authentication](https://jobo.world/docs/authentication.md): Authenticate your API requests using an API key passed in the X-Api-Key header. - [Export Columns](https://jobo.world/docs/data-platform/export/columns.md): All available columns in data exports, column mapping, and example records. - [Export Formats](https://jobo.world/docs/data-platform/export/formats.md): Supported export formats: CSV, JSON, and Parquet. Includes compression, splitting, and size comparison. - [Limits & Quotas](https://jobo.world/docs/data-platform/export/limits.md): Export limits by plan tier, data freshness, and frequently asked questions. - [Data Export](https://jobo.world/docs/data-platform/export/overview.md): Export job listings to CSV, JSON, or Parquet with configurable columns, filters, and automatic compression. - [Algolia](https://jobo.world/docs/data-platform/outbound-feed/algolia.md): Power instant job search experiences with Algolia. - [Elasticsearch](https://jobo.world/docs/data-platform/outbound-feed/elasticsearch.md): Sync job data into Elasticsearch for full-text search and analytics. - [Meilisearch](https://jobo.world/docs/data-platform/outbound-feed/meilisearch.md): Sync jobs into Meilisearch for lightning-fast open-source search. - [MongoDB](https://jobo.world/docs/data-platform/outbound-feed/mongodb.md): Sync job data as flexible JSON documents into MongoDB collections. - [Outbound Feed](https://jobo.world/docs/data-platform/outbound-feed/overview.md): Push job data directly to your databases and search engines with automatic continuous sync. - [PostgreSQL](https://jobo.world/docs/data-platform/outbound-feed/postgresql.md): Sync job data into PostgreSQL tables with full SQL query support. - [Security](https://jobo.world/docs/data-platform/outbound-feed/security.md): How Jobo protects your outbound feed credentials and data in transit. - [Sync Behavior](https://jobo.world/docs/data-platform/outbound-feed/sync-behavior.md): How outbound feed synchronization works: intervals, batching, retries, and deduplication. - [Data Platform Overview](https://jobo.world/docs/data-platform/overview.md): Three data delivery paths to get job data into your systems: Export, Outbound Feed, and Pipelines. - [Best Practices](https://jobo.world/docs/data-platform/pipelines/best-practices.md): Tips for building efficient and reliable data transformation pipelines. - [Example Flows](https://jobo.world/docs/data-platform/pipelines/example-flows.md): Pre-built pipeline examples for common job data transformation use cases. - [Execution Model](https://jobo.world/docs/data-platform/pipelines/execution-model.md): How pipeline nodes are scheduled, executed, and how errors are handled. - [Node Types](https://jobo.world/docs/data-platform/pipelines/node-types.md): Reference for all five pipeline node types: Input, Liquid, AI, JSON Merge, and Output. - [Pipelines Overview](https://jobo.world/docs/data-platform/pipelines/overview.md): Build visual flow pipelines to transform, enrich, and remap job data with Liquid templates, AI models, and JSON merge. - [Welcome to Jobo Enterprise](https://jobo.world/docs/introduction.md): Everything you need to integrate, export, and sync job data from 57 ATS platforms. - [Pricing](https://jobo.world/docs/pricing.md): Understand wallet credits, metered endpoint costs, and subscription-included API families. - [Quick Start](https://jobo.world/docs/quickstart.md): Get your first API response in under 5 minutes — from zero to live job data. - [Filterable Fields](https://jobo.world/docs/resources/filterable-fields.md): Complete reference of all filterable fields, accepted values, and filter patterns for the Jobo job search API. - [Job Object Schema](https://jobo.world/docs/resources/job-schema.md): Complete reference for the Job object returned by all API endpoints. - [Rate Limits](https://jobo.world/docs/resources/rate-limits.md): API rate limits by plan tier to prevent abuse and ensure fair usage. - [Status Codes](https://jobo.world/docs/resources/status-codes.md): HTTP status codes returned by the Jobo Enterprise API. - [Client Libraries](https://jobo.world/docs/sdks.md): Official SDKs for Python, Node.js, and .NET — with auto-pagination, retries, and full type safety out of the box. ## OpenAPI Specs - [openapi](https://jobo.world/docs/openapi.yaml)