Skip to main content

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:
  1. An API key — contact your API provider to obtain one. See Authentication for details.
  2. LinkedIn cookies — you need a valid li_at and JSESSIONID cookie from an active LinkedIn Sales Navigator session. See Getting Cookies.
  3. 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 the x-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