Web
Find a website's competitor domains
GET
/web/competitorsAuthorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Query Parameters
domain*string
Domain or URL to inspect
directUrl?string
Inspect this exact public URL instead of deriving a homepage from domain.
cacheMaxAgeMs?number
Maximum cache age in milliseconds.
Range
0 <= value <= 604800000timeoutMS?number
Request timeout hint in milliseconds.
Range
1000 <= value <= 120000maxSpeed?boolean
Prefer the fastest existing fetch path when possible.
Default
falselimit?number
Maximum number of competitor domains to return
Range
1 <= value <= 25Default
10numCompetitors?number
Alternate parameter name for limit.
Range
1 <= value <= 25Default
10Response Body
application/json
curl -X GET "https://example.com/web/competitors?domain=example.com"{ "success": true, "data": { "status": "ok", "code": 200, "domain": "example.com", "competitors": [ { "domain": "competitor.com", "url": "https://competitor.com/", "title": "Competitor" } ], "key_metadata": { "credits_consumed": 10, "credits_remaining": 4990 } }}Empty
Empty
Empty