Transforms row
linkedin_reactions
Transforms row
Linkedin Post To Engagers
Linkedin Post To Engagers is a Deepline play that automates a 3-step GTM pipeline using Apify.
Shared June 2026
- 1
Install & authenticate
$ curl -s "https://deepline.com/api/v2/sdk/install" | bash
- 2
Test out this play on my data
What this Play does
Inputs
- post_url
- max_items
Outputs
- lines_19_21
- linkedin_reactions
- lines_37_53
When to use this
- You need data from Apify in one pass.
- You want a repeatable pipeline instead of one-off lookups.
- You want an agent or teammate to run the same workflow on demand.
Agent instructions
Linkedin Post To Engagers is a Deepline play. Inputs: post_url, max_items. Outputs: lines_19_21, linkedin_reactions, lines_37_53.
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-plays skill to run the Deepline play "Linkedin Post To Engagers" (https://deepline.com/p/deepline/linkedin-post-to-engagers). Inputs: post_url, max_items. Outputs: lines_19_21, linkedin_reactions, lines_37_53. # describe the play deepline plays describe prebuilt/linkedin-post-to-engagers --json # run it on your data deepline plays run prebuilt/linkedin-post-to-engagers --input '{"post_url":"<value>","max_items":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/linkedin-post-to-engagers --source --out linkedin-post-to-engagers.play.ts deepline plays check linkedin-post-to-engagers.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-linkedin-post-to-engagers
Version
v1 · Shared June 2026 · Unlisted page