Skip to main content
POST
Job Search - TheirStack

Authorizations

Authorization
string
header
default:YOUR_ANYAPI_KEY
required

Your AnyAPI key as a Bearer token.

Headers

Idempotency-Key
string

Optional wallet idempotency key, scoped to this customer for 24 hours. When the gateway honors the key, this synchronous in-process execution can continue after the caller disconnects, bounded by its execution deadline. A completed replayable result charges normally exactly once and can be replayed without another provider run or charge. A pending duplicate returns 409 idempotency_in_progress; reuse with different request semantics returns 409 idempotency_conflict.

Required string length: 1 - 255

Query Parameters

fields
string

Optional. Comma-separated keys (dotted paths like author.name descend into nested objects) to keep on each result item. Keys are matched relative to each result item after the data/items envelope is unwrapped, not against the top-level response envelope, so use jq to reshape the whole envelope. Shrinks the response without changing cost.

max_items
integer

Optional. Cap the number of result rows returned; a _truncated note reports how many were withheld so you can page via the API's own limit. Does not change cost.

Required range: x >= 0
summary
boolean

Optional. Return only a structural outline (top-level keys, item counts, and per-field byte sizes) instead of the full data. Does not change cost.

jq
string

Optional. A jq expression applied to the result envelope; its output replaces output (multiple outputs collect into an array). Reshape freely, e.g. jq=.data | {title, description, md: .markdown[:3500]}. Runs sandboxed with a 250ms / 2MB budget; on failure the full result is returned with a jqError. Does not change cost.

Body

application/json
companyCountryCodeNot
string[]

Return companies whose HQ country code is not any of the ones passed here, case sensitive. Pass ISO2 country codes.

companyCountryCodeOr
string[]

Return companies whose HQ country code is any of the ones passed here, case sensitive. Pass ISO2 country codes.

companyDescriptionPatternAccentInsensitive
boolean

Set to True to make company description searches accent insensitive. For example, "á" will match "a" as well.

companyDescriptionPatternNot
string[]

Case-insensitive patterns to match in the company description. Will return companies that match any of the patterns.

companyDescriptionPatternOr
string[]

Case-insensitive patterns to match in the company description. Will return companies that match any of the patterns.

companyDomainNot
string[]

Only return companies that don't match these domains exactly. It accepts full urls (https://www.google.com/) and emails (john.polo@gmail.com).

companyDomainOr
string[]

Only return companies that match these domains exactly. It accepts full urls (https://www.google.com/) and emails (john.polo@gmail.com). This filter acts as an OR filter, so if you pass more than one company domain, it will return companies that match any of the domains.

companyIdOr
string[]

Only return companies that match these IDs exactly. This filter acts as an OR filter, so if you pass more than one company ID, it will return companies that match any of the IDs.

companyInvestorsOr
string[]

Investors of the company

companyInvestorsPartialMatchOr
string[]

Investors of the company. Will return companies for which any of their investors contains any of the substrings passed here. For example, if you pass 'andree', all funds that match it (like 'Andreessen Horowitz', 'Andreessen Horowitz LLC', etc).

companyKeywordSlugAnd
string[]

Return results from companies that have mentioned all of these keywords in their jobs. Case sensitive. Pass slugs. Check out all the keywords we track at GET /v0/catalog/keywords

companyKeywordSlugNot
string[]

Return results from companies that haven't mentioned any of these keywords in their jobs. Case sensitive. Pass slugs. Check out all the keywords we track at GET /v0/catalog/keywords

companyKeywordSlugOr
string[]

Return results from companies that have mentioned any of these keywords in their jobs. Case sensitive. Pass slugs. Check out all the keywords we track at GET /v0/catalog/keywords

companyLinkedinUrlExists
boolean

(Use property_exists_or / property_exists_and instead) Only return companies with a LinkedIn URL

companyLinkedinUrlOr
string[]

Return companies whose LinkedIn URL matches any of the slugs passed here. Can also pass full LinkedIn company URLs.

companyListIdNot
string[]

Return companies that don't belong to any of the company lists passed here

companyListIdOr
string[]

Return companies that belong to any of the company lists passed here

companyLocationPatternOr
string[]

Return companies whose city matches any of the patterns passed here. Case insensitive. For example, if you pass 'san francisco', it will return companies whose city is 'San Francisco', 'San Francisco Bay Area', etc.

companyNameCaseInsensitiveOr
string[]

Only return companies that match these names exactly, case-insensitively.

companyNameNot
string[]

Only return companies that don't match these names exactly, case-sensitively.

companyNameOr
string[]

Only return companies that match these names exactly, case-sensitively. This filter acts as an OR filter, so if you pass more than one company name, it will return companies that match any of the names.

companyNamePartialMatchNot
string[]

Company names. Will return companies whose name doesn't contain any of the the substrings passed here, case-insensitively. For example, if you pass 'google', it will exclude 'Google', 'Google LLC', 'Google Inc', etc.

companyNamePartialMatchOr
string[]

Company names. Will return companies whose name contain any of the the substrings passed here, case-insensitively. For example, if you pass "google", it will return "Google", "Google LLC", "Google Inc", etc.

companyTagsOr
string[]

Return companies that match any of these keywords

companyTechnologySlugAnd
string[]

Will return jobs from companies that that have mentioned all of these technologies in their jobs (not necessarily in the jobs returned). Case sensitive. Pass slugs. Check out all the technologies we track at GET /v0/catalog/technologies. Deprecated: use company_keyword_slug_and instead.

companyTechnologySlugNot
string[]

Will return jobs from companies that that haven't mentioned any of these technologies in their jobs. Case sensitive. Pass slugs. Check out all the technologies we track at GET /v0/catalog/technologies. Deprecated: use company_keyword_slug_not instead.

companyTechnologySlugOr
string[]

Will return jobs from companies that that have mentioned any of these technologies in their jobs (not necessarily in the jobs returned). Case sensitive. Pass slugs. Check out all the technologies we track at GET /v0/catalog/technologies. Deprecated: use company_keyword_slug_or instead.

companyType
string

Filter by company type.

discoveredAtGte
string

Only jobs discovered by TheirStack on this date or datetime or after will be returned. In UTC timezone.

discoveredAtLte
string

Only jobs discovered by TheirStack on this date or datetime or before will be returned. In UTC timezone.

discoveredAtMaxAgeDays
integer

If 0, only return jobs added to our database in the current day. If 1, from today and yesterday, etc.

discoveredAtMinAgeDays
integer

If 1, only return jobs discovered by TheirStack until yesterday. If 2, until 2 days ago, etc.

easyApply
boolean

If True, only return jobs that can be applied directly through the job board. If False, only return jobs that require redirecting to the company's website.

employmentStatusesOr
string[]

Filter jobs by employment status. Returns jobs that match any of the specified employment types. If no values are provided or an empty list is sent, all jobs regardless of employment status will be returned.

finalUrlExists
boolean

(Use property_exists_or / property_exists_and instead) Only return jobs with a final URL. Typically jobs that were originally posted on an ATS. If True, only return jobs with a final URL. If False, only return jobs without a final URL. If None, return all jobs.

fundingStageOr
string[]

Funding stages of companies returned. Possible values: ['angel', 'convertible_note', 'debt_financing', 'equity_crowdfunding', 'other', 'private_equity', 'seed', 'series_a', 'series_b', 'series_c', 'series_d', 'series_e', 'series_f', 'series_g', 'series_h', 'venture_round_not_specified', 'series_i', 'series_j', 'undisclosed', 'series_unknown', 'pre_seed', 'post_ipo_secondary', 'post_ipo_equity', 'post_ipo_debt', 'non_equity_assistance', 'late_vc', 'initial_coin_offering', 'growth_equity_vc', 'grant', 'early_vc', 'corporate_round', 'secondary_market', 'product_crowdfunding']

hiringManagersExists
boolean

(Use property_exists_or / property_exists_and instead) If True, only return jobs with a hiring manager. If False, only return jobs without a hiring manager. If None, return all jobs.

includeTotalResults
boolean

When enabled, calculates and returns total_results and total_companies fields in the response. WARNING: This significantly slows down responses as it requires reading the entire dataset. Recommended usage: enable only for the initial request to get totals, then disable for subsequent pagination requests.

industryIdNot
string[]

Industry ids to exclude.You can use any of LinkedIn's Industry Codes V2 or GET /v0/catalog/industries

industryIdOr
string[]

Industry codes. You can use any of LinkedIn's Industry Codes V2 or GET /v0/catalog/industries

industryNot
string[]

Names of industries, case-insensitive. Results will exclude companies that belong to any of the industries specified in this parameter. Available values: GET /v0/catalog/industries WARNING: Deprecated parameter. Use the industry_id_not field instead.

industryOr
string[]

Names of industries, case-insensitive. Results will only include companies that belong to any of the industries specified in this parameter. Available values: GET /v0/catalog/industries WARNING: Deprecated parameter. Use the industry_id_or field instead.

jobCountryCodeNot
string[]

2-letter ISO country code of the location of the job. Can pass more than 1. Will exclude jobs from these countries

jobCountryCodeOr
string[]

2-letter ISO country code of the location of the job. Can pass more than 1

jobDescriptionContainsNot
string[]

Exclude jobs whose description contains any of these whole words using word boundaries (\b). Case-insensitive by default, except for the patterns that are uppercase - in that case we'll respect it. Only finds complete words (e.g., searching 'quality' won't match 'inequality'). Results will exclude jobs whose description contains any of these words.

jobDescriptionContainsOr
string[]

Search for whole words in job descriptions using word boundaries (\b). Case-insensitive by default, except for the patterns that are uppercase - in that case we'll respect it. Only finds complete words (e.g., searching 'quality' won't match 'inequality'). Results will include jobs whose description contains any of these words.

jobDescriptionPatternAnd
string[]

Regex patterns that must ALL match the job description (AND logic). Use (?i) at the start of a pattern to make it case-insensitive. Results will only include jobs whose description matches every pattern in this list.

jobDescriptionPatternCaseSensitiveOr
string[]

Deprecated. Use job_description_pattern_or instead, which now behaves identically.

jobDescriptionPatternIsCaseInsensitive
boolean

Deprecated. Has no effect.

jobDescriptionPatternNot
string[]

Regex patterns to look for in job descriptions. Case-sensitive. Results will include jobs whose description don't match any of these patterns. Use (?i) at the start of a pattern to make it case-insensitive. Can pass more than one.

jobDescriptionPatternOr
string[]

Regex patterns to look for in job descriptions. Case-sensitive. Results will include jobs whose description matches any of these patterns. Use (?i) at the start of a pattern to make it case-insensitive. Can pass more than one.

jobIdNot
string[]

Exclude jobs with these IDs.

jobIdOr
string[]

Get jobs with these IDs only.

jobIds
string[]

Get jobs with these IDs only. Deprecated parameter, use job_id_or instead.

jobKeywordSlugAnd
string[]

Will return jobs where all of these keyword slugs appear. Case sensitive. Check out all the keywords we track at GET /v0/catalog/keywords

jobKeywordSlugNot
string[]

Will return jobs where none of these keyword slugs appear. Case sensitive. Check out all the keywords we track at GET /v0/catalog/keywords

jobKeywordSlugOr
string[]

Will return jobs where any of these keyword slugs appear. Case sensitive. Check out all the keywords we track at GET /v0/catalog/keywords

jobLocationNot
string[]

Filter jobs by location. Returns jobs whose locations DO NOT match ANY of the specified location criteria. Each location criteria is specified using a JobLocationFilter object. (You can find location IDs using the locations catalog endpoint)

jobLocationOr
string[]

Filter jobs by location. Returns jobs whose locations match ANY of the specified location criteria. Each location criteria is specified using a JobLocationFilter object. (You can find location IDs using the locations catalog endpoint)

jobLocationPatternNot
string[]

Regex patterns to exclude job locations. Case-insensitive. Searches both the location field and the enhanced locations array (using normalized city and state name fields within each location element). Jobs matching ANY of the provided patterns will be EXCLUDED from results. Use this to filter out specific locations.

jobLocationPatternOr
string[]

Regex patterns to match job locations. Case-insensitive. Searches both the location field and the enhanced locations array (using normalized city and state name fields within each location element). Jobs matching ANY of the provided patterns will be returned. Use this to find jobs in specific cities, states, or regions.

jobSeniorityOr
string[]

Will return jobs where the seniority is any of the ones passed here

jobTechnologySlugAnd
string[]

Will return jobs where all of these technologies appear. Case sensitive. Pass slugs. Check out all the technologies we track with the technologies endpoint.

jobTechnologySlugNot
string[]

Will return jobs where none of these technologies appear. Case sensitive. Pass slugs. Check out all the technologies we track with the technologies endpoint.

jobTechnologySlugOr
string[]

Will return jobs where any of these technologies appear. Case sensitive. Pass slugs. Check out all the technologies we track with the technologies endpoint. If you pass more than one technology, we will return jobs that mentnion all of the technologies.

jobTitleNot
string[]

Natural language patterns to match job titles. Case-insensitive. Only jobs with title that do not match any of these patterns will be returned. Uses Postgres full text search.

jobTitleOr
string[]

Natural language patterns to match job titles. Case-insensitive. Only jobs with title that match any of these patterns will be returned. Uses Postgres full text search.

jobTitlePatternAnd
string[]

Regex patterns to match job titles. Case-insensitive. Only jobs with title that match all of these patterns will be returned.

jobTitlePatternNot
string[]

Regex patterns to match job titles. Case-insensitive. Jobs whose job title doesn't match any of the patterns will be returned.

jobTitlePatternOr
string[]

Regex patterns to match job titles. Case-insensitive. Jobs whose job title matches of the filters will be returned.

lastFundingRoundDateGte
string

Only return companies whose last funding round date is after or on this date. Format: 'YYYY-MM-DD'

lastFundingRoundDateLte
string

Only return companies whose last funding round date is before or on this date. Format: 'YYYY-MM-DD'

limit
integer
default:25

Rows to return on this page, up to TheirStack's maximum of 500. Every row returned is billed.

Required range: 1 <= x <= 148
maxEmployeeCount
integer

Maximum number of employees in a company

maxEmployeeCountOrNull
integer

Maximum number of employees in a company. If we don't have company size information, we will return it as well.

maxFundingUsd
integer

Maximum company funding, in USD

maxRevenueUsd
integer

Maximum company revenue, in USD

maxSalaryUsd
number

Maximum annual salary in USD. For example, 150000 means $150,000.

minEmployeeCount
integer

Minimum number of employees in a company

minEmployeeCountOrNull
integer

Minimum number of employees in a company. If we don't have company size information, we will return it as well.

minFundingUsd
integer

Minimum company funding, in USD

minRevenueUsd
integer

Minimum company revenue, in USD

minSalaryUsd
number

Minimum annual salary in USD. For example, 100000 means $100,000.

offset
integer

Number of results to skip. Required for offset-based pagination.

onlyJobsWithHiringManagers
boolean

Only return jobs with a hiring manager. If True, only return jobs with a hiring manager. If False, only return jobs without a hiring manager. If None, return all jobs.

onlyJobsWithReportsTo
boolean

Only return jobs where we identified the role the hired person would report to. Deprecated field, use reports_to_exists instead.

onlyYcCompanies
boolean

Only return YC companies

orderBy
string[]

List of column objects. You can pass several columns to order by, in order of priority. Only field is required, desc is True by default.

page
integer

Page number. Required when using page-based pagination.

postedAtGte
string

ISO 8601 date string (yyyy-mm-dd). Only jobs published in this date or after will be returned.

postedAtLte
string

ISO 8601 date string (yyyy-mm-dd). Only jobs published in this date or before will be returned.

postedAtMaxAgeDays
integer

Date posted max age in days. If 0, only return jobs posted today. If 1, from today and yesterday, etc.

preferLatencyUnderMs
integer

Optional; omit it and routing is unchanged, with the cheapest source serving. Prefer sources whose typical response time (median over the trailing 30 days, as published on this endpoint's lane health) is under this many milliseconds; among those, the cheapest serves. This can raise your price: when the cheapest source misses the target, a faster and dearer one serves, and you are quoted and charged its price. If no source is that fast the request is still served, by whichever source offers the best speed for its price - it is never refused for being slow. Sources we have not timed are tried last. This is a preference, not a guarantee: the median describes past requests and is not a ceiling on this one, and it excludes any wait this request itself asks for. On a paginated walk it applies to the first page only: later pages stay with the source that page chose, at the price it was quoted.

Required range: x >= 1
propertyExistsAnd
string[]
propertyExistsOr
string[]

Return jobs that have any of these fields not null. For example, if you pass ['final_url'], it will return jobs that have a final_url set. This field also support chaining of fields. For example, if you pass ['company_object.domain', 'company_object.linkedin_url'], it will return jobs that have a company domain or a company linkedin_url set.

remote
boolean

True: only show remote jobs. False: only show non-remote jobs. None: show all jobs.

reportsToExists
boolean

Only return jobs where we identified the role the hired person would report to. If True, only return jobs where we identified the role the hired person would report to. If False, only return jobs where we didn't identify the role the hired person would report to. If None, return all jobs.

scraperNamePatternOr
string[]

Regex patterns to match job sources. Case-insensitive.

urlDomainNot
string[]

Exclude jobs if their URL domain (from url or source_url) is in the provided case-insensitive list. For example, ['greenhouse.io', 'workable.com'] will exclude URLs containing 'greenhouse.io' or 'workable.com'. Refer to our list of sources at https://theirstack.com/en/docs/data/job/sources.

urlDomainOr
string[]

Include jobs only if their URL domain (from url or source_url) is in the provided case-insensitive list. For example, ['greenhouse.io', 'workable.com'] will match URLs containing 'greenhouse.io' or 'workable.com'. Refer to our list of sources at https://theirstack.com/en/docs/data/job/sources.

Response

Normalized result.

costUsd
number
required

USD charged on the original run. On a replay this value is echoed for parity; the replay itself is free.

items
integer
required

Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.

output
Job Search - TheirStack output · object | null
required

Normalized output, or null when the replay payload was not retained.

provider
string
required

Always "AnyAPI".

replayed
boolean
required

True when this response replays the durable result of an earlier run without billing or upstream execution.

hint
string

Optional one-line nudge, absent when there is nothing to say. large_result: suggests the fields/max_items/summary/jq controls for a big response. paging_unavailable: means this result came from a source that cannot return a nextCursor, so it may be INCOMPLETE and cannot be continued - re-run with requireCursor: true to be served only by a source that can page, which may cost more per request.

jqError
string

Present only when a jq expression failed; output then carries the full unshaped result and this explains why the reshape did not apply.

resultId
string

Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.