V2 (Stable)
cURL
curl --request GET \ --url https://api.village.do/v2/companies \ --header 'Authorization: Bearer <token>'
{ "data": { "companies": [ { "score": 123, "score_label": "<string>", "linkedin_url": "<string>", "domain_name": "<string>" } ], "pagination": { "page": 123, "limit": 123, "hasNextPage": true } }, "metadata": { "request_id": "<string>" } }
Get a paginated list of companies sorted by connection strength. Returns companies ranked by how well-connected you are to people there. Maximum 100 per page.
demo_token_global
Page number (1-based)
"1"
Number of companies per page (max 100)
"50"
Top companies retrieved successfully
List of top companies by connection strength with pagination
Show child attributes
Was this page helpful?