v1
latestOpenAPI 3.1.02026-07-26170262.6 KBCompany Enrichment
Linkedin URL to Domain
Get the email domain associated with a Company LinkedIn URL.
post/v2/enrichment/linkedin-to-domain
Request body
Example request
{
"company_linkedin_url": "https://www.linkedin.com/company/blitz-api"
}Response
OK
object required
Example response
{
"found": true,
"email_domain": "blitz-agency.com"
}