v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Company Data

Competitors Search

Find competitors of a company by analyzing market position and industry data.

post/v1/companies/competitors-search

Request body

company_domainstring

Company website domain

company_urlstring

Company profile URL or identifier (optional)

company_namestring

Company name

Example request

{
  "company_domain": "leadmagic.io",
  "company_url": "leadmagichq",
  "company_name": "LeadMagic"
}

Response

Successful response with competitors details

Example response

{
  "competitors": [
    {
      "name": "LeadMagic",
      "shortDescription": "LeadMagic is a company that develops a conversation intelligence platform for B2B sales teams. ",
      "founded_year": "2015",
      "companyType": "private",
      "hq": "San Francisco, US",
      "employeesCount": 1504,
      "valuation": 7250000000,
      "tags": [
        {
          "name": "Technology",
          "slug": "technology",
          "primary": true
        }
      ],
      "twitter_followers": 7611,
      "growth": 1,
      "non_hq_locations": [
        "Dublin, IE",
        "Ramat Gan, IL",
        "Atlanta, US",
        "Chicago, US"
      ],
      "financial_metrics": {
        "currency_code": "USD",
        "period": "Y, 2020",
        "revenue": 37500000
      },
      "operating_metrics": [
        {
          "period": "Dec, 2019",
          "value": "700.0",
          "definition": "Enterprise Customers",
          "operating_metric_group": "Customers"
        }
      ],
      "funding_metrics": {
        "date": "about 3 years",
        "latest": 250000000,
        "currency_code": "USD",
        "total": 581000000
      },
      "twitterEngagement": {
        "handle": "leadmagichq",
        "analytics": [
          {
            "collectedAt": "2023-07-12T00:00:00",
            "tweets": 6384,
            "following": 1854,
            "followers": 7611
          }
        ]
      }
    }
  ]
}