For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Filters Pagination: Base Jobs API

Overview

General information about the pagination is listed in Results Pagination topic.

Pagination is essential when working with Base Jobs API – the dataset spans global job markets with records going back to August 2020, which means result sets for broad queries can be large and frequently changing.

Here you can find:

Examples of pagination usage with cURL requests.

Using pagination in cURL requests

This tutorial requires prior knowledge of how to compile and execute POST requests in Base Jobs API.

Use parameter x-next-page-after to retrieve a second page of of deduplicated job postings IDs.

  1. Navigate to the Headers section and click it:

  1. Find the following information: – x-next-page-after x-total-pages x-total-results

  2. Add parameter ?after={x-next-page-after} to the POST request to see the next results page:

  1. Execute the request, and you will see the next page in the Body section:

Limiting search results per page

Query parameter ?items_per_page={int} allows you to specify the number of results retrieved per Search results page. The current limit is 1,000. Thus, this parameter lets you set a smaller limit value for the results page.

Last updated

Was this helpful?