Company Enrichment
Enter company domain and find emails, phones, socials, and more of employees working there.
Enter company domain and find emails, phones, socials, and more of employees working there.
Make a POST request and receive the output directly in the response.
https://api.leadcontactinfo.com/v1/actors/company-enrichment
{
"domains": ["netflix.com"]
}
{
"success": true,
"results": [
{
"domain": "netflix.com",
"employees": []
}
],
"balance_used": 3.0
}
Generate a ready-to-copy cURL request with your API key included.
Loading...