CoGrid Track another competitor

Free tool

Company data as JSON

Everything we hold about a company — name, positioning, CoGrid Score, traffic ranks, social and external profiles, LinkedIn firmographics — from one free endpoint. No key required.

Request

GET https://cogrid.com/api/company/stripe.com

Response

{
  "domain": "stripe.com",
  "name": "Stripe",
  "homepage_h1": "Financial infrastructure to grow your revenue",
  "cogrid_score": { "score": 88.1, "rank": 412, "history": { "2026-06-01": 88.1, "...": "..." } },
  "tranco": { "rank": 385, "score": 97.2, "date": "2026-06-01" },
  "common_crawl": { "rank": 401, "score": 96.8, "date": "2026-06-01" },
  "linkedin": { "handle": "stripe", "founded": 2010, "size": "1001–5000", "industry": "Financial Services", "location": "San Francisco, United States" },
  "identifiers": { "linkedin": ["https://linkedin.com/company/stripe"], "pricing_page": ["https://stripe.com/pricing"], "...": ["..."] },
  "refreshed_at": "2026-07-01T08:12:00Z"
}

A domain we haven't met yet returns 202 {"status": "pending"} while the free lookup runs — try again in a few seconds.

Responses are cacheable for an hour. The endpoint only serves data we already hold; it never triggers paid lookups.

Try it live: /api/company/stripe.com →