Classic LinkedIn Search
Perform regular LinkedIn people searches using the filters you set on LinkedIn itself (keywords, location, current company, connection degree, and more). Use it to build outreach lists or find contacts at target companies when you don't have a Sales Navigator seat.
🔗 **API Reference : **https://salesflow.apidocumentation.com/api-reference#tag/search/POST/api/v1/search/url
Search from a copy/pasted LinkedIn URL
How it works:
1. Go to LinkedIn, run a people search and apply the filters you need
2. Copy the URL from your browser's address bar. It will look like https://www.linkedin.com/search/results/people/?keywords=...
3. Pass that URL to the POST /api/v1/search/url endpoint
4. Get back a list of matching profiles
Which URLs are accepted:
- Only linkedin.com/search/results/people/
- or linkedin.com/search/results/all/ where our system will automaticaly extract people
- Any other URL, including Sales Navigator URLs, is rejected with a 400 validation error. For Sales Navigator, use Sales Navigator Searches instead
Navigating large result sets:
If your search returns many results, you can page through them:
-
Use
startandcountparameters to control which results you see -
When requesting next page include the
sessionIdfrom the previous response so the results stay consistent

