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 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!