Competitor List
Discovery
Competitor List
Generates a long list of companies similar to a given company, enriched with structured data.
Supports filtering by geography, company type, employee count, funding stage, financial metrics, and more.
Returns a request_id for async polling.
POST
Competitor List
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Competitor List API generates a long list of companies similar to the given company, enriched with structured data. Optionally, you can refine the output by specifying sample companies, geography, company type, employee count, funding stage, and more. Returns request_id as a response.Endpoint Details
- Method: POST
- Endpoint:
/api/enterprise/company-peers/enrich/
Authentication Requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Header Parameters
JWT token obtained from the Authentication request
Body Parameters
URL or permalink of the company whose peers need to be found (e.g.
"del-air")Filter parameters object. All fields inside are optional, but must always be included in the request body — send empty values (
"", [], {}) for any fields you do not want to filter on.A more descriptive query to refine the search scope.
Permalinks of representative companies or their complete URLs.
Geographic scope as ISO country codes. (e.g.
["USA", "GBR"])Type of company to include. Accepted values:
"private", "public", "all"Filter by employee headcount range. Pass an empty array to include all headcounts.Supporting array values:
1-10, 11-50, 51-100, 101-250, 251-500, 501-1000, 1001-5000, 5001-10000, 10000+Filter by funding stage (e.g.
"Series A", "Series B"). Pass an empty array to include all stages.Supporting array values: Non-Equity Assistance, Angel round, Pre-seed, Seed, Series A, Series B, Series C, Series D, Series E, Series F, Series G, Series H, Series I, Series J, Corporate-Funded, Debt-Funded, Private equity round, OthersResponse
A successful response returns arequest_id that can be used to track the status of the request.
Successful Response Fields
Unique identifier for the request posted. Use this with the
/api/enterprise/request/status/ endpoint to check the statusAuthorizations
JWT token obtained from the /auth/token/ endpoint.
Body
application/json