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:

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 NameDescriptionSupported GranularityType
company_nameCompany nameMonthlyString
company_headquarters_countryCountry of company headquartersMonthlyString
company_headquarters_stateState of company headquartersMonthlyString
company_headquarters_cityCity of company headquartersMonthlyString
company_headquarters_zip_codeZip code of company headquartersMonthlyString
company_estimated_revenue_rangeCompany's annual revenue - generated with information from multiple sources and calculated using our unique methodologyMonthlyString
company_employee_rangeCompany number of employees rangeMonthlyString
Language
Authorization
Header
Click Try It! to start a request and see the response here!