Skip to main content
POST
Get company competitors

Authorizations

X-API-Key
string
header
required

Path Parameters

companyId
string
required

The Specter company ID.

Body

application/json
limit
integer
default:30

Maximum number of competitors to return. 30 is also the hard ceiling — the endpoint never returns more than 30.

Required range: 1 <= x <= 30
refresh
boolean
default:false

Recompute the competitive landscape from scratch instead of serving the cached result. Use when you want the freshest analysis; expect a slower response.

Response

The company's competitive landscape, ranked competitors, the dimensions the market splits on, and a summary of the competitive landscape.

competitors
object[]

Competitors ranked by how directly they compete (closest first).

dimensions
object[]

The dimensions the market splits on for this company.

summary_headline
string | null

A one-line headline summarising the competitive set.

Example:

"A crowded payments market led by full-stack platforms."

summary_body
string | null

A short summary of the competitive landscape.

last_updated
string<date-time> | null

ISO 8601 timestamp of when this landscape was last computed. Results older than 30 days are recomputed automatically, so this is never more than 30 days in the past.

Example:

"2026-06-01T00:00:00Z"