AnyAPI linkedin.ads_search (LinkedIn Ad Search)
https://api.getanyapi.com/v1/run/linkedin.ads_searchOverview
AnyAPI linkedin.ads_search (LinkedIn Ad Search)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
getanyapi
Source
bazaar
Indexed
2026-07-01 05:14:23
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"company": {
"description": "Company name to search (e.g. \"microsoft\").",
"type": "string"
},
"companyId": {
"description": "LinkedIn company identifier.",
"type": "string"
},
"countries": {
"description": "Comma-separated two-letter country codes (e.g. \"US,CA,MX\").",
"type": "string"
},
"endDate": {
"description": "Search end date in YYYY-MM-DD format.",
"type": "string"
},
"keyword": {
"description": "Keyword term for the ad search.",
"type": "string"
},
"paginationToken": {
"description": "Opaque pagination token from a previous response's nextCursor.",
"type": "string"
},
"startDate": {
"description": "Search start date in YYYY-MM-DD format.",
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "Amount charged in USD for this call.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"output": {
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"ads": {
"items": {
"properties": {
"adType": {
"type": "string"
},
"advertiser": {
"type": "string"
},
"advertiserLinkedinPage": {
"type": "string"
},
"cta": {
"type": "string"
},
"description": {
"type": "string"
},
"destinationUrl": {
"type": "string"
},
"endDate": {
"type": "string"
},
"headline": {
"type": "string"
},
"id": {
"type": "string"
},
"startDate": {
"type": "string"
},
"totalImpressions": {
"type": "string"
}
},
"required": [
"id",
"advertiser",
"advertiserLinkedinPage",
"headline",
"description",
"adType",
"cta",
"destinationUrl",
"startDate",
"endDate",
"totalImpressions"
],
"type": "object"
},
"type": "array"
},
"nextCursor": {
"type": "string"
},
"totalAds": {
"type": "integer"
}
},
"required": [
"nextCursor",
"totalAds",
"ads"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "LinkedIn ad search output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}