Platform · Web

Google

Organic web search and the Ads Transparency Center.

Endpoints
4
Base price
1 cr
Source
Provider

Core

Ad libraries

An advertiser's ads

1 credit

Every ad an advertiser is running or ran.

GET/v1/google/adsAd[]
advertiserrequiredAdvertiser name, page id or domain.
countryoptionalISO country code.
cursoroptionalFrom meta.next_cursor, to get the next page.
curl -G https://api.crawlfeed.dev/v1/google/ads \
  -H "Authorization: Bearer $CRAWLFEED_KEY" \
  --data-urlencode "advertiser=nike.com"

Every endpoint also takes fresh=true (skip the cache, 2× price) and include_raw=true (add the platform’s own payload). See Response shape and Credits.