Google: Search Ads
Google via Parse · b2b_directory
Search for ad creatives by advertiser name or advertiser ID. Automatically finds the best-matching advertiser (by ad count) when searching by name. Supports cursor-based pagination via next_page_token. Returns ad summaries including format, text, image URL, and date ranges. Search Google Ads Transparency Center for advertisers and their ad creatives. Extract ad text/copy, format, advertiser info, date ranges, regions, and direct links to ads. Fulfilled by Parse from adstransparency.google.com.
- adstransparency-google-com
- b2b-directory
- government-public
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d6e80fcd-e869-4af2-a31b-71a4ce7ca355/search_ads
- Interface artifact
- sha256:6d1888ffe0ab07dcb88712cb3b34799ae55e2e14f2e1a3405c8724f0224bb493
- Manifest digest
- sha256:b6cbc8b92cafbd115128167be8579319d5c80f944991f4b1943bda44a58ba7de
Request fields
- limit (integer): Number of ads to return per page (max 40): Allowed values: 10, 5, 20
- query (string): Advertiser name to search for. Either query or advertiser_id is required.
- region (string): 2-letter country code to filter ads by region
- page_token (string): Pagination token from a previous response's next_page_token field
- advertiser_id (string): Direct advertiser ID (e.g. AR16735076323512287233). Skips advertiser lookup when provided.
Example queries
- {"limit":"5","query":"Apple","region":"US","advertiser_id":"AR18100938063227125761"}