Organizations currently tracked across ATS sources, with basic LinkedIn company details.
Organization list
Returns the full list of organizations currently tracked across ATS sources. Each row carries a small set of identifier fields (organization, domain_derived, org_linkedin_slug, org_linkedin_name, org_linkedin_industry, org_linkedin_headcount, org_linkedin_headquarters) - just enough to discover and filter on tracked organizations. Refreshed once per day at 02:00 UTC.
This endpoint is not an enrichment feed - it does not return the same fields as include_basic_organization_details=true. For the full set of basic LinkedIn fields per organization, use include_basic_organization_details=true on /active-ats / /modified-ats, or fetch them per-org from /ats-organizations-advanced and join by org_linkedin_slug.
If you wish to download a CSV file instead of calling the API, copy paste the link below in your browser with your API key to download the file instead:
Code
Intended for ATS workflows. Use this to browse the catalog and discover valid organization, organization_domain, and organization_slug values for filtering jobs on /active-ats and /modified-ats. Job board listings (/active-jb) already include LinkedIn organization fields inline on every job, so JB-only consumers typically don't need this endpoint.
Set format=csv to download the same feed as CSV. For browser downloads, pass the API key as apiKey in the query string; the gateway converts it to the standard Authorization: Bearer ... header before authentication and removes it from the internal request URL.
Warning: This feed is about 50MB in size and might not display properly in the playground.
query Parameters
formatResponse format. Defaults to JSON. Use csv for spreadsheet downloads.
apiKeyOptional browser-download API key. Equivalent to sending Authorization: Bearer <API key> and intended for copy/paste download URLs.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Organization list › Responses
A list of organizations, returned as JSON by default or CSV when format=csv.
organizationName of the organization as listed in the ATS.
domain_derivedDerived company domain.
org_linkedin_slugCompany-specific part of the LinkedIn URL (e.g., 'tesla-motors'). Unique per company. Used to join organizations against jobs returned by /active-ats, /active-jb, and /modified-ats.
org_linkedin_nameCanonical company name from LinkedIn.
org_linkedin_industryCompany's industry from LinkedIn's fixed list.
org_linkedin_headcountNumber of employees according to LinkedIn.
org_linkedin_headquartersCompany's HQ location.