TheirStack integration (Data, Marketing). Imported from open-connector.
https://api.theirstack.com/v1/jobs/search
| Param | Type | Required | Description |
|---|---|---|---|
| company_domain_or | array | optional | Only return jobs from companies matching any of these domains, URLs, or email d… |
| company_linkedin_url_or | array | optional | Only return jobs from companies whose LinkedIn URL matches any of these values. |
| company_name_or | array | optional | Only return jobs from companies whose name exactly matches any of these case-se… |
| job_title_or | array | optional | Keyword-based patterns to match job titles, case-insensitively. |
| job_description_contains_or | array | optional | Whole words to search for in job descriptions. Matching is case-insensitive unl… |
| job_country_code_or | array | optional | Two-letter ISO country codes for job locations. |
| posted_at_max_age_days | integer | optional | Maximum age in days for job posting dates. Use 0 for jobs posted today. |
| posted_at_gte | string | optional | Only return jobs published on or after this YYYY-MM-DD date. |
| posted_at_lte | string | optional | Only return jobs published on or before this YYYY-MM-DD date. |
| remote | boolean | optional | When true, only show remote jobs. When false, only show non-remote jobs. |
| limit | integer | optional | Number of results per page. |
| page | integer | optional | Page number for page-based pagination. TheirStack pages start at 0. |
| offset | integer | optional | Number of results to skip for offset-based pagination. |
| include_total_results | boolean | optional | When true, TheirStack calculates total result counts. This can slow down large … |
| order_by | array | optional | Sort options for job search results. |
/v1/companies/search
| Param | Type | Required | Description |
|---|---|---|---|
| company_domain_or | array | optional | Only return companies matching any of these domains, URLs, or email domains. |
| company_linkedin_url_or | array | optional | Only return companies whose LinkedIn URL matches any of these values. |
| company_name_or | array | optional | Only return companies whose name exactly matches any of these case-sensitive va… |
| company_name_partial_match_or | array | optional | Return companies whose name contains any of these substrings, case-insensitivel… |
| company_country_code_or | array | optional | Only return companies headquartered in any of these ISO2 country codes. |
| industry_or | array | optional | Industry names to match case-insensitively. |
| company_keyword_slug_or | array | optional | Keyword or buying-intent slugs mentioned by matching companies in their jobs. |
| company_technology_slug_or | array | optional | Technology slugs mentioned by matching companies in their jobs. |
| limit | integer | optional | Number of results per page. |
| page | integer | optional | Page number for page-based pagination. TheirStack pages start at 0. |
| offset | integer | optional | Number of results to skip for offset-based pagination. |
| include_total_results | boolean | optional | When true, TheirStack calculates total result counts. This can slow down large … |
| order_by | array | optional | Sort options for company search results. |
/v1/companies/technologies
| Param | Type | Required | Description |
|---|---|---|---|
| company_domain | string | optional | Company domain, URL, or email domain to identify the company. |
| company_name | string | optional | Exact case-sensitive company name to identify the company. |
| company_linkedin_url | string | optional | LinkedIn company URL to identify the company. |
| keyword_slug_or | array | optional | Only return technologies or buying-intent topics matching any of these keyword … |
| keyword_category_slug_or | array | optional | Only return keywords from any of these keyword category slugs. |
| confidence_or | array | optional | Only return technologies with any of these confidence levels. |
| min_jobs | integer | optional | Minimum number of jobs found for each technology or keyword. |
| max_jobs | integer | optional | Maximum number of jobs found for each technology or keyword. |
| first_date_found_gte | string | optional | Only return technologies first found on or after this YYYY-MM-DD date. |
| first_date_found_lte | string | optional | Only return technologies first found on or before this YYYY-MM-DD date. |
| last_date_found_gte | string | optional | Only return technologies last found on or after this YYYY-MM-DD date. |
| last_date_found_lte | string | optional | Only return technologies last found on or before this YYYY-MM-DD date. |
| limit | integer | optional | Number of results per page. |
| page | integer | optional | Page number for page-based pagination. TheirStack pages start at 0. |
| offset | integer | optional | Number of results to skip for offset-based pagination. |
| include_total_results | boolean | optional | When true, TheirStack calculates total result counts. This can slow down large … |
| order_by | array | optional | Sort options for technographic results. |
/v0/billing/credit-balance