Apify Store
AS
Apify Store
/harvestapi/linkedin-post-comments

LinkedIn Post Comments Scraper (No Cookies) ✅ (No Cookies)

Extract LinkedIn post comments or comment replies in bulk, as well as comment social activities such as the number of likes and reactions. No cookies or account required

liveasyncunknown~30s typical
social medialead generationautomationlinkedinpostcomments
$0.0025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.002 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /harvestapi/linkedin-post-comments for me.

Input

FieldTypeDescription
postsarrayQueries to search LinkedIn profiles by name.
maxItemsintegerMaximum number of comments to scrape per each post
postedLimitstring (any | 24h | week | month | 3months | 6months)Fetch comments no older than X time. Options: '24h', 'week', 'month'.
scrapeRepliesbooleanWhether to scrape replies to comments.
profileScraperModestring (short | main)Choose the mode for scraping LinkedIn profiles. The Short mode provides basic information, while the Full mode includes full detailed profile data. default "short"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/harvestapi/linkedin-post-comments","input":{"posts":["https://www.linkedin.com/posts/microsoft-events_microsoft-build-has-arrived-in-seattle-and-ugcPost-7329991434395160578-GnK7?utm_source=share&utm_medium=member_desktop&rcm=ACoAACzazy4B3ajZsA0WxWr6m4S77iItYbYCLZM","https://www.linkedin.com/feed/update/urn:li:activity:7320867199693246465/"],"maxItems":3,"scrapeReplies":false},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /harvestapi/linkedin-post-comments -i '{"posts":["https://www.linkedin.com/posts/microsoft-events_microsoft-build-has-arrived-in-seattle-and-ugcPost-7329991434395160578-GnK7?utm_source=share&utm_medium=member_desktop&rcm=ACoAACzazy4B3ajZsA0WxWr6m4S77iItYbYCLZM","https://www.linkedin.com/feed/update/urn:li:activity:7320867199693246465/"],"maxItems":3,"scrapeReplies":false}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/harvestapi/linkedin-post-comments", input: {"posts":["https://www.linkedin.com/posts/microsoft-events_microsoft-build-has-arrived-in-seattle-and-ugcPost-7329991434395160578-GnK7?utm_source=share&utm_medium=member_desktop&rcm=ACoAACzazy4B3ajZsA0WxWr6m4S77iItYbYCLZM","https://www.linkedin.com/feed/update/urn:li:activity:7320867199693246465/"],"maxItems":3,"scrapeReplies":false}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.