post https://api.similarweb.com/v3/batch/request-report
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:
POST https://api.similarweb.com/v3/batch/company_info/request-report
{
"domains":[
"cnn.com"
],
"metrics":[
"company_headquarters_country",
"company_headquarters_state",
"company_headquarters_city",
"company_headquarters_zip_code",
"company_name",
"company_estimated_revenue_range",
"company_employee_range"
],
"latest": true,
"granularity": "daily",
"delivery_method": "download_link",
"response_format": "csv"
}
Company Firmographics Table:
Table URL: https://api.similarweb.com/v3/batch/company_info/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 |
Company Technologies:
Table URL: Coming up soon...
Primary Keys: Coming up soon...
Metric Name | Description | Supported Granularity | Type |
---|---|---|---|
Coming up soon... |