Connect a LinkedIn account for outbound: returns a hosted sign-in link the account holder opens once (the password never touches RouterGrowth), then reports the connection status. Run again to confirm or to get a reconnect link. Free to run; a connected account rents a seat billed monthly.
Unipile:
all inputs
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
Unipile |
live |
Unit: per_call · unmatched results billed: no
Free: connecting, status checks and reconnect links cost nothing. Each connected account then rents a seat at $8.25 a month, charged to the wallet until you disconnect it (dashboard, or DELETE /v1/linkedin/accounts/<name>). The account holder is the sender of record and accepts LinkedIn's terms on automation.
The exact quote is returned by /v1/inspect before every call and held with headroom (1.5x the quote) on execution. The quote is the price floor: if the provider's actual cost overruns it, the run bills at about 1.5x cost, never above the hold. The unused part of every hold is released.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "linkedin.account", "input": { }, "routing": {"provider": "auto"} }'
{
"properties": {
"name": {
"default": "main",
"description": "Label for this account inside your workspace, e.g. \"guillaume\"",
"type": "string"
},
"return_url": {
"description": "Where the hosted page sends the person after a successful sign-in",
"type": "string"
}
},
"type": "object"
}
account_id · name · status · connected · connect_url · charged_through · next_step