curl --request GET \
--url https://api.sociavault.com/v1/scrape/google-ad-library/ad-details \
--header 'X-API-Key: <api-key>'{
"success": true,
"advertiserId": "AR01614014350098432001",
"creativeId": "CR07443539616616939521",
"lastShown": "2025-06-18T18:09:00.000Z",
"format": "text",
"overallImpressions": {
"min": "<unknown>",
"max": "<unknown>"
},
"creativeRegions": [
{
"regionCode": "US",
"regionName": "United States"
}
],
"regionStats": [
{
"regionCode": "US",
"regionName": "United States",
"lastShown": "2025-06-18T05:00:00.000Z",
"impressions": {},
"platformImpressions": [
"<unknown>"
],
"firstShown": "<unknown>"
}
],
"variations": [
{
"destinationUrl": "shop.lululemon.com/gifts-for-all",
"headline": "lululemonⓇ Official Site - Best Birthday Gifts",
"description": "Find The Perfect Gifts At lululemon . We Have You Covered . Shop Online For Your Gifts . Birthday Gifts For Everyone ...",
"allText": "Sponsored Ω lululemon shop.lululemon.com/gifts-for-all lululemonⓇ Official Site - Best Birthday Gifts Find The Perfect Gifts At lululemon . We Have You Covered . Shop Online For Your Gifts . Birthday Gifts For Everyone ...",
"imageUrl": "https://tpc.googlesyndication.com/archive/simgad/2201045439314643090"
}
],
"firstShown": "<unknown>"
}Get the details for an ad. I’m using an OCR to get the text from the ad, so it might not be 100% accurate.
curl --request GET \
--url https://api.sociavault.com/v1/scrape/google-ad-library/ad-details \
--header 'X-API-Key: <api-key>'{
"success": true,
"advertiserId": "AR01614014350098432001",
"creativeId": "CR07443539616616939521",
"lastShown": "2025-06-18T18:09:00.000Z",
"format": "text",
"overallImpressions": {
"min": "<unknown>",
"max": "<unknown>"
},
"creativeRegions": [
{
"regionCode": "US",
"regionName": "United States"
}
],
"regionStats": [
{
"regionCode": "US",
"regionName": "United States",
"lastShown": "2025-06-18T05:00:00.000Z",
"impressions": {},
"platformImpressions": [
"<unknown>"
],
"firstShown": "<unknown>"
}
],
"variations": [
{
"destinationUrl": "shop.lululemon.com/gifts-for-all",
"headline": "lululemonⓇ Official Site - Best Birthday Gifts",
"description": "Find The Perfect Gifts At lululemon . We Have You Covered . Shop Online For Your Gifts . Birthday Gifts For Everyone ...",
"allText": "Sponsored Ω lululemon shop.lululemon.com/gifts-for-all lululemonⓇ Official Site - Best Birthday Gifts Find The Perfect Gifts At lululemon . We Have You Covered . Shop Online For Your Gifts . Birthday Gifts For Everyone ...",
"imageUrl": "https://tpc.googlesyndication.com/archive/simgad/2201045439314643090"
}
],
"firstShown": "<unknown>"
}The url of the ad
"https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR10449491775734153217"
Successful response
true
"AR01614014350098432001"
"CR07443539616616939521"
"2025-06-18T18:09:00.000Z"
"text"
Show child attributes
Show child attributes
"shop.lululemon.com/gifts-for-all"
"lululemonⓇ Official Site - Best Birthday Gifts"
"Find The Perfect Gifts At lululemon . We Have You Covered . Shop Online For Your Gifts . Birthday Gifts For Everyone ..."
"Sponsored Ω lululemon shop.lululemon.com/gifts-for-all lululemonⓇ Official Site - Best Birthday Gifts Find The Perfect Gifts At lululemon . We Have You Covered . Shop Online For Your Gifts . Birthday Gifts For Everyone ..."
"https://tpc.googlesyndication.com/archive/simgad/2201045439314643090"