curl --request GET \
--url https://api.tryfuse.ai/api/v1/business/companies/filter-options \
--header 'Authorization: Basic <encoded-value>'import requests
url = "https://api.tryfuse.ai/api/v1/business/companies/filter-options"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Basic <encoded-value>'}};
fetch('https://api.tryfuse.ai/api/v1/business/companies/filter-options', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"filterOptions": {
"fiberIndustries": [
"Administrative Services",
"Aerospace & Military",
"Artificial Intelligence",
"Finance",
"Software",
"Travel & Tourism"
],
"crunchbaseIndustries": [
"3D Printing",
"3D Technology",
"A/B Testing",
"Financial Services"
],
"crunchbaseCategoryGroups": [
"Administrative Services",
"Advertising",
"Agriculture and Farming",
"Apps",
"Financial Services"
],
"linkedinIndustries": [
"3D Printing",
"Abrasives and Nonmetallic Minerals Manufacturing",
"Software Development"
],
"companyTags": [
"raised-from-top-vc",
"is-government",
"is-school",
"venture-backed-startup"
],
"naicsCodes": [
{
"code": "11",
"title": "Agriculture, Forestry, Fishing and Hunting"
},
{
"code": "111110",
"title": "Soybean Farming"
},
{
"code": "513210",
"title": "Software Publishers"
}
],
"countries": [
{
"name": "United States of America",
"apiCode": "USA",
"isoCodeAlpha2": "US",
"flag": "🇺🇸"
},
{
"name": "United Kingdom",
"apiCode": "GBR",
"isoCodeAlpha2": "GB",
"flag": "🇬🇧"
}
],
"accelerators": [
{
"acceleratorSlug": "ycombinator",
"acceleratorName": "Y Combinator",
"numCompanies": 6219
},
{
"acceleratorSlug": "techstars",
"acceleratorName": "Techstars",
"numCompanies": 5612
}
]
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}Get the accepted company-search filter values
The accepted values for every enum-backed company filter, each list trimmed to exactly what a filter takes. Use fiberIndustries for industriesV2, linkedinIndustries for linkedinIndustries, crunchbaseIndustries for crunchbaseCategories, crunchbaseCategoryGroups for crunchbaseCategoryGroups (case-sensitive — copy them verbatim), companyTags for tags, naicsCodes[].code for naicsCodes, countries[].apiCode for both headquartersCountryCode and officeLocationsV2, and accelerators[].acceleratorSlug for acceleratorsV2. Filters with no enumerable vocabulary are documented on the request schema instead: status (active / acquired / closed), stage (pre_seed, seed, series_a…series_j, public, acquired, closed, private_equity, venture_other, no_funding_yet, unknown), fortuneRankings (fortune-500 / fortune-1000) and technologies; company names, investor domains and headquartersCity place names come from GET /companies/autocomplete. Static vocabulary: no tenant data and no credits.
Errors:
429RATE_LIMITED— Per-token rate limit for this bucket exhausted; retry after the window in the RateLimit-Reset header.500UNEXPECTED_ERROR— The request failed inside the service; nothing was billed and the request_id identifies the failure.
Requires one of the following token scopes: companies.
curl --request GET \
--url https://api.tryfuse.ai/api/v1/business/companies/filter-options \
--header 'Authorization: Basic <encoded-value>'import requests
url = "https://api.tryfuse.ai/api/v1/business/companies/filter-options"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Basic <encoded-value>'}};
fetch('https://api.tryfuse.ai/api/v1/business/companies/filter-options', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"filterOptions": {
"fiberIndustries": [
"Administrative Services",
"Aerospace & Military",
"Artificial Intelligence",
"Finance",
"Software",
"Travel & Tourism"
],
"crunchbaseIndustries": [
"3D Printing",
"3D Technology",
"A/B Testing",
"Financial Services"
],
"crunchbaseCategoryGroups": [
"Administrative Services",
"Advertising",
"Agriculture and Farming",
"Apps",
"Financial Services"
],
"linkedinIndustries": [
"3D Printing",
"Abrasives and Nonmetallic Minerals Manufacturing",
"Software Development"
],
"companyTags": [
"raised-from-top-vc",
"is-government",
"is-school",
"venture-backed-startup"
],
"naicsCodes": [
{
"code": "11",
"title": "Agriculture, Forestry, Fishing and Hunting"
},
{
"code": "111110",
"title": "Soybean Farming"
},
{
"code": "513210",
"title": "Software Publishers"
}
],
"countries": [
{
"name": "United States of America",
"apiCode": "USA",
"isoCodeAlpha2": "US",
"flag": "🇺🇸"
},
{
"name": "United Kingdom",
"apiCode": "GBR",
"isoCodeAlpha2": "GB",
"flag": "🇬🇧"
}
],
"accelerators": [
{
"acceleratorSlug": "ycombinator",
"acceleratorName": "Y Combinator",
"numCompanies": 6219
},
{
"acceleratorSlug": "techstars",
"acceleratorName": "Techstars",
"numCompanies": 5612
}
]
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}