Search endpoint to retrieve leads data. Costs 1 credit per result returned (reserved upfront at limit, settled to actual…
Authentication
No API key — create one in the dashboard
Body
Search terms to find relevant business leads
Filter precisely by tags. If non-empty, query is ignored.
Maximum number of records to return
Pagination cursor: [match_score, id]
If true, response includes total_count estimate (up to 150k)
import requests url = "https://api.coldiq.com/v1/openmart/search" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())