v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
scrapers

Scrape LinkedIn post likes

Returns up to 100 profiles per page that reacted to the specified post. Each profile carries name, headline, profileUrl, profileUrn, publicIdentifier, imageUrl (avatar), and reactionType (LIKE/CELEBRATE/EMPATHY/INTEREST/PRAISE/APPRECIATION). When campaignSlug is provided, also includes knownDistance (cached connection degree from recent visits) and actionsCompleted (message/reply/like/visit/connect booleans). Supports pagination. Use count=0 to get only the total count without profile data.

post/collect/linkedin/likes

Request body

postUrlstring required

LinkedIn post URL to inspect for reactions.

startinteger

Pagination offset (multiples of 100).

countinteger

Number of likes to fetch per page (0-100, default 100). Use count=0 to fetch only the total count without profile data.

campaignSlugstring

Campaign ID. Auto-adds discovered contacts to this campaign in background.

omitDataboolean

When true, returns only counts (no profiles array). Data is still saved to DB.

Response

List of profiles who liked the post

successtrue required
countinteger required

Number of profiles returned in this page.

totalinteger required

Total number of likes on the post.

startinteger required

Pagination offset used for this response.

hasMoreboolean required

True when more pages are available beyond this one.

previousTotalinteger nullable required

The total from your last call to this endpoint for the same post (null on first call). Compare with total to detect new likes without client-side tracking.

creditsUsedinteger required

Credits consumed by this call (0 for free endpoints, cached results, or duplicates).

retryAfterinteger required

Seconds to wait before making another call of the same type. 0 means no wait needed.

All 135 operations