Search technologies
Search our technologies database and get information about them.
GET
https://api.thecompaniesapi.com/v2/technologies
Free
We currently track {technologiesCount} technologies.
If you need a technology that is not listed, feel free to chat with us as it usually takes us less than 48 hours to add it.
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).
/technologies?page=1
searchstring (optional)
An additional search query applied to the technology name.
/technologies?search=shopify
sizenumber (optional)
The number of technology to be returned (between 1 and 100). Default to 25.
/technologies?size=10
Response schema
technologiesarray
The technologies we identify 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.searchTechnologies({
search: 'shopify',
size: 10
})
const technologies = response.data.technologies // Technologies that match the keyword
const meta = response.data.meta // Meta information