Competitor Tracker & Co. Docs

Get one company we publish. Public — no sign-in required.

Returns a single company by its published name, in the same shape as an industry list with one entry in `items`. Anything that reads a list can read this. Use the `id` on the entry to start tracking that company without handing us an address.

GET
/v1/track-companies/{slug}

Path Parameters

slug*string
Match^[a-z0-9-]+$
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.competitortracker.io/v1/track-companies/vacation-tracker"
{
  "slug": "string",
  "name": "string",
  "generatedAt": "string",
  "isStale": true,
  "items": [
    {
      "id": "string",
      "slug": "string",
      "name": "string",
      "url": "string",
      "changesTotal": 0,
      "lastRead": "string",
      "affiliated": true,
      "alreadyTracked": true
    }
  ],
  "balance": {
    "coins": 0,
    "paidCompetitorCount": 0,
    "alreadyTrackedCount": 0,
    "grantEligible": true
  }
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}