LinkedIn

LinkedIn is where B2B identities live—make sure the URLs you store truly point to the right people and companies. Delpha's LinkedIn Finder and LinkedIn Validator keep your CRM aligned with canonical LinkedIn profiles by normalizing URLs, checking format quality, and surfacing the most relevant matches.

What we assess:

  • Completeness: Is a LinkedIn URL provided?

  • Validity: Does the URL follow LinkedIn's accepted format (no existence check)?

  • Consistency: Does the input equal the normalized canonical form (e.g., people → .../in/, companies → .../company/)?

  • Accuracy: Does the URL appear to match the provided context (person: first & last name, optional company; company: company name, optional website)?

What you get back:

  • A normalized LinkedIn URL and quality scores for the checks above.

  • When context suggests a mismatch or uncertainty, AI-powered recommendations: candidate profiles/pages with confidence scores, rank, and helpful details (name, title, location, description). If a company website is provided, we can use it to help identify the official LinkedIn page.

With LinkedIn Finder and LinkedIn Validator, your records stay clean, standardized, and tied to the right LinkedIn identities—boosting routing accuracy and downstream engagement.

Submit linkedin for finding and validation

post

Submit an linkedin for finding and validation. Returns a job ID for tracking the process.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access to the public API
Authorizations
OAuth2clientCredentialsRequired

OAuth2 client credentials flow for API access

Token URL:
Body

Payload to submit a new LinkedIn quality job.

urlany ofOptional

The LinkedIn URL to assess.

Example: https://www.linkedin.com/in/victorgoubet/
stringOptional
or
nullOptional
websiteany ofOptional

The website URL associated with the LinkedIn entity.

Example: https://delpha.io/
stringOptional
or
nullOptional
company_nameany ofOptional

The name of the company.

Example: Delpha
stringOptional
or
nullOptional
first_nameany ofOptional

The first name of the entity if it's a profile.

Example: Victor
stringOptional
or
nullOptional
last_nameany ofOptional

The last name of the entity if it's a profile.

Example: Goubet
stringOptional
or
nullOptional
emailany ofOptional

The email address.

Example: [email protected]
stringOptional
or
nullOptional
Responses
post
/v1/linkedin

Get linkedin finder and validator job status

get

Retrieve the result and status of a previously submitted linkedin finder and validator job.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access to the public API
Authorizations
OAuth2clientCredentialsRequired

OAuth2 client credentials flow for API access

Token URL:
Path parameters
job_idstringRequired

The unique identifier of the linkedin job

Example: {"summary":"Sample job ID","value":"21014abc65004d2781d2e0ef4c9fbb46"}
Responses
chevron-right
200

Job succeeded.

application/json
get
/v1/linkedin/{job_id}

Last updated

Was this helpful?