Search industries
Search our industries database and get information such as the number of companies it contains.
GET
https://api.thecompaniesapi.com/v2/industries
Free
Results are sorted by companies_count
.
We currently have over 3 million industries in our database.
We can send you a file with our 100,000 most popular industries if you want to use it in your application.
Signup to access all our API features
Get your 500 free credits and start enriching and searching companies.
No credit card required
Query parameters
pagenumber (optional)
The page to fetch (default to 1).
/industries?page=1
searchstring (optional)
An additional search query applied to the industry name.
/industries?search=saas
sizenumber (optional)
The number of industries to be returned (between 1 and 100). Default to 25.
/industries?size=10
Response schema
industriesarray
The industries that match your conditions.
metaobject
The metas information.
Code examples
Select your favorite language:
import createClient from '@thecompaniesapi/sdk'
const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })
const response = await tca.searchIndustries({
search: 'software',
size: 10
})
const industries = response.data.industries // Industries that match the keyword
const meta = response.data.meta // Meta information