IntroductionAuthenticationPaginationRate Limit
Free countPreview data mode

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

TheirStack TheirStack Logo
DocumentationAPI ReferenceWebhooksDatasets
Features

Preview data mode

Learn how to preview TheirStack data without consuming API credits.

Our Job Search and Company Search endpoints include a preview mode that return the same data but some fields are blurred.

This mode is useful for sales software building products with TheirStack data. It allows you to show a preview of the data to your end users without consuming credits. It's the same we use in our own app.

How to use preview mode

To use preview mode, you need to set the blur_company_data field to true in the request body.

Company search preview

When doing a company search with preview mode, the response will return all fields but the name, logo, url, domain, long_description, seo_description, linkedin_url, publicly_traded_symbol, apollo_id, linkedin_id fields will be blurred.

Preview data mode

Job search preview

When doing a job search with preview mode, the response will return all fields but the description, url, final_url, source_url, company, company_domain, company_object.name, company_object.domain, company_object.linkedin_url, company_object.linkedin_id, company_object.url, company_object.long_description, company_object.seo_description, company_object.possible_domains fields will be blurred.

Preview data mode

Limitations

This mode is not available when filtering by company identifiers (company_name, company_domain, company_linkedin_url, company_id).

How is this guide?

Last updated on

Free count

Learn how to get the count of records that match your search criteria without consuming API credits.

Avoiding getting the same job twice

Learn how to avoid duplicate jobs when making repeated calls to the Job Search endpoint.

On this page

How to use preview mode
Company search preview
Job search preview
Limitations