Go back
BlitzAPI

BlitzAPI

v1 · 8 endpoints

BlitzAPI (8)

API Explorer

— credits
ColdIQ
APIs→BlitzAPI
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/blitzapi/search/waterfall-icp-keyword10.48 cr

Search for people matching an Ideal Customer Profile at a company using a cascading waterfall of title/location filters.…

Authentication

No API key — create one in the dashboard

Body

LinkedIn company URL to search

ITEM 1

Ordered list of search tiers attempted sequentially (min 1)

max_results
import requests

url = "https://api.coldiq.com/v1/blitzapi/search/waterfall-icp-keyword"

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

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