v9

OpenAPI 3.1.02026-08-0352108381.8 KB
Catalog

Get Jobs And Companies Per Job Country Code

This endpoint will return all the country codes and the number of jobs whose location's country code is the given one, and the number of companies with jobs in that country.

Calls to this endpoint don't cost you credits.

get/v0/catalog/jobs_companies_per_job_country_code

Query parameters

countrystring nullable

Name of a country. Will return the country matching their name in English

Name of a country. Will return the country matching their name in English

pageinteger

Page number.

Page number.

limitinteger

Number of results per page

Number of results per page

Response

Successful Response

Example response

{
  "metadata": {
    "total_results": 2034
  }
}