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
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
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.
| Field | Description |
|---|---|
name | Company name. |
permalink | Unique identifier/slug for the company. |
short_description | Brief description of the company. |
founded_year | Year the company was founded. |
ipo_status | IPO status (e.g., private, public). |
hq | Headquarters location. |
industries | Industry or sector the company operates in. |
website | Company website URL. |
ticker | Stock ticker symbol (if applicable). |
country_code | ISO country code. |
country | Full country name. |
domain | Company domain name. |
last_funding_round | Most recent funding round (e.g., Seed, Pre Seed etc) |
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