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
{
"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
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 |
On this page
- Company Dataset