cURL
curl --request GET \ --url https://api.sociavault.com/v1/scrape/google-ad-library/search-advertisers \ --header 'X-API-Key: <api-key>'
{ "success": true, "credits_remaining": 9994695, "advertisers": [ { "name": "Nike, Inc.", "advertiser_id": "AR16735076323512287233", "region": "US" } ], "websites": [ { "domain": "nike.com" } ] }
Search the Google Ad Transparency Library for advertisers to get their advertiser id
API key for authentication. Format: sk_live_xxxxxxxxxxxxx
sk_live_xxxxxxxxxxxxx
Get your API key from the Dashboard.
The query to search for
"nike"
Successful response
true
9994695
Show child attributes
"Nike, Inc."
"AR16735076323512287233"
"US"
"nike.com"