Credits
People Enrichment
Company Enrichment
Ads Data
- Google Ads
- Meta Ads
- B2B Ads
Company Enrichment
Competitors Search
Company Competitors Search
POST
/
competitors
Copy
Ask AI
curl --request POST \
--url https://api.leadmagic.io/competitors \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"company_domain": "gong.io",
"profile_url": "https://www.linkedin.com/company/gong-io",
"company_name": "Gong"
}'
Copy
Ask AI
{
"competitors": [
{
"name": "Gong",
"shortDescription": "Gong.io 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"
],
"more_locations": false,
"financial_metrics": {
"currency_code": "USD",
"period": "Y, 2020",
"revenue": 37500000,
"cost_of_goods_sold": null,
"gross_profit": null,
"net_income": null
},
"operating_metrics": [
{
"period": "Dec, 2019",
"value": "700.0",
"definition": "Enterprise Customers",
"operating_metric_group": "Customers",
"currency_code": null
}
],
"funding_metrics": {
"date": "about 3 years",
"latest": 250000000,
"currency_code": "USD",
"total": 581000000
},
"twitterEngagement": {
"handle": "Gong_io",
"analytics": [
{
"collectedAt": "2023-07-12T00:00:00",
"tweets": 6384,
"following": 1854,
"followers": 7611,
"tweetsForPeriod": 0,
"avgTweetsPerDay": 0,
"avgRetweetsPerTweet": 0,
"avgLikesPerTweet": 0,
"tweetsPercentageEngagementForPeriod": 0
}
]
}
}
]
}
You must provide either the Company Profile URL or Company Domain Name or the Company Name in your request.
Rate Limit: 300 requests per minute.
Authorizations
Body
application/json
Response
200
application/json
Successful response with competitors details
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.leadmagic.io/competitors \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"company_domain": "gong.io",
"profile_url": "https://www.linkedin.com/company/gong-io",
"company_name": "Gong"
}'
Copy
Ask AI
{
"competitors": [
{
"name": "Gong",
"shortDescription": "Gong.io 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"
],
"more_locations": false,
"financial_metrics": {
"currency_code": "USD",
"period": "Y, 2020",
"revenue": 37500000,
"cost_of_goods_sold": null,
"gross_profit": null,
"net_income": null
},
"operating_metrics": [
{
"period": "Dec, 2019",
"value": "700.0",
"definition": "Enterprise Customers",
"operating_metric_group": "Customers",
"currency_code": null
}
],
"funding_metrics": {
"date": "about 3 years",
"latest": 250000000,
"currency_code": "USD",
"total": 581000000
},
"twitterEngagement": {
"handle": "Gong_io",
"analytics": [
{
"collectedAt": "2023-07-12T00:00:00",
"tweets": 6384,
"following": 1854,
"followers": 7611,
"tweetsForPeriod": 0,
"avgTweetsPerDay": 0,
"avgRetweetsPerTweet": 0,
"avgLikesPerTweet": 0,
"tweetsPercentageEngagementForPeriod": 0
}
]
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.