Read-only

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.

list_blacklistGET/api/v1/blocklist/companies
crispy — bash

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
}
Permission scope
core
Access
Read-only
Category
Connections

What you can build

Review your full do-not-contact list before launching a new campaign
Export or paginate through all blocklisted companies for a compliance check
Spot stale exclusions that can be safely lifted to reopen outreach
Cross-reference blocklisted contacts against a new lead list

Parameters

Inputs accepted by list_blacklist.

NameTypeDescription
scope"contact" | "company"Entity scope: 'contact' or 'company'.
limitnumberMax entries to return (default 100, max 500).
offsetnumberPagination offset (default 0).

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.