POST
/
dev
/
markets
/
{market_id}
/
companies
/
{domain}
Authorization
Path
curl --request POST \
  --url https://o2iren52nf.execute-api.eu-west-2.amazonaws.com/dev/markets/{market_id}/companies/{domain} \
  --header 'x-api-key: <x-api-key>'
{
  "domain": "otter.ai",
  "name": "Otter.ai",
  "HQ": "800 W El Camino Real Suite 170, Mountain View, CA 94040, USA",
  "description": "Otter.ai is a company that provides an AI-powered note taking and collaboration app that lets you remember, search, and share your voice conversations.",
  "founded_date": "2016",
  "website": "https://otter.ai",
  "employees": "C. Medium 50-250",
  "funding_rounds": 3,
  "funding_amount": "63000000",
  "investors": 24,
  "IPO_date": null,
  "HQ_lat": 37.3865645,
  "HQ_lng": -122.0841761,
  "HQ_city": "Mountain View",
  "HQ_state": "California",
  "HQ_country": "United States",
  "employee_count": null,
  "linkedin_handle": "company/otter-ai",
  "twitter_handle": "otter_ai",
  "twitter_followers": 13673,
  "company_ticker": null,
  "estimated_annual_revenue": "$10M-$50M",
  "parent_domain": null,
  "ultimate_parent_domain": null,
  "funding": [
    {
      "funding_date": "2021-02-25",
      "currency": "USD",
      "amount": "50000000",
      "funding_type": "Series B"
    },
    {
      "funding_date": "2017-11-20",
      "currency": "USD",
      "amount": "10000000",
      "funding_type": "Series A"
    },
    {
      "funding_date": "2016-09-15",
      "currency": "USD",
      "amount": "3000000",
      "funding_type": "Seed"
    }
  ],
  "momentum_score": {
    "web_traffic": 40,
    "media_analysis": 38,
    "revenue_estimates": 0,
    "funding": 60,
    "esg": 0,
    "overall": 40,
    "date": "2021-11-15T00:00:00.000Z"
  },
  "competitors": [
    {
      "competitor": "nchsoftware.com",
      "similarity": 67
    },
    {
      "competitor": "sestek.com",
      "similarity": 64
    },
    {
      "competitor": "verbio.com",
      "similarity": 64
    },
    {
      "competitor": "fireflies.ai",
      "similarity": 62
    },
    {
      "competitor": "descript.com",
      "similarity": 61
    },
    {
      "competitor": "rev.com",
      "similarity": 61
    },
    {
      "competitor": "amberscript.com",
      "similarity": 60
    },
    {
      "competitor": "assemblyai.com",
      "similarity": 60
    },
    {
      "competitor": "deepgram.com",
      "similarity": 60
    },
    {
      "competitor": "g2speech.com",
      "similarity": 60
    }
  ]
}

Path

market_id
string

This is the id of the market

domain
string

This is the unique domain name of a company

Response

domain
string

The unique domain identifier for the company.

name
string

The official name of the company.

HQ
string

The complete address of the company’s headquarters.

description
string

A description of the company’s primary operations and value proposition.

founded_date
string

The year the company was founded.

website
string

The company’s official website URL.

employees
string

A classification of the company size based on the number of employees.

funding_rounds
number

The total number of funding rounds the company has undergone.

funding_amount
string

The total amount of funding the company has received across all rounds.

investors
number

The total number of investors that have invested in the company.

IPO_date
date or null

The date the company went public. It’s null if the company hasn’t undergone an IPO.

HQ_lat
number

The latitude coordinate of the company’s headquarters.

HQ_lng
number

The longitude coordinate of the company’s headquarters.

HQ_city
string

The city where the company’s headquarters is located.

HQ_state
string or null

The state or province where the company’s headquarters is located. This can be null if not applicable.

HQ_country
string

The country where the company’s headquarters is located.

employee_count
number

The exact number of employees at the company.

linkedin_handle
string

The company’s LinkedIn handle or profile URL segment.

twitter_handle
string

The company’s official Twitter handle.

twitter_followers
number or null

The number of followers on the company’s Twitter profile. Null if not available.

company_ticker
string or null

The company’s stock ticker symbol, if it’s publicly traded. Null if not applicable.

estimated_annual_revenue
string

An estimated range for the company’s annual revenue.

parent_domain
string or null

The domain of the company’s parent organization, if it’s a subsidiary. Null if not applicable.

ultimate_parent_domain
string or null

The domain of the ultimate parent organization if the company is part of a larger conglomerate or group. Null if not applicable.

web_traffic
object
funding
object