The Get Post Likes node retrieves the list of people who liked a business network post. It costs 1 credit per engagement retrieved.

Note: This node only works with business network posts.

πŸ“Ί Video: How to Get Profile Engagements of Posts


When to Use

Use Get Post Likes to build lead lists from people who engaged with relevant business network posts. People who like posts about specific topics are often interested in related solutions.

Inputs

Input

Description

postUrl

The business network post URL

maxLikes

Maximum number of likes to retrieve (1 to 1000)


Output Variables

Returns an items[] array. Each item contains:

Variable

Description

fullName

Full name of the person who liked the post

profileUrl

Business network profile URL

headline

Business network headline

profilePicture

Profile picture URL

reactionType

Type of reaction: like, love, celebrate, support, insightful, or funny


Syntax Example

{{ !ref($.steps.getPostLikes1.result.data.items) }}{{ !ref($.steps.loop1.item.fullName) }}{{ !ref($.steps.loop1.item.profileUrl) }}

Pro tip: Filter by reactionType to segment engagement quality. People who use insightful reactions may be more thoughtfully engaged with the topic than those who simply like.