Inputs
Output
Type:List[Dict]
Returns the total and active audience size. A total of 0 means either no match or a privacy-suppressed count below 300.
Fields: total, active, meets_campaign_minimum, noteDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Size a LinkedIn audience from targeting criteria before building anything
| App | LinkedIn Ads |
| Operation ID | linkedin_ads_get_audience_count |
| Type | Action |
| Connection | linkedin_ads (required) |
| Credits per run | Free |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
targeting_criteria | object or string | Yes | - | LinkedIn targetingCriteria object describing the audience, as a dict or JSON string, for example {‘include’: {‘and’: [{‘or’: {‘urn:li:adTargetingFacet:locations’: [‘urn:li:geo:103644278’]}}]}}. Use linkedin_ads_search_targeting to look up real URNs and do not invent them. LinkedIn requires locations, and in practice also interfaceLocales, before it will answer. |
List[Dict]
Returns the total and active audience size. A total of 0 means either no match or a privacy-suppressed count below 300.
Fields: total, active, meets_campaign_minimum, note