Get a single Google Ad Transparency creative by public Ad Transparency URL.
Endpoint
/v1/google/ad-library/ads
Query
Public Google Ad Transparency URL for the creative.
const response = await fetch( "https://api.socialfetch.dev/v1/google/ad-library/ads?url=https://www.example.com/social/content/example123", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);