TheirStack

Overview

Find customers ready to buy your product

Use job postings to uncover ready-to-buy companies through analysis of 50 million jobs from over 195 countries.


Setup

Create connector
From the settings panel or from the node catalog, search for the TheirStack integration and navigate to the 'create connector' view.

Retrieve your TheirStack API key
Navigate to your account and access the API keys section. Copy the API key and paste it into the dedicated field in Cargo.

Configure the connector
First, create a name and a slug for your connector. Then, paste your TheirStack API key into the dedicated field.


Actions

Enrich - Technographics

POST : https://api.theirstack.com/v1/companies/technologies

This endpoint lists all the technologies used by a company or group of companies. For each technology, it returns the confidence level (low, medium, high), the number of jobs that mention the technology, the first and last dates it was mentioned

Common use cases

Sales and marketing teams use this endpoint to:

Identifying the technologies used by a company. Finding all the technologies that belong to a certain category (such as databases, CRMs, programming languages, etc.) mentioned in the jobs of a company, and identifying the confidence level of the detection to infer the most likely one that is used by the company. Identifying if a company uses one or several technologies from a list of technologies that you are interested in.

Required filters

You must specify company_domain, company_name or company_name_or.

Credits

This endpoint consumes 1 API credit per company lookup, regardless of the number of technologies used. It't consumes credits if there is no response.

ParameterDefaultOptionalDescription
company_nameNoneNoCompany name. Will return companies that match this name exactly, case-sensitively.
company_domainNoneYesCompany domain, full URL or email
order_byNoneYesList of column objects. You can pass several columns to order by, in order of priority. Only field is required, desc is True by default.
offsetNoneYesNumber of results to skip. Required for offset-based pagination.
pageNoneYesPage number. Required when using page-based pagination.
limitNoneYesNumber of results per page.
include_total_resultsNoneYesInclude a field in the response with the total number of results.
technology_slug_orNoneYesWill return jobs from companies that that have mentioned any of these technologies in their jobs. Case sensitive. Pass slugs.
technology_category_slug_orNoneYesWill return jobs from companies that that have mentioned any technology from any of these categories in their jobs Case sensitive. Pass slugs.
technology_parent_category_slug_orNoneYesWill return jobs from companies that that have mentioned any technology from any of these parent categories in their jobs Case sensitive. Pass slugs.
max_rankNoneYesThe rank measures how common is a technology within its category.
min_jobsNoneYesMinimum number of jobs found by each company using a technology.
max_jobsNoneYesMaximum number of jobs found by each company using a technology.
min_relative_occurrenceNoneYesMinimum value of relative_occurrence_within_category for each technology.
first_date_found_gteNoneYesOnly return technologies where the first time they were found was after or on this date. Format: "YYYY-MM-DD"
first_date_found_lteNoneYesOnly return technologies where the first time they were found was before or on this date. Format: "YYYY-MM-DD"
last_date_found_gteNoneYesOnly return technologies where the last time they were found was after or on this date. Format: "YYYY-MM-DD"
last_date_found_lteNoneYesOnly return technologies where the last time they were found was before or on this date. Format: "YYYY-MM-DD"
confidence_orNoneYesReturns technologies with any of these confidence values that the companies use them. Available values: "high", "medium", "low