> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Linkedin Post To Engagers: Cost, Inputs & CLI Setup

> Scrape all reactors and commenters from a LinkedIn post via harvestapi/linkedin-post-reactions. Includes inputs, outputs, SDK V2 examples, and Deepline cost.

```bash theme={null}
deepline plays run prebuilt/linkedin-post-to-engagers \
  --input '{"post_url":"https://example.com"}' \
  --watch
```

## How it works

This Play runs its provider steps in the order shown below.

```mermaid theme={null}
flowchart LR
  S0["Apify"]:::provider
  classDef provider fill:#1e293b,stroke:#475569,color:#e2e8f0
```

## Parameters

| Name        | Type     | Required | Description            |
| ----------- | -------- | -------- | ---------------------- |
| `post_url`  | `string` | Yes      | LinkedIn post URL      |
| `max_items` | `number` | No       | Max engagers to return |

## Cost

**0.35-0.53 credits** — this estimate includes the configured provider steps.

| Step  | Max Credits |
| ----- | ----------- |
| Apify | 0.5         |
