VOOZH about

URL: https://docs.similarweb.com/api-v5/batch-api-general/batch-api-datasets/company-dataset

โ‡ฑ Similarweb API V5 Documentation


Getting Started

Sections

Theme switcher

Company Dataset

Gain visibility into a businessโ€™s firmographics, size, and performance. Company Analysis provides insights into business size and market performance by analyzing and reporting at the company-entity level โ€” the way competitors are typically viewed by businesses.

Batch API and REST API have different keys. Use the correct API key for this query.

Example request

POST
{
"report_query": {
"tables": [{
"vtable": "company_info",
"granularity": "daily",
"filters": {"domains": ["similarweb.com","google.com"]},
"metrics": [
"company_employee_range",
"company_estimated_revenue_range",
"company_headquarters_city",
"company_headquarters_country",
"company_headquarters_state",
"company_headquarters_zip_code",
"company_name",
"hq_street_address"
],
"latest": true
}]
}
}

Company firmographics table

  • vtable: company_info
  • Table URL: https://api.similarweb.com/batch/v5/request-report
  • Primary keys: domains
Metric
Description
Granularity
Type

company_name

Company name.

Monthly

String

company_headquarters_country

Country of company headquarters.

Monthly

String

company_headquarters_state

State of company headquarters.

Monthly

String

company_headquarters_city

City of company headquarters.

Monthly

String

company_headquarters_zip_code

Zip code of company headquarters.

Monthly

String

company_estimated_revenue_range

Company's annual revenue range, generated from multiple sources using Similarweb's methodology.

Monthly

String

company_employee_range

Company number of employees range.

Monthly

String

Was this section helpful?
On this page
  • Company Dataset