linkedin_adLibrary_ads_search_list
ActiveTool of Social Fetch
declared in 0.19.0
Search LinkedIn Ad Library ads by company, keyword, or company id.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor from a previous response."
},
"company": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Company name to search for in the LinkedIn Ad Library."
},
"endDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional end date filter in YYYY-MM-DD format."
},
"keyword": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Keyword or phrase to search for in LinkedIn Ad Library ads."
},
"companyId": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "LinkedIn company id to search for in the Ad Library."
},
"countries": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Optional comma-separated list of country codes (for example US,CA,MX)."
},
"startDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional start date filter in YYYY-MM-DD format."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries