> ## 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.

# How Sales Navigator filtering and data cleansing work

> The Sales Navigator Leads Scraper verifies every lead against your industry, company size, and seniority filters, and automatically cleans up messy profile names.

LinkedIn Sales Navigator lets you filter by industry, company size, and seniority — but the leads it returns don't always honor those filters, and profile names are often cluttered with emojis and credentials. The **Sales Navigator Leads Scraper** handles both: it verifies every lead against your filters and cleans up names automatically, at the crawling level.

<Note>
  Filtering happens automatically. You don't need to clean your data manually after a run — lobstr.io handles it during the scrape itself.
</Note>

## Why LinkedIn results can be inaccurate

LinkedIn Sales Navigator lets you filter by industry, company size, and seniority level. However, the leads it returns don't always honor those filters precisely.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_1bmzjvc.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=93188777b1767386cc78975d8affc568" alt="Industry mismatch on Sales Navigator" width="1383" height="660" data-path="images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_1bmzjvc.png" />
</Frame>

For example:

* You search the "Software" industry but get someone from "Construction".
* You select company size 51–200 but see leads from companies with only 10 employees.
* You pick seniority "Manager and above" but get someone with an entry-level role.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_10lw297.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=04b25486f00d7618e34095544e8752ad" alt="Sales Navigator inaccurate results" width="1384" height="679" data-path="images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_10lw297.png" />
</Frame>

## How lobstr.io filters Sales Navigator results

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_1tf47x9.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=a8f2cd07649f6bed356214cf332f8dc0" alt="How match filter works on Sales Navigator" width="1320" height="1312" data-path="images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_1tf47x9.png" />
</Frame>

The Sales Navigator Leads Scraper **verifies** each lead against the filters you applied, including:

* **Industry**
* **Company size (employee headcount)**
* **Seniority level**

lobstr.io adds two extra columns to your export file:

| Column            | What it contains                                                                                             |
| ----------------- | ------------------------------------------------------------------------------------------------------------ |
| `MATCH FILTERS`   | `true` if the lead matches all your filters; `false` if one or more don't match                              |
| `NO MATCH REASON` | The specific reason for a mismatch — e.g. `no_industry_match`, `no_company_size_match`, `no_seniority_match` |

If you didn't use a particular filter in your search, that filter is skipped during the check.

<Note>
  lobstr.io does **not** remove non-matching leads — it only flags them, so you keep full control of your data.
</Note>

### Saved searches

Filtering works the same way with saved searches. If your Sales Navigator account is connected, leads scraped from a saved search are also checked against your selected filters.

### How to use the filter columns in Excel or Google Sheets

1. Open your export in Excel or Google Sheets.
2. Click the `MATCH FILTERS` column header and apply a filter.
3. Select `true` to see only fully matched leads, or `false` to review mismatches.
4. Filter the `NO MATCH REASON` column to view specific mismatch types.

### Improving Sales Navigator search accuracy

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_lckxj4.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=119caedc114ff5b02c79ea2da0fe1145" alt="Using Boolean search in Sales Navigator" width="1600" height="699" data-path="images/how-does-filtering-work-in-sales-navigator-leads-scraper/image_lckxj4.png" />
</Frame>

You can reduce mismatched results by using **Boolean filters** instead of dropdown filters. Boolean filters let you type exactly what you want, which gives more precise results in your Sales Navigator search — better input means better data in your export.

👉 Read: [How to use LinkedIn Sales Navigator](https://www.lobstr.io/blog/how-to-use-linkedin-sales-navigator)

## Data Cleansing

Many LinkedIn profiles include emojis, special characters, credentials, and extra punctuation in the name field.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_373alm.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=c2554ebe57b19f61a3cdb162ca24b2d4" alt="LinkedIn names with emojis and credentials" width="731" height="815" data-path="images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_373alm.png" />
</Frame>

For example:

* "🚀 Thomas Vidaurre"
* "Harvey Castro, MD, MBA"
* "Erkeda DeRouen, MD, CPHRM ✨"

These look normal on LinkedIn but cause problems in CRMs, enrichment tools, and spreadsheet formulas. The Sales Navigator Leads Scraper automatically removes everything that isn't part of a person's real name — emojis, decorative symbols, Unicode characters, extra punctuation, and professional suffixes.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_qlq4nx.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=7e9a7b4e6abb4d1d6a6836b0376663cc" alt="Data Cleansing removing emojis, symbols, and credentials" width="1600" height="783" data-path="images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_qlq4nx.png" />
</Frame>

The result is a clean **Full Name**, which lobstr.io splits into a clean **First Name** and **Last Name**.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_15b4jay.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=b00e7a0ebf8d755dbe04987b335aaad3" alt="Clean first and last name output" width="1426" height="644" data-path="images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_15b4jay.png" />
</Frame>

### Do I need to enable it?

No. Data Cleansing is always active for every Sales Navigator lead — no toggle, no setting, nothing to configure.

### Does it cost credits?

No. Data Cleansing does not use any additional credits. You only pay for the leads you collect and for any email or phone enrichment you enable.

### Does it remove middle names?

No. Middle names stay exactly as they are.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_2e4wnt.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=c4cfe361a73a8cad7722c15c1f58f3a5" alt="Middle names preserved" width="1336" height="403" data-path="images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_2e4wnt.png" />
</Frame>

### What about ALL CAPS names?

If a profile name is written in uppercase, Data Cleansing automatically fixes the casing.

<Frame>
  <img src="https://mintcdn.com/lobstrio-8dcae32c/oM3Rw_5SkIYdley8/images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_1yjpzx4.png?fit=max&auto=format&n=oM3Rw_5SkIYdley8&q=85&s=d859da3c8e5ab7fd2fbd6049ff253d30" alt="ALL CAPS names automatically fixed" width="975" height="565" data-path="images/how-data-cleansing-works-in-the-sales-navigator-leads-scraper/image_1yjpzx4.png" />
</Frame>
