Google Ads
API
Authenticate with an API key, run live requests, and track credits — same account as Discover.
Quickstart — curl
curl -X POST https://api.adscrape.in/api/v1/google/suggestions \
-H "X-API-Key: sk_live_..." \
-H "Content-Type: application/json" \
-d '{"query": "shopify", "max_results": 5}'Test environment
Try the Google API
Pick an endpoint, tweak the JSON body, hit Send. Preview mode returns sample payloads — real responses follow the same schema once Google routes go live.
Endpoints
Request bodypreview mode
POST https://api.adscrape.in/api/v1/google/suggestionsResponseclick Send to preview
// response appears here
Preview mode returns canned sample payloads so you can inspect the shape of every endpoint before Google routes go live. Real responses arrive over the same schema — your code won't change.
Free API trial · 10 credits
Try Google APIs now
Sign up free — no card. You get 10 credits to hit live endpoints in our playground. Create an API key, run search or suggestions, and see real JSON plus credits used (5 results per test).
- 1. Sign up → 10 free credits instantly
- 2. Create an API key in the playground
- 3. Run a live request — watch credits & response
Already have an account? Log in