cURL
curl --request POST \ --url https://app.prontohq.com/api/v2/intents/accounts/lookalikes \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "webhook_url": "https://prontohq.com/webhooks/lookalikes", "company_linkedin_url": "https://www.linkedin.com/company/acme-inc", "company_size": [ "1-10", "11-50" ], "included_locations": [ "123" ], "excluded_locations": [ "456" ], "streaming": true }'
{ "message": "Lookalike search started successfully. You will receive the results on your webhook shortly.", "id": "5d4fabd2-e26d-47d1-b0de-4bf370f7b799", "total": 150, "preview": [ { "company_name": "Acme Inc", "industry": "Software Development", "linkedin_id": "123456", "linkedin_url": "https://www.linkedin.com/company/acme-inc" } ] }
Register lookalike intent to find companies similar to a target company
Your API key
Successfully created lookalike intent
The response is of type object.
object