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
}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,
"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
}The url of the ad
"https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR10449491775734153217"
Successful response