Company in a Market
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
This is the id of the market
This is the unique domain name of a company
Response
The unique domain identifier for the company.
The official name of the company.
The complete address of the company’s headquarters.
A description of the company’s primary operations and value proposition.
The year the company was founded.
The company’s official website URL.
A classification of the company size based on the number of employees.
The total number of funding rounds the company has undergone.
The total amount of funding the company has received across all rounds.
The total number of investors that have invested in the company.
The date the company went public. It’s null if the company hasn’t undergone an IPO.
The latitude coordinate of the company’s headquarters.
The longitude coordinate of the company’s headquarters.
The city where the company’s headquarters is located.
The state or province where the company’s headquarters is located. This can be null if not applicable.
The country where the company’s headquarters is located.
The exact number of employees at the company.
The company’s LinkedIn handle or profile URL segment.
The company’s official Twitter handle.
The number of followers on the company’s Twitter profile. Null if not available.
The company’s stock ticker symbol, if it’s publicly traded. Null if not applicable.
An estimated range for the company’s annual revenue.
The domain of the company’s parent organization, if it’s a subsidiary. Null if not applicable.
The domain of the ultimate parent organization if the company is part of a larger conglomerate or group. Null if not applicable.
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
}
]
}