← Catalog

LinkedIn invitation limit check: pending invitations sent (free)

linkedin.invitations_sent

live

The pending connection requests on your connected account, counted over the last 24 hours and 7 days against LinkedIn's caps (roughly 100 a day, 200 a week), with how many more to send now and the recent invitations with their notes. Free. Run it before a batch of linkedin.invite.

live coverage

Unipile: all inputs

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
Unipile live

Billing

Unit: per_call · unmatched results billed: no
Free. Counts are a floor: accepted and withdrawn invitations leave LinkedIn's pending list, and LinkedIn does not publish its caps.

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.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "linkedin.invitations_sent",
    "input": {  },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "account_id": {
      "description": "The account name (or id) from linkedin.accounts; optional when you have one account",
      "type": "string"
    }
  },
  "type": "object"
}

Normalized output fields

pending · last_24h · last_7d · remaining_today · remaining_this_week · invitations · next_step