Skip to main content
GET
Company Enrichment

Overview

The Company Data API returns detailed company data across multiple sections such as firmographics, business model, company assessment, trust signals, hierarchy, digital presence, financial estimates, location, management, product offering, strategic signals, customer profile, industry classification, technology, and enterprise-only funding and M&A data. Callers can request all sections at once or scope the response to a specific subset using the sections parameter. Results are returned in the API response.

Endpoint Details

  • Method: GET
  • Endpoint: /v1/company/enrichment

Authentication requirements

  • Include a valid API key in the x-api-key request header.

Request

Request Parameters

Header Parameters

x-api-key
string
required
Your API key.

URL Parameters

company
string
required
Company website (e.g. https://canva.com) or a company UUID (e.g. 00031n-tesla). The UUID can be obtained from the Company Search API.
sections
string[]
Comma-separated list of sections to return. If omitted, all available sections are returned.Available values: firmographic, business_model, company_assessment, trust_signal, company_hierarchy, digital_presence, financial_estimate, location, management_profile, product_offering, strategic_signal, customer_profile, industry, technologyNote: funding_detail and mna_and_investment are available on the Enterprise tier only.

Example Request

Response

Successful Response Fields

Returns a JSON object with the following structure:
credits_consumed
float
Number of credits consumed
data
object
Object whose keys match the requested sections. Only requested sections are present in the response.

Authorizations

x-api-key
string
header
required

API key obtained from your Akta account.

Query Parameters

company
string
required

Company website (e.g. 'https://canva.com') or a company UUID (e.g. '00031n-tesla'). The UUID can be obtained from the Company Search API.

sections
string

Comma-separated list of sections to return. Copy-paste example: firmographic,business_model,company_assessment,trust_signal,company_hierarchy,digital_presence,financial_estimate,location,management_profile,product_offering,strategic_signal,customer_profile,industry,technology,funding_detail,mna_and_investment. Note: funding_detail and mna_and_investment are available on the Enterprise tier only.

Response

Enrichment data returned

status
string
Example:

"success"

data
object

Enriched company data keyed by section name.

count
integer

Number of sections returned.

credits_consumed
number<float>