LinkedIn API

5 endpoints for publicly available LinkedIn data — clean JSON in seconds, transparent credit costs, one API key across all five platforms. From $5/month.

/v1/linkedin/stats 5 credits / post

Stats

Reactions, comments and reposts for a LinkedIn post.

{
  "data": {
    "platform": "linkedin",
    "entity_id": "7181111111111111111",
    "url": "https://www.linkedin.com/posts/linkedin_hiring-activity-7181111111111111111",
    "author": {
      "handle": "linkedin",
      "name": "Example Creator"
    },
  …
Full docs & sample response →
/v1/linkedin/comments 5 credits / comment

Comments

Paginated comments on a LinkedIn post; charged per comment returned.

{
  "data": [
    {
      "id": "c_9021",
      "text": "This fixed it for me, thank you",
      "author": {
        "handle": "dev.casey"
      },
      "likes": 412,
  …
Full docs & sample response →
/v1/linkedin/profile 10 credits / profile

Profile

Public profile data for a LinkedIn member: headline, positions, education.

{
  "data": {
    "platform": "linkedin",
    "handle": "example-person",
    "name": "Example Person",
    "headline": "Head of Growth at Example Co",
    "location": "Austin, Texas, United States",
    "positions": [
      {
  …
Full docs & sample response →
/v1/linkedin/company 10 credits / company

Company

Company page data: industry, size, followers and description.

{
  "data": {
    "platform": "linkedin",
    "handle": "example-co",
    "name": "Example Co",
    "industry": "Software Development",
    "employees_range": "201-500",
    "headquarters": "Austin, Texas",
    "metrics": {
  …
Full docs & sample response →
/v1/linkedin/company-posts 5 credits / post

Company Posts

Latest posts from a LinkedIn company page with per-post metrics.

{
  "data": [
    {
      "id": "7181111111111111111",
      "url": "https://www.linkedin.com/posts/linkedin_hiring-activity-7181111111111111111",
      "text": "We are hiring across engineering and support.",
      "posted_at": "2026-07-04T11:00:00Z",
      "metrics": {
        "reactions": 842,
  …
Full docs & sample response →

First LinkedIn call in under five minutes

100 free trial credits, no card. Paste a URL, get JSON back.

Get your free API key