Bulk Entity Lookup
Endpoint
POST /v1/company_report/company_search_batchParameters
Parameter
Type
Required
Description
Example Request
curl -X 'POST' \
'https://api.orbitfin.ai/v1/company_report/company_search_batch' \
-H 'accept: application/json' \
-H 'X-API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"mic": "",
"country_iso": "",
"market_cap_usd": {"min": 1000000, "max": 10000000},
"industry_id": "",
"limit": 50,
"offset": 0,
"order": "market_cap_desc"
}'Response
Response Fields
Success Response Structure
Top-Level Fields
Field
Type
Description
Data Object
Field
Type
Description
Company Object (data.companies[])
data.companies[])Field
Type
Description
Pagination Object (data.pagination)
data.pagination)Field
Type
Description
Last updated