ColdIQ
Dashboard
Browse APIs
Chat
Billing
ColdIQ

All there is to know about the latest prospecting techniques.

Growth

AgencyInboxesGrow your revenue

Ressources

Tech StackVideo ContentCase StudiesBlogWe're Hiring

GTM Tools

FREE GTM ToolsColdIQ Exclusive DealsAI Sales ToolsLinkedIn ToolsSales ToolsData SourcesAI Marketing ToolsAI AgentsContact us

Free Tools

Email FinderMobile FinderEmail Spam CheckerFind Similar Companies

Get in Touch

Get in touch@MichLiebenMichel Lieben@MichLieben

Copyright 2026 © Cold IQ LLC.

Terms of ServicePrivacy Policy

All rights reserved.

APIs→AI Ark
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://staging-api.coldiq.com/v1/ai-ark/companies1 cr
AI Ark

AI Ark

v1 · 9 endpoints

AI Ark (9)

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

JSON Editor

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())