This operation allows you to extract data from a Job Search by keywords, location and companyUrl filters. At least one of the input parameters is required. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. It returns a list of job data as the response. This operation consumes 1 credit.
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard. You must use it in the query string of your request as ?apiKey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY
This required parameter is a string. It represents the keywords contained by the job title.
This required parameter is a string. It represents the location of the job. It can be the city, the region of the country name. Single location string without separators or special characters. Allowed: letters, digits, spaces, and hyphens. Examples: "France", "USA", "New York", "Saint-Etienne". Invalid: "USA; France", "Paris, France", "London;".
This required parameter is a string. It represents the LinkedIn URL of the company with this format: https://www.linkedin.com/company/xxxxxxxxxx/.
This optional parameter is a string. It represents the page number of the results.
1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
The endpoint returns a list of jobs.
The response is of type object
.