POST
/api/v1/linkedin/companies/search
Request bodyrequired
| connectedAccountIdrequired | string · uuid Connected account to act as |
| keywordsoptional | string |
| searchUrloptional | string · uri A search URL copied from LinkedIn, searching for the same kind of entity this endpoint returns. Filters carried in the URL take precedence. |
| cursoroptional | string |
| limitoptional | integer Page size, capped at 10 for a company keyword search. Use cursor for the next page. |
Response
200Companies and an optional cursor.
| companies | object[] |
| cursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload