Who advertises on a term or domain

ads_advertisers is a $0.20 GET request on the Wuthering AI API. Find the companies running ads for a brand or domain, and how many. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/ads_advertisers

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/ads_advertisers?keyword=…&token=YOUR_TOKEN'

What does ads_advertisers return, and when should you call it?

Find advertisers by brand name or domain and return their verified advertiser records with approximate ad counts.

Search by BRAND NAME or DOMAIN, not by category keyword: a generic category term returns "No Search Results", while a competitor's name or domain returns their advertiser id. Feed that id into wuthering_ads_creatives to see the actual ads.

Returns: advertiser_id, title, domain, verified status, approx_ads_count, location, rank_absolute.

Use as the first step of any competitive ad research. Don't use to see creatives, which is the next tool.

What parameters does ads_advertisers take?

ads_advertisers accepts 4 parameters, none of them required. Array values are comma-separated on the query string.

Parameters accepted by the ads_advertisers operation
ParameterTypeRequiredDescription
keywordstringnoBrand or company name to find advertisers for. Use this or target.
targetstringnoRegistrable domain to find advertisers for, for example 'acme.com'.
location_codenumbernoNumeric location code to scope results to. Defaults to 2840 (United States). Search volume and competition vary sharply by country, so set this when the question is about a specific market.Defaults to 2840
limitnumbernoMaximum rows to return (1 to 120, default 40). Ask for the fewest that answer the question: every row is billed and spends the caller's context.Defaults to 40

Reference for ads_advertisers · last updated · published by Wuthering AI