cURL
curl --request GET \ --url https://api.extruct.ai/v1/companies/search \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "domain": "<string>", "relevance": 123, "tables": [ { "table_id": "<string>", "row_id": "<string>", "name": "<string>", "kind": "generic", "owner": { "id": "<string>", "email": "<string>" }, "updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] } ]
Search for companies across your tables.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type CompanySearchResultOutput · object[].
CompanySearchResultOutput · object[]