Company Enrichment

Linkedin URL to Domain

Get the email domain associated with a Company LinkedIn URL.

post/v2/enrichment/linkedin-to-domain

Request body

company_linkedin_urlstring required

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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.