Quickstart
Make your first scraping request in a few minutes. You’ll need an API key and a valid LinkedIn session cookie.Prerequisites
Before you start:- An API key — contact your API provider to obtain one. See Authentication for details.
- LinkedIn cookies — you need a valid
li_atandJSESSIONIDcookie from an active LinkedIn Sales Navigator session. See Getting Cookies. - A Sales Navigator search URL — go to LinkedIn Sales Navigator, build a search with your desired filters, and copy the URL from the address bar.
Base URL
All API requests are made to:If you are connecting to a different deployment, use that server’s base URL instead. For development, the default is
http://localhost:8000.Authentication
Include your API key in every request via thex-api-key header:
Your first request
Scrape the first page (25 contacts) from a Sales Navigator people search:Response
A successful request returns:Next steps
- Pagination — page through the remaining results using the
pagingobject - Scrape API Reference — full request/response schema
- Rate Limiting — understand your request limits