LinkedInpost/search-posts

Search Posts

Post
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Search LinkedIn posts by keywords, hashtags, and content filters. Discover trending professional discussions, monitor brand mentions, and track industry conversations at scale. Essential for social listening, content intelligence, and trend analysis workflows.

Use cases

Monitor brand mentions across LinkedIn's professional network
Track industry trending topics and emerging discussions
Build content intelligence dashboards for marketing teams
Discover viral content patterns for content strategy

Parameters

bodyRequest Body

Content type: application/json

{
  "type": "object",
  "properties": {
    "keyword": {
      "type": "string"
    },
    "sortBy": {
      "type": "string"
    },
    "datePosted": {
      "type": "string"
    },
    "page": {
      "type": "integer"
    },
    "contentType": {
      "type": "string"
    },
    "fromMember": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fromCompany": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "mentionsMember": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "mentionsOrganization": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "authorIndustry": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "authorCompany": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "authorTitle": {
      "type": "string"
    }
  },
  "externalDocs": {
    "description": "Search Post Payload Description",
    "url": "https://rapidapi.com/rockapis-rockapis-default/api/linkedin-data-api/tutorials/search-posts-payload"
  }
}

Responses

200

{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "data": {
      "type": "object",
      "properties": {
        "total": {
          "type": "integer"
        },
        "count": {
          "type": "integer"
        },
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "urn": {
                "type": "string"
              },
              "url": {
                "type": "string"
              },
              "template": {
                "type": "string"
              },
              "text": {
                "type": "string"
              },
              "postedAt": {
                "type": "string"
              },
              "postedDate": {
                "type": "string"
              },
              "postedDateTimestamp": {
                "type": "integer"
              },
              "reposted": {
                "type": "boolean"
              },
              "resharedPost": {
                "type": "object"
              },
              "video": {
                "type": "object",
                "properties": {
                  "thumbnails": {
                    "type": "null"
                  },
                  "video": {
                    "type": "null"
                  }
                }
              },
              "entity": {
                "type": "object"
              },
              "article": {
                "type": "object"
              },
              "object": {
                "type": "object"
              },
              "author": {
                "type": "object",
                "properties": {
                  "fullName": {
                    "type": "string"
                  },
                  "headline": {
                    "type": "string"
                  },
                  "username": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  },
                  "profilePictures": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "width": {
                          "type": "integer"
                        },
                        "height": {
                          "type": "integer"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  },
                  "type": {
                    "type": "string"
                  }
                }
              },
              "socialActivityCountsInsight": {
                "type": "object",
                "properties": {
                  "numComments": {
                    "type": "integer"
                  },
                  "likeCount": {
                    "type": "integer"
                  },
                  "appreciationCount": {
                    "type": "integer"
                  },
                  "empathyCount": {
                    "type": "integer"
                  },
                  "InterestCount": {
                    "type": "integer"
                  },
                  "praiseCount": {
                    "type": "integer"
                  },
                  "funnyCount": {
                    "type": "integer"
                  },
                  "maybeCount": {
                    "type": "integer"
                  },
                  "totalReactionCount": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Search_Posts",
  "method": "post",
  "path": "/search-posts",
  "summary": "Search Posts",
  "description": "Search Posts",
  "parameters": [],
  "requestBody": {
    "required": false,
    "content": {
      "application/json": {
        "schema": {
          "type": "object",
          "properties": {
            "keyword": {
              "type": "string"
            },
            "sortBy": {
              "type": "string"
            },
            "datePosted": {
              "type": "string"
            },
            "page": {
              "type": "integer"
            },
            "contentType": {
              "type": "string"
            },
            "fromMember": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "fromCompany": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "mentionsMember": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "mentionsOrganization": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "authorIndustry": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "authorCompany": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "authorTitle": {
              "type": "string"
            }
          },
          "externalDocs": {
            "description": "Search Post Payload Description",
            "url": "https://rapidapi.com/rockapis-rockapis-default/api/linkedin-data-api/tutorials/search-posts-payload"
          }
        },
        "example": {
          "keyword": "microsoft",
          "sortBy": "date_posted",
          "datePosted": "",
          "page": 1,
          "contentType": "",
          "fromMember": [
            "ACoAAAEkwwAB9KEc2TrQgOLEQ-vzRyZeCDyc6DQ",
            "ACoAAANuWM8BtmA18VYdgqPtIWt6GhBCTDXToV4",
            "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"
          ],
          "fromCompany": [
            1441,
            1035
          ],
          "mentionsMember": [
            "ACoAAAEkwwAB9KEc2TrQgOLEQ-vzRyZeCDyc6DQ",
            "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"
          ],
          "mentionsOrganization": [
            1441,
            1035
          ],
          "authorIndustry": [
            96,
            4
          ],
          "authorCompany": [
            1035
          ],
          "authorTitle": ""
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "200",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              },
              "message": {
                "type": "string"
              },
              "data": {
                "type": "object",
                "properties": {
                  "total": {
                    "type": "integer"
                  },
                  "count": {
                    "type": "integer"
                  },
                  "items": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "urn": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        },
                        "template": {
                          "type": "string"
                        },
                        "text": {
                          "type": "string"
                        },
                        "postedAt": {
                          "type": "string"
                        },
                        "postedDate": {
                          "type": "string"
                        },
                        "postedDateTimestamp": {
                          "type": "integer"
                        },
                        "reposted": {
                          "type": "boolean"
                        },
                        "resharedPost": {
                          "type": "object"
                        },
                        "video": {
                          "type": "object",
                          "properties": {
                            "thumbnails": {
                              "type": "null"
                            },
                            "video": {
                              "type": "null"
                            }
                          }
                        },
                        "entity": {
                          "type": "object"
                        },
                        "article": {
                          "type": "object"
                        },
                        "object": {
                          "type": "object"
                        },
                        "author": {
                          "type": "object",
                          "properties": {
                            "fullName": {
                              "type": "string"
                            },
                            "headline": {
                              "type": "string"
                            },
                            "username": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            },
                            "profilePictures": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "width": {
                                    "type": "integer"
                                  },
                                  "height": {
                                    "type": "integer"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "socialActivityCountsInsight": {
                          "type": "object",
                          "properties": {
                            "numComments": {
                              "type": "integer"
                            },
                            "likeCount": {
                              "type": "integer"
                            },
                            "appreciationCount": {
                              "type": "integer"
                            },
                            "empathyCount": {
                              "type": "integer"
                            },
                            "InterestCount": {
                              "type": "integer"
                            },
                            "praiseCount": {
                              "type": "integer"
                            },
                            "funnyCount": {
                              "type": "integer"
                            },
                            "maybeCount": {
                              "type": "integer"
                            },
                            "totalReactionCount": {
                              "type": "integer"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "example": {
            "success": true,
            "message": "",
            "data": {
              "total": 4,
              "count": 4,
              "items": [
                {
                  "urn": "7287900710770196480",
                  "url": "https://www.linkedin.com/posts/satyanadella_wef25-activity-7287900710770196480-7mn6",
                  "template": "",
                  "text": "“Tokens per watt per dollar\"—the sweet spot where energy, compute power, and intelligence meet—will be a game-changing formula for driving GDP growth. Great to chat about this with Nicholas Thompson today.",
                  "postedAt": "1mo",
                  "postedDate": "2025-01-22 18:35:32.095 +0000 UTC",
                  "postedDateTimestamp": 1737570932095,
                  "reposted": true,
                  "resharedPost": {
                    "isBrandPartnership": false,
                    "text": "The most interesting thing in tech: Satya Nadella of Microsoft has proposed a new metric for measuring the efficiency of AI models: tokens per watt per dollar. It’s a smart framework for how to bring energy costs into the way we track intelligence. He now thinks it could be an even broader metric for understanding output in an information economy. Satya joined me to explain why he’s thinking this way.  #wef25",
                    "author": {
                      "firstName": "Nicholas",
                      "lastName": "Thompson",
                      "username": "nicholasxthompson",
                      "url": "https://www.linkedin.com/in/nicholasxthompson"
                    },
                    "video": [
                      {
                        "url": "https://dms.licdn.com/playlist/vid/v2/D4E05AQF5gr4gDXRRMg/mp4-720p-30fp-crf28/B4EZSOp6I9HMBg-/0/1737560175436?e=1741806000&v=beta&t=rECzdCC_zi7o7mNFaTC-Ou2uNRoqa_xQGIOMLbFl16I",
                        "poster": "https://media.licdn.com/dms/image/v2/D4E05AQF5gr4gDXRRMg/videocover-low/B4EZSOp6I9HMCM-/0/1737560159726?e=1741806000&v=beta&t=_DSWils0tc3yrht-7wOuysUeWLLrt0NzhRCkYAIR2rg",
                        "duration": 164400,
                        "thumbnails": null,
                        "video": null
                      }
                    ],
                    "company": {},
                    "document": {},
                    "celebration": {},
                    "poll": {},
                    "article": {
                      "newsletter": {}
                    },
                    "entity": {}
                  },
                  "video": {
                    "thumbnails": null,
                    "video": null
                  },
                  "entity": {},
                  "article": {},
                  "object": {},
                  "author": {
                    "fullName": "Satya Nadella",
                    "headline": "Chairman and CEO at Microsoft",
                    "username": "satyanadella",
                    "url": "https://www.linkedin.com/in/satyanadella",
                    "profilePictures": [
                      {
                        "width": 100,
                        "height": 100,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1579726625423?e=1746662400&v=beta&t=mwTXJYrY32hsdyUrB9r8ZJG6ugtbPr40uruI3Ubsjhs"
                      },
                      {
                        "width": 200,
                        "height": 200,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1579726625398?e=1746662400&v=beta&t=AUjdwsmgr2mCP4qH7BwItsS2-xGs6C92n0RtqsOL43k"
                      },
                      {
                        "width": 400,
                        "height": 400,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1579726625448?e=1746662400&v=beta&t=fQh8iRzvU-ehKT3huv6DG5Csmfk1XdogqeS6qPYKZDo"
                      },
                      {
                        "width": 800,
                        "height": 800,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1579726625483?e=1746662400&v=beta&t=dryC-6r8VlEtmYH3ymHBnXUgew3jL7R4vQPXZLQmaGc"
                      }
                    ],
                    "type": "user"
                  },
                  "socialActivityCountsInsight": {
                    "numComments": 176,
                    "likeCount": 2012,
                    "appreciationCount": 14,
                    "empathyCount": 48,
                    "InterestCount": 295,
                    "praiseCount": 88,
                    "funnyCount": 0,
                    "maybeCount": 0,
                    "totalReactionCount": 2457
                  }
                },
                {
                  "urn": "7264422151250747392",
                  "url": "https://www.linkedin.com/posts/satyanadella_msignite-activity-7264422151250747392-qMlh",
                  "template": "",
                  "text": "Putting final touches on tomorrow’s Microsoft Ignite keynote, and the excitement is real! Events like this always bring incredible energy, especially during platform shifts as big as this one. I’ve seen a few in my career, but the scale of this technology and the speed at which it is being diffused stand out.\n\nOf course, tech isn’t about tech for its own sake but about translating it into real outcomes, and it’s been remarkable to see so many of our customers and partners do just that. Tomorrow, you’ll see how we are going further, delivering three trusted platforms for the AI age—Copilot, Copilot devices, and Copilot & AI stack—that are helping people and organizations everywhere turn this powerful new input into higher value output. \n \nTune in tomorrow to watch live!",
                  "postedAt": "3mo",
                  "postedDate": "2024-11-18 23:40:07.295 +0000 UTC",
                  "postedDateTimestamp": 1731973207295,
                  "reposted": true,
                  "resharedPost": {
                    "isBrandPartnership": false,
                    "text": "Tune into the #MSIgnite Day 1 keynote, streamed live from Chicago. 🎦 Be the first to get the latest news and announcements directly from Microsoft leaders, with a special focus on new opportunities in our era of AI.",
                    "author": {},
                    "video": [
                      {
                        "url": "https://dms.licdn.com/playlist/vid/v2/D5624AQGPPPf5ppiUzQ/go-live-mp4-inhouse-analysis/go-live-mp4-inhouse-analysis/0/1732036071750?e=1741806000&v=beta&t=s0FdgSpJipQBskW6_TCX_uZoJG4vPLg_NODyxHKPS0w",
                        "poster": "https://media.licdn.com/dms/image/v2/D5624AQGPPPf5ppiUzQ/go-live-thumbnail-low/go-live-thumbnail-low/0/1732023861700?e=1741806000&v=beta&t=_2eFuSBwm0a6awH7E_NCFhOPoIAIi3A2-KxgBjIoink",
                        "duration": 11602000,
                        "thumbnails": null,
                        "video": null
                      }
                    ],
                    "company": {
                      "name": "Microsoft Events",
                      "url": "https://www.linkedin.com/showcase/microsoft-events/",
                      "urn": "104144190"
                    },
                    "document": {},
                    "celebration": {},
                    "poll": {},
                    "article": {
                      "newsletter": {}
                    },
                    "entity": {}
                  },
                  "video": {
                    "thumbnails": null,
                    "video": null
                  },
                  "entity": {},
                  "article": {},
                  "object": {},
                  "author": {
                    "fullName": "Satya Nadella",
                    "headline": "Chairman and CEO at Microsoft",
                    "username": "satyanadella",
                    "url": "https://www.linkedin.com/in/satyanadella",
                    "profilePictures": [
                      {
                        "width": 100,
                        "height": 100,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1579726625423?e=1746662400&v=beta&t=mwTXJYrY32hsdyUrB9r8ZJG6ugtbPr40uruI3Ubsjhs"
                      },
                      {
                        "width": 200,
                        "height": 200,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1579726625398?e=1746662400&v=beta&t=AUjdwsmgr2mCP4qH7BwItsS2-xGs6C92n0RtqsOL43k"
                      },
                      {
                        "width": 400,
                        "height": 400,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1579726625448?e=1746662400&v=beta&t=fQh8iRzvU-ehKT3huv6DG5Csmfk1XdogqeS6qPYKZDo"
                      },
                      {
                        "width": 800,
                        "height": 800,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1579726625483?e=1746662400&v=beta&t=dryC-6r8VlEtmYH3ymHBnXUgew3jL7R4vQPXZLQmaGc"
                      }
                    ],
                    "type": "user"
                  },
                  "socialActivityCountsInsight": {
                    "numComments": 59,
                    "likeCount": 1488,
                    "appreciationCount": 5,
                    "empathyCount": 95,
                    "InterestCount": 11,
                    "praiseCount": 108,
                    "funnyCount": 0,
                    "maybeCount": 0,
                    "totalReactionCount": 1707
                  }
                },
                {
                  "urn": "7173038722408439808",
                  "url": "https://www.linkedin.com/posts/satyanadella_microsoft-makes-the-promise-of-ai-in-healthcare-activity-7173038722408439808-1nKJ",
                  "template": "",
                  "text": "At #HIMSS24, we're highlighting the remarkable work of innovators like Stanford Health Care, Providence, and WellSpan Health, who are using DAX Copilot embedded in Epic to empower clinicians and transform patient healthcare experiences.",
                  "postedAt": "11mo",
                  "postedDate": "2024-03-11 19:35:00.037 +0000 UTC",
                  "postedDateTimestamp": 1710185700037,
                  "reposted": true,
                  "resharedPost": {
                    "isBrandPartnership": false,
                    "text": "It’s excellent to see how clients like Stanford Health Care, WellSpan Health, and Providence are leveraging generative AI solutions to address physician burnout and enhance patient care.  Also, very excited that Microsoft continues to reinforce its commitment to responsible AI and is collaborating with healthcare leaders to form the Trustworthy & Responsible AI Network (TRAIN), one of the first health AI networks aimed at operationalizing responsible AI.  This is important as we continue to advance the latest in gen AI to positively transform the health and life sciences industries. \n https://aka.ms/AApco04  #HealthcareAI #MSFTNuanceAI",
                    "author": {
                      "firstName": "Joe",
                      "lastName": "Petro",
                      "username": "joepetro",
                      "url": "https://www.linkedin.com/in/joepetro"
                    },
                    "company": {},
                    "document": {},
                    "celebration": {},
                    "poll": {},
                    "article": {
                      "newsletter": {}
                    },
                    "entity": {}
                  },
                  "video": {
                    "thumbnails": null,
                    "video": null
                  },
                  "entity": {},
                  "article": {},
                  "object": {},
                  "author": {
                    "fullName": "Satya Nadella",
                    "headline": "Chairman and CEO at Microsoft",
                    "username": "satyanadella",
                    "url": "https://www.linkedin.com/in/satyanadella",
                    "profilePictures": [
                      {
                        "width": 100,
                        "height": 100,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1579726625423?e=1746662400&v=beta&t=mwTXJYrY32hsdyUrB9r8ZJG6ugtbPr40uruI3Ubsjhs"
                      },
                      {
                        "width": 200,
                        "height": 200,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1579726625398?e=1746662400&v=beta&t=AUjdwsmgr2mCP4qH7BwItsS2-xGs6C92n0RtqsOL43k"
                      },
                      {
                        "width": 400,
                        "height": 400,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1579726625448?e=1746662400&v=beta&t=fQh8iRzvU-ehKT3huv6DG5Csmfk1XdogqeS6qPYKZDo"
                      },
                      {
                        "width": 800,
                        "height": 800,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1579726625483?e=1746662400&v=beta&t=dryC-6r8VlEtmYH3ymHBnXUgew3jL7R4vQPXZLQmaGc"
                      }
                    ],
                    "type": "user"
                  },
                  "socialActivityCountsInsight": {
                    "numComments": 41,
                    "likeCount": 903,
                    "appreciationCount": 5,
                    "empathyCount": 39,
                    "InterestCount": 21,
                    "praiseCount": 32,
                    "funnyCount": 0,
                    "maybeCount": 0,
                    "totalReactionCount": 1000
                  }
                },
                {
                  "urn": "7171969954961977344",
                  "url": "https://www.linkedin.com/posts/satyanadella_inclusion-is-innovation-womens-community-activity-7171969954961977344-P8Zv",
                  "template": "",
                  "text": "Happy International Women's Day. We're celebrating Women's History Month by sharing stories of women at Microsoft who are having incredible impact at our company and beyond.",
                  "postedAt": "11mo",
                  "postedDate": "2024-03-08 20:48:06.021 +0000 UTC",
                  "postedDateTimestamp": 1709930886021,
                  "reposted": true,
                  "resharedPost": {
                    "isBrandPartnership": false,
                    "text": "As we recognize Women's History Month, we honor all women. Many women serve as critical role models and take action to broaden access and invite in more perspectives and voices. And while women continue to make progress, the path to a more inclusive future is never a straight line. So the need continues for women and allies to organize, advocate, and advance equality globally to unlock our collective potential.\n\nGreater inclusion is fueled by greater understanding of each other, and sharing stories is one powerful way to expand that understanding. This month and all year long, join me in amplifying Microsoft employee stories about driving innovation in gaming, following unexpected career pathways into technology, creating supportive communities, and more. \n\nHow have influential women made an indelible mark on your career? \n#InclusionisInnovation",
                    "author": {
                      "firstName": "Lindsay-Rae",
                      "lastName": "McIntyre",
                      "username": "lindsayraemcintyre",
                      "url": "https://www.linkedin.com/in/lindsayraemcintyre"
                    },
                    "company": {},
                    "document": {},
                    "celebration": {},
                    "poll": {},
                    "article": {
                      "newsletter": {}
                    },
                    "entity": {}
                  },
                  "video": {
                    "thumbnails": null,
                    "video": null
                  },
                  "entity": {},
                  "article": {},
                  "object": {},
                  "author": {
                    "fullName": "Satya Nadella",
                    "headline": "Chairman and CEO at Microsoft",
                    "username": "satyanadella",
                    "url": "https://www.linkedin.com/in/satyanadella",
                    "profilePictures": [
                      {
                        "width": 100,
                        "height": 100,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1579726625423?e=1746662400&v=beta&t=mwTXJYrY32hsdyUrB9r8ZJG6ugtbPr40uruI3Ubsjhs"
                      },
                      {
                        "width": 200,
                        "height": 200,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1579726625398?e=1746662400&v=beta&t=AUjdwsmgr2mCP4qH7BwItsS2-xGs6C92n0RtqsOL43k"
                      },
                      {
                        "width": 400,
                        "height": 400,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1579726625448?e=1746662400&v=beta&t=fQh8iRzvU-ehKT3huv6DG5Csmfk1XdogqeS6qPYKZDo"
                      },
                      {
                        "width": 800,
                        "height": 800,
                        "url": "https://media.licdn.com/dms/image/v2/C5603AQHHUuOSlRVA1w/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1579726625483?e=1746662400&v=beta&t=dryC-6r8VlEtmYH3ymHBnXUgew3jL7R4vQPXZLQmaGc"
                      }
                    ],
                    "type": "user"
                  },
                  "socialActivityCountsInsight": {
                    "numComments": 27,
                    "likeCount": 796,
                    "appreciationCount": 12,
                    "empathyCount": 106,
                    "InterestCount": 2,
                    "praiseCount": 79,
                    "funnyCount": 0,
                    "maybeCount": 0,
                    "totalReactionCount": 995
                  }
                }
              ]
            }
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

LinkedIn post search APIsocial listening APIprofessional content searchLinkedIn monitoring APILinkedIn APILinkedIn data APILinkedIn scraper API