Getting Started
Get started with InfoPlug's LinkedIn Data API.
Step 1: Create an Account
Sign up at infoplug.io to create your account.
Step 2: Choose a Plan
Select a plan that meets your needs. For advanced LinkedIn search capabilities (via Sales Navigator), consider the PRO plan or higher.
Step 3: Get Your API Key
After subscribing, navigate to your dashboard to retrieve your API key.
Step 4: Make Your First Request
All API requests require the X-INFOPLUG-API-KEY header with your API key:
curl --request GET \
--url 'https://api.infoplug.io/get-linkedin-profile?linkedin_url=https://www.linkedin.com/in/example' \
--header 'X-INFOPLUG-API-KEY: YOUR_API_KEY'
Authentication
Every request must include the API key header:
| Header | Value |
|---|---|
X-INFOPLUG-API-KEY | Your API key (minimum 20 characters) |
Response Headers
Successful responses include billing information:
| Header | Description |
|---|---|
X-InfoPlug-Billing | Number of credits consumed by the request |