Added source/ATS and company filtering + source ID fields
jobdataapi.com v4.15.1 / API version 1.17.1
Table of contents
This update introduces new filtering capabilities and data enhancements to help you better manage job and company data sources.
New field for Company source/ATS ID
All company object results now include a source_id field – an integer identifier representing the original Applicant Tracking System (ATS) or data source for the company. This field will also be included in the company CSV download file starting with next Sunday's weekly export (note: this is a schema change for the companies.csv file).
Example in API response for company object:
{
"id": 123,
"name": "Tech Corp",
"source_id": 42, // New field
...
}
New filters for Company source/ATS ID
We've added three new filtering capabilities (access pro subscription required):
A new company_source_id parameter is now available across the following endpoints:
-
/api/jobs/
-
/api/jobsexpired/
Similarly for the /api/companies/ endpoint there now is a source_id filter parameter to narrow down companies by their source/ATS ID.
Filter by specific source IDs using our multi-ID syntax (pipe-separated values):
https://jobdataapi.com/api/jobs/?company_source_id=42|56
Added company_id filter to expired Jobs API endpoint
Another addition to the /api/jobsexpired/ endpoint is a company_id filter parameter that lets you filter for expired jobs by one or more companies:
https://jobdataapi.com/api/jobsexpired/?company_id=12345
Usage Notes
Source IDs are numeric identifiers without descriptive labels – they're primarily useful for:
-
Excluding jobs from specific sources you've already processed
-
Grouping results by data origin
-
Identifying patterns in source-specific data quality
The source_id field will appear in all API responses for company objects, including nested company objects within results from the /api/jobs/ endpoint, as well as the companies.csv download file.
For our updated docs, see:
Related Docs
Annualized job downloads + denormalized Parquet export
Enhanced multi-value parameters for Job and Company queries
Added llms.txt and llms-full.txt for AI-friendly implementation guidance
Enhanced Company HQ Data + new Geographic Filters
Full job data downloads now available!
API page-size maximum reduced to 4000
Improved API query validation
jobdataapi.com now has Changelog section 🎉
Optimized Vector Embeddings & Search
Improved Job States (geo) search, Markdown job descriptions, and lean data retrieval
Removal of clearance_required field from job result structure
Added Remote Work Mode Classification
Added `ext_id` filtering to Jobs API + normalized future publish timestamps
GeoNames upgrade, new population field and filters, expired field now in job results
Added Role Taxonomy Tags Endpoint + Job Role Filters
Maximum value for "page_size" parameter increased to 5000
Added new Job States (geo) endpoint, query filters, and more
Introducing Vector Embeddings and Vector Search in the jobdata API
Query behavior changes for application_url, title, and location filters
Added company open/total job counts + filters
Explore jobdata API with AI tools
Ask an AI assistant how to search and build with live job data.