Linkedin Post Scraper ✅ No cookies ✅ $2 per 1k posts avatar
Linkedin Post Scraper ✅ No cookies ✅ $2 per 1k posts

Under maintenance

Pricing

Pay per event

Go to Store
Linkedin Post Scraper ✅ No cookies ✅ $2 per 1k posts

Linkedin Post Scraper ✅ No cookies ✅ $2 per 1k posts

Under maintenance

Developed by

Supreme Coder

Supreme Coder

Maintained by Community

Scrape unlimited Linkedin posts without risking your Linkedin account. Live data, Super fast scraping at affordable cost. High success rate

3.4 (11)

Pricing

Pay per event

139

Total users

2.1K

Monthly users

685

Runs succeeded

>99%

Issues response

12 days

Last modified

a day ago

TO

"isRepost" seems incorrect

Closed

toolingacc opened this issue
6 days ago

It always classifies as "false" even if it is a repost.

JO

joelmitch34567

5 days ago

+1 to this. When the user's account reposts from a company's account, in the result dataset it's reporting the company's direct post URL, not the user's reposting URL.

supreme_coder avatar

Can you me some example urls

JO

joelmitch34567

4 days ago

Here is an example returning payload from the scraper. Notice the input URL, and what seems to be mismatched author information of the company. If you go to the post URL below, it takes you directly to the company's original post... but if you go to the user's profile, you can see they reposted it, which is what I expected the URL to be. Also, "isRepost" is set to false, when I expected it to be true.

{
"type": "image",
"images": [
"https://media.licdn.com/dms/image/v2/D5610AQG4mJdi4NEHJw/image-shrink_800/B56ZaxiMQRGsAg-/0/1746735254400?e=1750975200&v=beta&t=z4kYWyNtMD5QUPbxWhCsauQEr08KUvR048DUCBYp9iw"
],
"isRepost": false,
"urn": "urn:li:activity:7335802058081456128",
"url": "https://www.linkedin.com/posts/hekman-contract_hekman-contract-is-excited-to-announce-that-activity-7326338666451062785-zL1I?utm_source=combined_share_message&utm_medium=member_desktop&rcm=ACoAAD_uccwBqHxStJU_CGLKOA-eZcbrnhDLuVY",
"timeSincePosted": "1mo",
"shareUrn": "urn:li:share:7326338665540964353",
"text": "Hekman Contract is excited to announce that we have appointed Polito Associates as our new representative in the Southern California region. \n\nPolito Associates is a leading manufacturers rep firm celebrating 25 years in business. They serve the corporate, hospitality, healthcare, and government sectors by supporting dealers and design firms with expert product recommendations and pricing guidance. \n\nReach out to learn more at: https://lnkd.in/gGV2ga6R",
"attributes": [],
"comments": [,
"reactions": [],
"numShares": 4,
"numLikes": 10,
"numComments": 1,
"canReact": true,
"canPostComments": true,
"canShare": true,
"commentingDisabled": false,
"allowedCommentersScope": "ALL",
"rootShare": true,
"shareAudience": "PUBLIC",
"author": {
"name": "Hekman Contract",
"universalName": "hekman-contract",
"trackingId": "vGoykUZVRM+dOdKNoULn2A==",
"active": true,
"showcase": false,
"entityUrn": "urn:li:fs_miniCompany:6615780",
"logoUrl": "https://media.licdn.com/dms/image/v2/D560BAQFa-JxgavMRoQ/company-logo_200_200/company-logo_200_200/0/1704979060344/hekman_contract_logo?e=1755734400&v=beta&t=5DBhZkfEAuQ9WnZK1XfO723wVp91k2dXDDuYxgEPZOc"
},
"authorProfilePicture": "https://media.licdn.com/dms/image/v2/D560BAQFa-JxgavMRoQ/company-logo_200_200/company-logo_200_200/0/1704979060344/hekman_contract_logo?e=1755734400&v=beta&t=5DBhZkfEAuQ9WnZK1XfO723wVp91k2dXDDuYxgEPZOc",
"authorType": "Company",
"authorProfileId": "company",
"authorFollowersCount": "799",
"authorName": "Hekman Contract",
"authorProfileUrl": "https://www.linkedin.com/company/hekman-contract/posts",
"authorUrn": "urn:li:company:6615780",
"postedAtTimestamp": 1748991503258,
"postedAtISO": "2025-06-03T22:58:23.258Z",
"inputUrl": "http://www.linkedin.com/in/jeffrey-van-wagner-73490a78"
}
supreme_coder avatar

Thanks for providing an example

I've added new fields to help you identify if the post was an activity or original post (isRepost is no longer available)

  • isActivity
    • true if the post was shown as reposted, liked, or commented on by a user (who may or may not be the actual author).
    • false if the post is original (not reposted)
  • activityDescription: Eg: "John Doe liked this", "John Doe reposted this"
  • activityOfUser: Details of the user who made activity
  • activityOfUser: Details of the company which made the activity