Fetch the context of a company
Retrieve AI-generated insights about a company.
GET
https://api.thecompaniesapi.com/v2/companies/:domain/context
This endpoint allows you to retrieve AI-generated insights about a company.
Our AI model analyzes the company's website and other authoritative sources to extract and synthesize key information into a comprehensive context.
This includes details about their business model, target market, competitive advantages, and other strategic insights that may not be immediately apparent from raw company data.
Signup to access all the features
Get your API token and start implementing the API in your product with 500 free credits.
No credit card required
Query parameters
domainstring (required)
The domain of the company to fetch the context for.
…/companies/microsoft.com/context
Response schema
contextobject
The context of the company.
metaobject
The meta information about the response.
Code examples
Select your favorite language:
import createClient from '@thecompaniesapi/sdk'
const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })
const response = await tca.fetchCompanyContext({
domain: 'microsoft.com'
})
const context = response.data.context // Includes market, model, differentiators, etc.
const meta = response.data.meta // Meta information