Find contacts by job title and seniority across a list of company LinkedIn URLs. Submit a list of companies + personas (…
Authentication
No API key — create one in the dashboard
Body
import requests url = "https://api.coldiq.com/v1/leadsfactory/contact-finder/searches" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())