Go back
DiscoLike

DiscoLike

v1 · 9 endpoints

DiscoLike (9)

API Explorer

— credits
ColdIQ
APIs→DiscoLike
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://api.coldiq.com/v1/discolike/discover

Find companies by lookalike domains, natural-language ICP, or structured filters across 70M+ companies. Returns full fir…

Authentication

No API key — create one in the dashboard

Parameters

import requests

url = "https://api.coldiq.com/v1/discolike/discover"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())