jobdata

Added application URL query filter + (multi) country code parameter enhancements

jobdataapi.com v4.10 / API version 1.12

1 min read · Jan. 30, 2025 · Markdown version

A new query filter parameter application_url has been added to the /api/jobs/ and /api/jobsexpired/ endpoints, allowing you to filter job listings based on text within the application_url field value (requires an access pro plan or higher). It provides a LIKE searche to find jobs associated with specific domains or parts of URLs. For example, to filter jobs with application URLs containing "greenhouse.io" you can use the following request:

https://jobdataapi.com/api/jobs/?application_url=greenhouse.io&api_key=<your key>

Similarly, to filter jobs with application URLs containing "jobs.sap.com" the request would be:

https://jobdataapi.com/api/jobs/?application_url=jobs.sap.com&api_key=<your key>

The country_code query parameter has been modified to allow for multiple country codes, separated by a pipe "|" character. You can now include or exclude countries by adding a "-" in front of a country code, providing more flexibility in filtering job listings based on geographic location. For instance, to get all jobs from the North America geographic region, but exclude jobs from Canada and the United States, you can use:

https://jobdataapi.com/api/jobs/?country_code=-CA|-US&region_id=5&api_key=<your key>

To include jobs from Germany, Switzerland, and Austria (DACH region), the request would be:

https://jobdataapi.com/api/jobs/?country_code=DE|CH|AT&api_key=<your key>

This has also been added to both, the /api/jobs/ and /api/jobsexpired/ endpoints. See the API docs for more info.

Related Docs

Annualized job downloads + denormalized Parquet export
Added source/ATS and company filtering + source ID fields
Query behavior changes for application_url, title, and location filters
Optimized Vector Embeddings & Search
Added new Job States (geo) endpoint, query filters, and more
Added plain-text field for cleaned job description
Change of length for job title and location fields
jobdataapi.com now has Changelog section 🎉
Added salary estimates + global currency conversion API endpoint
Geo radius search expansion for Jobs API location filters
Full job data downloads now available!
Job filtering by vector embedding now available + added Apprenticeship job type
Improved Job States (geo) search, Markdown job descriptions, and lean data retrieval
Added company website/domain filter to jobs endpoint
Improved API query validation
Added API Access Lite Plan + Smarter Age-Window Defaults for Jobs API
Introducing Vector Embeddings and Vector Search in the jobdata API
Maximum value for "page_size" parameter increased to 5000
Removal of clearance_required field from job result structure
Added llms.txt and llms-full.txt for AI-friendly implementation guidance

Explore jobdata API with AI tools

Ask an AI assistant how to search and build with live job data.