Company Search
Lookup Company Profile
Look up the full Extruct profile for a known company.
GET
Lookup Company Profile
Documentation Index
Fetch the complete documentation index at: https://docs.extruct.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Company Lookup returns the canonical enriched Extruct profile for one known company. Pass a company domain or UUID. Use this endpoint when you already know the company and want its full profile context. Use Semantic Search to discover companies by category or market, and Lookalike Search to find similar companies.Example request
Key parameters
company_identifier(required): Company domain or UUID.
Endpoint behavior
- Domain inputs resolve through the company profile lookup path.
- UUID inputs fetch that specific company profile.
- If a valid domain is not ready yet, Extruct may start enrichment and return
202 Accepted. - Company Lookup currently consumes
0credits. Successful lookups and accepted202lookups still appear in usage analytics.
Success signal
A successful response returnsid, domain, company_name, and context.
The context object is the rich company profile with descriptions, products, use cases, audience, firmographics, social profiles, and sources when available.
Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
202 Accepted
Company information is being enriched. Retry the same lookup later.
404 Not Found
The company profile is not available, or the identifier is invalid.
Related endpoints
- Semantic Search (
GET /v1/companies/search) - Lookalike Search (
GET /v1/companies/{company_identifier}/similar)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Company UUID or domain.
Lookup Company Profile