We’re releasing a new version of the Tech Details endpoint with significant changes for more consistency and easiness of use. Majorly:
_exclude
and others would end in _not
. Now this is fixed.Old parameter name | New parameter name | Deprecated in v1 | New in v1 | Moved from query parameters to body | New structure |
---|---|---|---|---|---|
only_yc_companies | yes | ||||
min_employee_count | yes | ||||
max_employee_count | yes | ||||
min_funding_usd | yes | ||||
max_funding_usd | yes | ||||
min_revenue_usd | yes | ||||
max_revenue_usd | yes | ||||
show_total_results | include_total_results | yes | |||
max_rank | yes | ||||
min_jobs | yes | ||||
min_relative_occurrence | yes | ||||
first_date_found_gte | yes | ||||
first_date_found_lte | yes | ||||
last_date_found_gte | yes | ||||
last_date_found_lte | yes | ||||
order_by | yes | Yes. Before it was a string, now it’s an array of objects. See more details in the API docs. | |||
order_direction | yes | ||||
new_companies | yes | ||||
page | yes | ||||
limit | yes | ||||
technologies | yes | ||||
technology_slug_or | yes | ||||
categories | yes | ||||
technology_category_slug_or | yes | ||||
companies | company_name_or | ||||
companies_exclude | company_name_not | ||||
job_titles | job_title_or | ||||
keywords_or | company_tags_or | ||||
company_description_patterns_or | company_description_pattern_or | ||||
company_description_patterns_exclude | company_description_pattern_not | ||||
funding_stages | funding_stage_or | ||||
job_country_codes_or | job_country_code_or | ||||
countries | yes | ||||
company_country_code_or | yes | ||||
investors | company_investors_or | ||||
industries_exclude | industry_not | ||||
industries | yes | ||||
industry_or | yes | ||||
industries_exclude | industry_not | ||||
companies_urls | company_domain_or | ||||
include_only_companies_from_lists | yes | ||||
company_list_id_or | yes | ||||
exclude_companies_from_lists | yes | ||||
company_list_id_not | yes |