Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lonescale.com/llms.txt

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

firstName
string

The enriched first name.

lastName
string

The enriched last name.

fullName
string

The enriched full name.

linkedinUrl
string

The enriched LinkedIn URL.

universalName
string

The enriched universal name.

companyDomain
string

The enriched company domain.

jobTitle
string

The enriched job title.

companyDescription
string

The enriched company description.

companyEmployeeCount
integer

The enriched company employee count.

companyIndustry
string

The enriched company industry.

companyLinkedinId
string

The enriched company LinkedIn ID.

companyLinkedinUrl
string

The enriched company LinkedIn URL.

companyName
string

The enriched company name.

companyEmployeeRange
string

The enriched company employee range.

companyCountryCode
string

The enriched company country code.

companyCountry
string

The enriched company country.

companyCity
string

The enriched company city.

jobTitleSince
object
companySince
object
email
string

The enriched email address. When no email is found via the provider waterfall, this falls back to a pattern-based predicted email (free).

emailStatus
string

The enriched email status: valid, catch_all, invalid, unknown, or predicted. predicted means the email was derived from the company's email pattern as a free fallback and was not verified.

predicted_email
string

Pattern-based predicted email, set when the provider waterfall returned no email. Free — does not consume credits.

email_pattern
string

Detected company email format used to build the predicted email, e.g. firstname.lastname@domain.

predicted_email_score
string

Confidence of the detected email pattern (percentage when detected, 0 for the deterministic fallback).

phone
string

The enriched phone number.

phoneType
string

The enriched phone type.

phoneCountryCode
string

The enriched phone country code.

emails
object[]

List of enriched email addresses.

phones
object[]

List of enriched phone numbers.

jobChangeDetected
boolean

Indicates whether the contact has changed company since the input data was provided.

  • true — the enriched company (domain or name) differs from the one in the input contact
  • false — the company is the same, or there is not enough data to determine a change

Only present in the webhook payload when detect_job_change: true was set in the request. Detection first compares company domains using fuzzy matching, falling back to company name if domains are unavailable.