> For the complete documentation index, see [llms.txt](https://docs.gethyperscale.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gethyperscale.com/find-customers/find-people/people-via-linkedin.md).

# People - via LinkedIn

When you need a lot of filters to find specific targets, you can go to LinkedIn, filter for the specific results you want, and get Hyperscale to extract all the search results for you.

Start a LinkedIn search for people here: <https://app.gethyperscale.com/find-leads>

## How it works

* Click Find New Leads > People via LinkedIn
* Go to <https://www.linkedin.com/search/results/people/>
* In LinkedIn, start filtering for results using any of the controls on-screen.&#x20;
  * For example, you can choose specific keywords, industry verticals, job titles, locations, names, and more.
  * There are more settings available when you click "All Filters" as well.
* Check that once filtered, your top results are what you wanted.
* Once you are happy with the filters selected, copy the URL and paste it into Hyperscale.
* Then, select the number of results you want. This can be up to 1,000.
* Hyperscale will then extract all of the search results from the specific filters you provided.

## Tips and Tricks

* **Use All Filters to go into granular detail.**
  * For example, it's better to specify the Job Title in the specific Job Title field under All Filters, than to put it in the Keyword field.
  * Use "Add a X" to add a specific search query when the initial results don't show what you want.&#x20;
    * For example, you can "Add an Industry" for verticals that aren't in the suggested list
* **If you need Company-level Filters, start from a Company Detailed Search instead.**
  * For example, you might be looking for CFOs at financial services companies with 10-50 employees.
    * The best search would be to start a Company-first Detailed Search for "Financial Services" vertical with "10-50 employees" selected.
    * Then, trigger a People search within those companies, with the Job Title set to "CFO".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gethyperscale.com/find-customers/find-people/people-via-linkedin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
