Search 70M+ enriched company profiles using flexible filters: industry, location, employee size, revenue, funding, techn…
Authentication
No API key — create one in the dashboard
Body
Up to 5 LinkedIn company URLs or domains to find similar companies
Company filters (industry, location, employee size, revenue, funding, technologies, etc.)
Page number, zero-based
Number of results per page (1–100)
import requests url = "https://staging-api.coldiq.com/v1/ai-ark/companies" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())