Can I pull post likers and commenters through the API?

Yes. You can pull the people who liked or commented on a post directly through the Trigify API β€” you don’t have to build a workflow for it.

The endpoints

Endpoint

Returns

POST /v1/post/engagements

People who reacted to / liked a post

POST /v1/post/comments

People who commented on a post

There are equivalent endpoints for X posts (/v1/x-post/engagements, /v1/x-post/comments) and for company-page post comments.

Authentication

Send your Trigify API key as x-api-key: YOUR_KEY (or Authorization: Bearer YOUR_KEY). Your subscription must be active.

These endpoints return the same engagement data the Get Post Likes / Get Post Comments workflow actions use β€” so you can pull engagers ad-hoc via the API, or automate them inside a workflow, whichever fits your stack.

Engagement lookups consume credits per engagement returned, the same as the workflow actions.