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 sofware 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 company_name
, company_domain
, company_linkedin_url
fields will be blurred.
Job search preview
When doing a job search with preview mode, the response will return all fields but the job_description
, job_url
, company_name
, company_domain
, company_linkedin_url
fields will be blurred.
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.
Webhooks
Learn how to use webhooks to get notified when events occur (new jobs, tech changes, etc) in TheirStack and trigger actions in your external systems like N8N, Zapier, Make, Airtable, etc