Company Ads

Get the ads for a company. *This only gets the public ads. Some ads you need to log in for and sadly we can't get those.

GET
/v1/google/company/ads

🤖 Why Code When AI Can Do It For You?

Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

curl "https://api.scrapecreators.com/v1/google/company/ads" \
  -H "x-api-key: "
{
  "ads": [
    {
      "advertiserId": "AR01614014350098432001",
      "creativeId": "CR10449491775734153217",
      "format": "text",
      "adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR10449491775734153217",
      "advertiserName": "Lululemon Athletica Canada Inc.",
      "domain": "lululemon.com",
      "firstShown": "2023-12-29T21:59:16.000Z",
      "lastShown": "2025-03-28T01:46:12.000Z"
    },
    {
      "advertiserId": "AR01614014350098432001",
      "creativeId": "CR08077733302133325825",
      "format": "video",
      "adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR08077733302133325825",
      "advertiserName": "Lululemon Athletica Canada Inc.",
      "domain": "lululemon.com",
      "firstShown": "2025-02-03T19:49:57.000Z",
      "lastShown": "2025-03-28T01:43:03.000Z"
    }
  ],
  "cursor": "CgoAP7znOo9RPjf%2FEhD5utgx8m75NrTTbU0AAAAAGgn8%2BJyW%2BJQK40A%3D",
  "success": true,
  "statusCode": 200
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

domain
string

The domain of the company

advertiser_id
string

The advertiser id of the company

topic
string

The topic to search for. If you search for 'political', you will also need to pass a 'region', like 'US' or 'AU'

Available options:
all,
political
region
string

The region to search for. Defaults to anywhere

cursor
string

Cursor to paginate through results