Buyer Screening
Discovery
Buyer Screening
Identifies potential acquirers for a target company based on strategic fit criteria.
Returns a request_id for async polling.
POST
Buyer Screening
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 Buyer Screening API generates a long list of potential buyers for a given target company, enriched with structured data. Optionally, you can refine the output by specifying buyer type, company type, geography, and a detailed query to narrow the strategic criteria. Returns a request_id as a response.Endpoint Details
- Method: POST
- Endpoint:
/api/enterprise/buyer-screening/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
Permalink of the target company or its complete URL (e.g.
"acme-solar" OR "https://www.acmesolar.in/")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 descriptive query to refine the buyer search scope and strategic criteria.
Type of buyer to target. Pass an empty array to include all buyer types.Accepted values:
"strategic", "financial"Type of company to include. Accepted values:
"private", "public", "all"Geographic scope as ISO country codes. (e.g.
["USA", "GBR"])Response
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