Check Block List
Checks whether a specific LinkedIn profile sits on your do-not-contact block list, accepting either a full URL or a bare slug. Omit the profile to list every blocked entry instead, returning up to 100 by default and a maximum of 500. Returns an empty list when no profiles are blocked.
Example prompt: Is john-doe on my block list? If not, show me everyone who is.
{
"blocked": false,
"linkedin_url": "linkedin.com/in/john-doe"
}What you can build
Parameters
Inputs accepted by check_block_list.
| Name | Type | Description |
|---|---|---|
| linkedin_url | string | LinkedIn profile URL or slug to check (omit to list all). Auto-normalized. |
| lookup | object | Structured contact identifier. Resolver picks the highest-priority field per RESOLVER-09 (crispy_id > linkedin_provider_id > external_id > linkedin_url > email). |
| limit | number | Max entries to return when listing all (default 100, max 500) |
Related tools
Add To Block List
Add a LinkedIn profile to your do-not-contact block list to stop all outreach. Idempotent and identifier-flexible for safe list hygiene.
Remove From Block List
Remove a LinkedIn profile from your do-not-contact block list so outreach can resume. Accepts a profile URL or slug, auto-normalized.
Import Block List
Bulk import LinkedIn profiles to your do-not-contact block list from CSV or JSON, up to 5000 per call. Invalid and duplicate URLs are skipped.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.