LinkdAPI Documentation

The Ultimate Scalable and Reliable Unofficial API for LinkedIn and Sales Navigator

Overview

LinkdAPI provides a comprehensive set of endpoints to access LinkedIn data programmatically. The API allows you to retrieve profile information, posts, comments, and other LinkedIn-related data in a structured format.

API Base URL

https://linkdapi.com/

Authentication

All API requests require authentication. You can obtain your API key by signing up on RapidAPI. Include your API key in the request headers as follows:

x-rapidapi-host: your_api_key_here

Available Endpoints

The API is organized into several categories. Click on each category in the left sidebar to see the available endpoints:

Response Format

All API responses are returned in JSON format. Each response includes the following fields:

{
  "success": true,
  "statusCode": 200,
  "message": "Data retrieved successfully",
  "data": {
    // The requested data
  }
}

Getting Started

To get started with LinkdAPI, follow these steps:

  1. Sign up for an API key
  2. Include your API key in the request headers
  3. Make your first API request to one of our endpoints
  4. Process the JSON response in your application

Rate Limits

The API has rate limits to ensure fair usage. Rate limits are based on your current plan. If you need higher limits, please contact us at [email protected].

We're excited to see what you build with LinkdAPI! If you have any questions or need assistance, please reach out to us at [email protected].