> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobstr.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Phone number enrichment from Sales Navigator leads

> Enable phone enrichment in the Sales Navigator Leads Scraper to add verified business phone numbers — direct dials and mobile business lines.

lobstr.io can enrich your Sales Navigator leads with **verified business phone numbers**. When you enable phone enrichment, each profile is checked for a valid business number during the scrape.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1jckdcr.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=6f3b2dbf11e724bc7321c300883e78bf" alt="Phone number enrichment output" width="1411" height="443" data-path="images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1jckdcr.png" />
</Frame>

The service focuses on business contact details. You can find:

* Direct dials.
* Mobile business numbers.

<Note>
  Personal phone numbers are **not** included. This keeps you compliant with GDPR, CCPA, and other privacy regulations — contacting someone on a private line requires their explicit consent.
</Note>

## How does lobstr.io find these phone numbers?

lobstr.io works with a trusted third-party vendor — **ContactOut** — which maintains a 100M+ phone number database updated hourly. Numbers are collected from public, compliant sources:

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1ap5rjk.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=bbe602103a41a13f7204dc983a8348fa" alt="Sources of phone numbers" width="1265" height="707" data-path="images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1ap5rjk.png" />
</Frame>

* Social networks
* Website crawls
* Market research and public info
* Crowd source and data partners
* EDGAR SEC filings
* Other public business records and datasets

From this pool, only numbers that pass a **three-layer verification process** make it into your output file.

## How accurate is the phone data?

Enriched phone numbers have **99% confidence**. The database updates hourly and each contact passes multiple validation checks before being returned.

Success rate depends on region and industry:

### Coverage by region

| Region        | Coverage |
| ------------- | -------- |
| North America | 84%      |
| Oceania       | 77%      |
| Europe        | 73%      |
| South America | 70%      |
| Asia          | 55%      |
| Africa        | 36%      |

### Coverage by industry

| Industry         | Coverage |
| ---------------- | -------- |
| Sales            | 90%      |
| Finance          | 86%      |
| Technology       | 85%      |
| Health           | 53%      |
| Other industries | \~75%    |

So if you're enriching sales leads in North America, expect over 75% success. But for Health-sector leads in African countries, success drops to around 20%.

## How much does phone enrichment cost?

**1 valid phone number costs 300 credits.** So 1 Sales Navigator lead + a phone number = 301 credits.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/ziDRVvvgoKBAJQZO/images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/phone_enrich_cost.png?fit=max&auto=format&n=ziDRVvvgoKBAJQZO&q=85&s=32afcdfe7f941116558937395e60fd23" alt="Phone enrichment pricing" width="1142" height="758" data-path="images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/phone_enrich_cost.png" />
</Frame>

Based on lobstr.io's monthly plans, that works out to:

* **\~33 phone numbers for \$20** (Starter)
* **\~332 phone numbers for \$100** (Pro)
* **\~3,322 phone numbers for \$500** (Team)
* **\~6,644 phone numbers for \$1,000** (Business)

<Note>
  **No phone = 0 credits.** You're charged only when a valid phone number is found.
</Note>

## How to enable phone number enrichment

Toggle the **Mobile Enrichment** option in your **Sales Navigator Leads Scraper** Squid settings.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1slze8e.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=37061c7aac5a57065df9978a8581379a" alt="Toggle Mobile Enrichment in Squid settings" width="991" height="620" data-path="images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1slze8e.png" />
</Frame>

If you're using the lobstr.io API, add `"mobile_phone": true` as a function parameter:

```json theme={null}
"params": {
    "functions": {
        "email": false,
        "mobile_phone": true
    }
}
```

## In which columns do phone numbers appear?

Phone numbers appear in the `MOBILE PHONE` column of your CSV output.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_yofat3.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=ba356e2d624432e9cdc6396d1a34c9e9" alt="MOBILE PHONE column in the output file" width="793" height="439" data-path="images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_yofat3.png" />
</Frame>

## Will already enriched contacts be enriched again?

**No.** If a contact has already been enriched with a phone number inside a specific Squid, lobstr.io won't enrich it again in that same Squid.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1endfn8.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=5e3eb58cd04423b5d771832ecb15ac28" alt="Already enriched contacts skipped" width="1161" height="653" data-path="images/how-does-lobstrio-collect-phone-numbers-from-sales-navigator-profiles/image_1endfn8.png" />
</Frame>

This protects you from spending extra phone credits on profiles you've already paid for. To re-enrich the same contacts, create a new Squid — a new Squid starts from scratch and enriches all profiles again, which uses new credits.

## Does it work worldwide?

Yes, phone enrichment is available for profiles from all countries. Coverage quality varies by region and industry — best results come from North America, Europe, and Oceania, and from Sales, Finance, and Technology industries.

## Can I get personal phone numbers?

No. lobstr.io does **not** provide personal phone numbers. Personal numbers aren't GDPR or CCPA compliant for outreach — contacting someone on a private line requires explicit consent.

lobstr.io only returns business-related numbers: direct dials, work phones, and mobile business numbers.

<Tip>
  Enabling both email and phone enrichment in the same Squid gives you the most complete contact record for each lead. Reaching a prospect by both channels significantly increases response rates.
</Tip>
