Most guides to LinkedIn search show you where the filter checkboxes are. That is fine until you want to repeat a search, share it with a colleague, or hand it to a tool. For any of that you need the URL, and the URL is built from a search string you have to write correctly.

This is how the string works, what LinkedIn does and does not support, and how to assemble the URL by hand. If you would rather not, our free Sales Navigator URL Generator does exactly this and outputs both the Sales Navigator and the standard LinkedIn version.

Anatomy of a LinkedIn search URL

Both search URLs follow the same shape: a fixed base path, then your search string passed as a parameter and URL-encoded so that spaces, brackets and quotation marks survive the trip.

Standard LinkedIn people search takes the string as a keywords parameter. Sales Navigator wraps it inside a query parameter alongside a spell-correction flag. The important part in both cases is identical: everything that determines who you get back lives in that one string.

This is why the string is worth learning. Change the filters in the interface and you get a new URL you did not author and cannot easily reason about. Write the string yourself and the URL becomes something you can save, version, and reuse next quarter.

The operators LinkedIn actually supports

Shorter list than most people assume.

  • AND narrows: both terms must appear.
  • OR widens: either term will do.
  • NOT excludes.
  • Quotation marks match an exact phrase.
  • Brackets group terms and control precedence.

What is not supported: wildcards such as an asterisk, and proximity operators such as NEAR. Plenty of older articles still recommend both. They do nothing.

One more rule that catches people constantly: operators must be typed in capitals. A lowercase and is treated as an ordinary search word, so sales and marketing looks for profiles containing the word "and" rather than combining two conditions.

Three rules that fix most broken searches

Group job titles with OR, never AND. This is the single most common failure. Titles are inconsistent across companies: the same person is Head of Sales here, Sales Director there, VP Sales at the next company and Commercial Director at the one after. Join those with AND and you are asking for someone holding all four titles simultaneously, which returns nobody. Group them with OR inside brackets and you get everyone doing that job under any of those labels.

Quote anything with a space in it. Without quotes, LinkedIn reads Head of Sales as three separate words and happily returns anyone who mentions sales anywhere on their profile. With quotes it matches the phrase. This one change usually removes more noise than any filter.

Exclude aggressively. The biggest quality gain in most searches comes from NOT rather than from better titles. A standard exclusion set of intern, assistant, recruiter, freelance and looking removes a large share of the irrelevant results. If you sell into sales teams, excluding recruiter alone can clean up a quarter of the list, because recruiters describe the roles they hire for in their own headlines.

i
Precedence matters: sales OR marketing AND director does not mean what most people think, because AND binds more tightly than OR. Write it as (sales OR marketing) AND director and you get the intended result. Always bracket your OR groups.

A worked example, start to finish

Say you sell an onboarding tool to mid-market SaaS companies and your buyer is the head of customer success.

Start with the title variants: Head of Customer Success, Director of Customer Success, VP Customer Success, Customer Success Lead. Each contains spaces, so each gets quotation marks, and the whole set goes inside brackets joined by OR.

Add your qualifiers with AND. A location keyword such as Berlin, and an industry keyword such as SaaS. Both narrow the set rather than widening it, which is why AND is correct here and wrong for the titles.

Finish with exclusions. Append NOT followed by a bracketed OR group of intern, assistant, recruiter and freelance.

The finished string reads as a bracketed title group, ANDed to two qualifiers, with a NOT group at the end. Paste it into standard LinkedIn search and you have a focused list without paying for a Sales Navigator seat. Paste it into the Sales Navigator URL instead if you want to layer headcount and seniority filters on top.

When Sales Navigator is worth it, and when it is not

Sales Navigator gives you filters that standard search does not: seniority level, company headcount, years in current role, recent job changes, and saved lead lists. If you prospect full time and need to slice a large market quickly, those are genuinely useful.

What it does not give you is different people. The underlying member data is the same in both products. A well-constructed Boolean string on standard search reaches the same profiles; you are paying for filtering convenience, not for access.

At roughly $119.99 a month, that convenience is worth it for a full-time SDR and hard to justify for a founder running outbound a few hours a week. Try the standard search version first. If the filtering genuinely limits you, the seat will pay for itself and you will know why.

Limits to design around

  • 1,000 results per search. One hundred pages of ten, regardless of how many people match. If your audience is bigger, the fix is a narrower search, not a bigger export. Split by location, seniority or company size and run several.
  • Commercial use limit. Standard LinkedIn accounts get capped after a high volume of searches in a month, and search stays restricted until the first of the next month. Premium or Sales Navigator lifts it. It limits searching, not what you do with a list you already built.
  • Out-of-network profiles. People far outside your network can appear as LinkedIn Member with no public profile behind them. No tool can export those, because there is nothing to export.

Turn the search into a CSV.

Build the URL, run the search, then export the profiles with the Chrome extension. 100 free leads on signup, no card, and credits never expire.

Start free

FAQ

Do I need Sales Navigator to build a search URL?

No. The same Boolean string works in standard LinkedIn search on a free account. Sales Navigator adds filters such as headcount and seniority, but the underlying member data is the same.

Does LinkedIn support wildcards in Boolean search?

No. LinkedIn supports AND, OR, NOT, quotation marks for exact phrases, and brackets for grouping. Wildcards such as an asterisk and proximity operators such as NEAR are not supported, and operators must be typed in capitals.

Why does my search return almost no results?

Almost always because job titles were joined with AND instead of OR. No single person is Head of Sales and Sales Director and VP Sales at the same time. Group title variants with OR inside brackets.

How many results can one LinkedIn search return?

LinkedIn caps any search at 1,000 results, 100 pages of 10. If your audience is larger, split the search by location, seniority or company size and run several.

Can I save and reuse a search URL?

Yes, and that is the main reason to build it by hand. A URL can be bookmarked, shared with a colleague, or re-run next quarter. A set of filter checkboxes cannot.