IntroductionQuickstartAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

TheirStackTheirStack Logo
Log inSign up
DocumentationAPI ReferenceWebhooksDatasetsMCPGuides

Pagination

Learn how to paginate TheirStack API responses with page-based and offset-based methods, including tips for faster queries on GET and POST endpoints.

Responses that return a list of items are paginated. We offer two different pagination strategies:

  • Page-based: This method allows you to navigate through paginated data by specifying the page and limit parameters. The page parameter indicates the page number you wish to retrieve, while the limit parameter specifies the maximum number of items to return per page. For POST requests, include these parameters in the request body. For GET requests, use them as query parameters.

  • Offset-based: This method allows you to navigate through paginated data by specifying the offset and limit parameters. The offset parameter indicates the starting point within the collection of results, while the limit parameter specifies the maximum number of items to return. For POST requests, include these parameters in the request body. For GET requests, use them as query parameters. Some of these endpoints also support the include_total_results body or query parameter. If you set it to false, the responses will be faster, and the field total_results of the response will be null.

How is this guide?

Last updated on

Authentication

Learn how to set up TheirStack API authentication with Bearer token API keys — create, manage, and revoke keys directly from your account settings.

Rate Limit

Discover how TheirStack API rate limits work across free and paid tiers, with sliding windows, IETF-compliant headers, and retry best practices.