compare_advertisers
Compare active Google ad counts across multiple domains to identify which advertisers are running ads and their volume. Each row includes status flags for reliable interpretation.
Instructions
Compare active Google ad counts across a set of domains, one row each.
The competitor paid-surface question in one call: who is running ads, and how many. Rows come back in input order; sort by ad_count yourself.
Every row has a status. "ok" means an advertiser was found; "absent" means no advertiser is registered for that domain and IS a genuine zero; "blocked" means Google rate-limited the lookup and is NOT a zero; "error" is anything else. Rows flagged parent_entity resolved to a differently named advertiser (a parent company, a reseller, or a stranger whose ads mention the domain) — never cite those counts as the domain's own.
Args: domains: Up to 50 domains or URLs (e.g. ["nike.com", "adidas.com"]).
Returns: [{domain, status, advertiser_id, advertiser_name, ad_count, parent_entity, note}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |