cURL
curl --request GET \ --url https://api.openregisters.com/v2/companies/search/indexed \ --header 'X-API-Key: <api-key>'
{ "searchResults": [ { "kausateId": "<string>", "name": "<string>" } ], "pagination": { "total": 123, "page": 123, "limit": 123, "totalPages": 123 } }
Search for companies by name with intelligent relevance ranking.
Sign up at OpenRegisters.com to get an API key
1
1 <= x <= 1000
x >= 0
Successful Response
Response model for company search.