Search public ad-transparency libraries by keyword or advertiser name across Meta, Google, TikTok, and LinkedIn on MuAPI.
About this model
Ad Library Search returns matching ads — creative content, format, and run dates — from a platform's public ad-transparency library by keyword or advertiser name, across Meta, Google, TikTok, and LinkedIn, for competitor ad-intelligence and creative research.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.01 per search (reserved; settled down to actual cost) | Public ad-transparency search with a normalized, structured JSON response. |
Public ad-transparency search with a normalized, structured JSON response.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Platform | Enum (4 options) | Ad library to search. | - |
| Query | string | Keyword or advertiser/brand name to search for. | Nike |
| Country | string | 2-letter country code to filter/scope results. | US |
Ad library to search.
-Keyword or advertiser/brand name to search for.
Nike2-letter country code to filter/scope results.
USDeveloper documentation
meta, google, tiktok, or linkedin.curl -X POST https://api.muapi.ai/api/v1/ad-library-search \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"platform": "meta",
"query": "Nike"
}'
Frequently asked
No — this returns only public ad-transparency data (creative content and run dates). Private campaign performance requires the advertiser's own OAuth-connected ad account.
The request fails with a no-match error and is not charged; try a more specific advertiser name or a different platform.
The Google Ads Transparency Center only supports lookup by advertiser, not full-text ad-copy search — the query is resolved to an advertiser first, then that advertiser's ads are returned.