Company Search
Supporting APIs
Company Search
Search for companies using name, website, or ticker. Returns a list of companies with their permalink and other attributes.
GET
Company Search
Overview
Search for companies using name, website or ticker. It returns a list of companies with their permalink and other attributes.Endpoint Details
- Method: GET
- Endpoint:
/api/enterprise/company/search
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
URL Parameters
The search query string (e.g., company name, website or ticker).Examples: Tesla OR
https://tesla.com OR TSLAField to search by. Supported value:
name, website, tickerFilter by company type. Supported values:
private, public, allNote: Use all to return all types. (This is the default value is nothing is mentioned)Response
Successful Response Fields Returns a JSON object with the following structure:"success" if the request was processed successfully.List of matching company objects.
Total number of results returned.
Sample Response
Authorizations
JWT token obtained from the /auth/token/ endpoint.
Query Parameters
The search query string (e.g., company name, website or ticker).
Field to search by. Supported values: name, website, ticker.
Available options:
name, website, ticker Filter by company type. Use all to return all types (default).
Available options:
private, public, all