Competitor Tracker & Co. Docs

Get the companies on a curated industry list. Public — no sign-in required.

Returns the companies we publish for an industry, newest list first, each with the number of changes we have on file and when we last read them. Use the `id` on an entry to start tracking that company without handing us an address. An industry that publishes no companies returns an empty `items` array rather than an error.

GET
/v1/track-lists/{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-lists/leave-management-software"
{
  "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"
}