Skip to main content
GET
/
v1
/
scrape
/
google-ad-library
/
ad-details
Ad Details
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/google-ad-library/ad-details \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "advertiserId": "AR01614014350098432001",
    "creativeId": "CR16304891583101140993",
    "firstShown": null,
    "url": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR16304891583101140993",
    "lastShown": "2026-02-08T23:43:47.000Z",
    "format": "image",
    "overallImpressions": {
      "min": null,
      "max": null
    },
    "creativeRegions": {
      "0": {
        "regionCode": "US",
        "regionName": "United States"
      }
    },
    "regionStats": {
      "0": {
        "regionCode": "US",
        "regionName": "United States",
        "firstShown": null,
        "lastShown": "2026-02-08T00:00:00.000Z",
        "impressions": {},
        "platformImpressions": {}
      }
    },
    "variations": {
      "0": {
        "visibleUrl": "shop.lululemon.com",
        "destinationUrl": "https://shop.lululemon.com/c/women-workout-clothes/n14uwkzae4c",
        "youtubeUrl": null,
        "headline": "lululemon® Official Website",
        "description": "Shop Stretchy, Unrestrictive Gear That Supports Your Toughest Workouts.",
        "image": null
      },
      "1": {
        "visibleUrl": "shop.lululemon.com",
        "destinationUrl": "https://shop.lululemon.com/c/women-workout-clothes/n14uwkzae4c",
        "youtubeUrl": null,
        "headline": "lululemon® Official Website",
        "description": "Squat Deeper And Lift Heavier In Women's High-Performance Workout Gear.",
        "image": null
      },
      "2": {
        "visibleUrl": "shop.lululemon.com",
        "destinationUrl": "https://shop.lululemon.com/c/women-workout-clothes/n14uwkzae4c",
        "youtubeUrl": null,
        "headline": "lululemon® Official Website",
        "description": "Shop Stretchy, Unrestrictive Gear That Supports Your Toughest Workouts.",
        "image": null
      }
    }
  },
  "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

url
string
required

The url of the ad

Example:

"https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR10449491775734153217"

Response

Successful response