Skip to main content
POST
/
v2
/
enrichment
/
linkedin-to-domain
Linkedin URL to Domain
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/linkedin-to-domain \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "company_linkedin_url": "https://www.linkedin.com/company/blitz-api"
}
'
{
  "found": true,
  "email_domain": "blitz-agency.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt

Use this file to discover all available pages before exploring further.

Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
Cost: 1 credit per company found on Trial Plan
Free on the Unlimited plan
Get the email domain associated with a Company LinkedIn URL.
Response carries found. On found: true, email_domain is the canonical domain used for company email addresses (often differs from a marketing/website domain). On found: false, no email domain has been resolved for the company.

Enrichment workflow recipe

Domain resolution as part of a full contact-enrichment pipeline.

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
company_linkedin_url
string
required
Example:

"https://www.linkedin.com/company/blitz-api"

Response

OK

The response is of type object.