List Blocklisted Contacts and Companies
Lists every blocklisted contact or company in your account so you can audit your exclusions. Use scope 'contact' to return contacts that are currently blocklisted, or scope 'company' to return blocklisted companies. Results are paginated with a default of 100 entries and a maximum of 500, using a configurable offset.
Example prompt: Show me all the companies on my blocklist
{
"scope": "company",
"entries": [
{
"linkedin_company_id": "1234567",
"name": "Acme Corp",
"blacklisted_at": "2026-06-16T14:22:00Z"
}
],
"total": 1
}What you can build
Parameters
Inputs accepted by list_blacklist.
| Name | Type | Description |
|---|---|---|
| scope | "contact" | "company" | Entity scope: 'contact' or 'company'. |
| limit | number | Max entries to return (default 100, max 500). |
| offset | number | Pagination offset (default 0). |
Related tools
Add Contact or Company to Blocklist
Blocklist a contact or an entire company to exclude them from outreach. Idempotent, accepts a contact lookup or LinkedIn company ID.
Remove Contact or Company From Blocklist
Remove a contact or company from your blocklist to re-enable outreach. Specify contact or company scope; returns an error if not blocklisted.
Check Block List
Check whether a LinkedIn profile is on your do-not-contact block list, or list every blocked entry. Keeps outreach compliant and safe.
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.