Skip to main content
GET
/
v1
/
scrape
/
google-ad-library
/
company-ads
Company Ads
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/google-ad-library/company-ads \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "ads": {
      "0": {
        "advertiserId": "AR01614014350098432001",
        "creativeId": "CR16304891583101140993",
        "format": "image",
        "adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR16304891583101140993",
        "advertiserName": "lululemon athletica canada inc.",
        "domain": "lululemon.com",
        "imageUrl": null,
        "firstShown": "2026-01-13T21:55:14.000Z",
        "lastShown": "2026-02-08T23:43:47.000Z"
      }
    },
    "cursor": "CgoAP7zm1p%2BmCBpjEhBHJahAmRTF8HhdvzwAAAAAGgn8%2BH7I%2BNOQAlw%3D"
  },
  "creditsUsed": 1
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

domain
string

The domain of the company

Example:

"lululemon.com"

advertiser_id
string

The advertiser id of the company

Example:

"AR01614014350098432001"

topic
enum<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
Example:

"all"

region
string

The region to search for. Defaults to anywhere

Example:

"US"

start_date
string

Start date to search for. Format: YYYY-MM-DD

Example:

"2025-08-01"

end_date
string

End date to search for. Format: YYYY-MM-DD

Example:

"2025-08-11"

cursor
string

Cursor to paginate through results

Example:

"CgoAP7znOo9RPjf%2FEhD5utgx8m75NrTTbU0AAAAAGgn8%2BJyW%2BJQK40A%3D"

Response

Successful response