Company Dataset
Gain visibility to a business firmographics, size, and performance.
The introduction of Company Analysis provides visibility to a business's size base and performance in the market by analyzing and reporting at the company entity level, which is how competitors are viewed by the business.
Batch API and REST API have different Keys
Make sure you're using the correct API Key with the 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/v4/request-report
Primary Keys: domains
Metric Name | Description | Supported 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 - generated with information from multiple sources and calculated using our unique methodology | Monthly | String |
company_employee_range | Company number of employees range | Monthly | String |
Updated about 2 months ago