Find similar companies & competitors.
AI-powered company discovery.
Find any company’s closest competitors and similar companies as JSON. One endpoint, usage-based pricing.
Subscribe with a card, and your key appears right after checkout.
Pass your key as a bearer token on every request:
Authorization: Bearer similo_live_xxxxxxxxxxxxxxxxGET https://similo.xyz/api/v1/similar?company=NikeExample:
curl "https://similo.xyz/api/v1/similar?company=Nike" \
-H "Authorization: Bearer similo_live_xxxxxxxxxxxxxxxx"{
"query": "Nike",
"count": 15,
"results": [
{
"name": "Adidas",
"industry": "Sportswear",
"about": "Global sportswear and footwear brand.",
"website": "adidas.com",
"headquarters": "Herzogenaurach, Germany",
"areaServed": "Worldwide",
"companyType": "Public",
"founded": 1949,
"employees": 59000,
"revenue": 21900000000,
"founder": "Adolf Dassler",
"parentCompany": null,
"expertise": ["Footwear", "Apparel", "Sportswear"]
}
]
}Usage-based: you’re billed per successful request via Stripe. Each call to /api/v1/similar that returns results counts as one billable request. Manage or cancel your subscription anytime from the billing portal linked in your Stripe receipt.
401 — missing or invalid API key402 — no active subscription on the key400 — missing company parameter