All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
57endpointsRate Limit · recaptcha handled for you
Google Data API
Extract web search, news, patents, scholar, trends and more from Google as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/google/{action}Key Features
Structured JSON
Clean, normalized records for web search, news, patents, scholar, trends and more. No HTML parsing on your side.
57 endpoints
Across 17 categories, all under one base path.
Anti-bot handled
Rate Limit, recaptcha cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
gldefault ushldefault endomainregiondefault anywherelangmarketdefault indexes· indexes, gainers, losers, most-active, climate-leaders, cryptocurrenciescountrygeodefault USPagination
Page through results with page, start.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/google/web_search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"query": "best coffee makers",
"gl": "us",
"hl": "en",
"google_domain": "google.com",
"location": "Richmond, VA",
"num": 10,
"device": "desktop",
"page": 1,
"output": "json"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/google/adsComing soonAds | Ads | 1 credit / run |
/v1/data/google/ads/transparencyAds Transparency | Ads | 1 credit / run |
/v1/data/google/ai-mode/searchAI Mode | Web | 1 credit / run |
/v1/data/google/autocompleteAutocomplete | Web | 1 credit / run |
/v1/data/google/images/searchComing soonImage Search | Web | 1 credit / run |
/v1/data/google/lens/searchComing soonLens Search | Web | 1 credit / run |
/v1/data/google/searchComing soonWeb Search | Web | 1 credit / run |
/v1/data/google/videos/searchComing soonVideo Search | Web | 1 credit / run |
/v1/data/google/books/volumeComing soonBook Detail | Books | 1 credit / run |
/v1/data/google/books/searchComing soonBooks Search | Books | 1 credit / run |
/v1/data/google/eventsComing soonEvents | Search | 1 credit / run |
/v1/data/google/forumsComing soonForums | Search | 1 credit / run |
/v1/data/google/related_questionsComing soonRelated Questions | Search | 1 credit / run |
/v1/data/google/reverse_imageComing soonReverse Image Search | Search | 1 credit / run |
/v1/data/google/sportsComing soonSports | Search | 1 credit / run |
/v1/data/google/finance/quoteFinance Quote | Finance | 1 credit / run |
/v1/data/google/finance/marketsFinance Markets | Finance | 1 credit / run |
/v1/data/google/flightsFlights | Travel | 1 credit / run |
/v1/data/google/flights/dealsFlights Deals | Travel | 1 credit / run |
/v1/data/google/hotels/photosHotels Photos | Travel | 1 credit / run |
/v1/data/google/hotels/reviewsHotels Reviews | Travel | 1 credit / run |
/v1/data/google/travel/exploreComing soonTravel Explore | Travel | 1 credit / run |
/v1/data/google/hotels/detailsComing soonHotel Details | Hotels | 1 credit / run |
/v1/data/google/hotels/searchHotels Search | Hotels | 1 credit / run |
/v1/data/google/immersive_productImmersive Product | Shopping | 1 credit / run |
/v1/data/google/shopping/product/clickMerchant URL | Shopping | 1 credit / run |
/v1/data/google/shopping/offersBarcode Offers | Shopping | 1 credit / run |
/v1/data/google/shopping/productShopping Product | Shopping | 1 credit / run |
/v1/data/google/shopping/searchShopping Search | Shopping | 1 credit / run |
/v1/data/google/jobs/searchComing soonJobs Search | Jobs | 1 credit / run |
/v1/data/google/localComing soonLocal Results | Local | 1 credit / run |
/v1/data/google/local_servicesComing soonLocal Services | Local | 1 credit / run |
/v1/data/google/maps/autocompleteMaps Autocomplete | Maps | 1 credit / run |
/v1/data/google/maps/contributor_reviewsContributor Reviews | Maps | 1 credit / run |
/v1/data/google/maps/directionsMaps Directions | Maps | 1 credit / run |
/v1/data/google/maps/photosPlace Photos | Maps | 1 credit / run |
/v1/data/google/maps/placePlace Details | Maps | 1 credit / run |
/v1/data/google/maps/postsComing soonBusiness Posts | Maps | 1 credit / run |
/v1/data/google/maps/reviewsPlace Reviews | Maps | 1 credit / run |
/v1/data/google/maps/searchMaps Search | Maps | 1 credit / run |
/v1/data/google/news/searchComing soonNews | News | 1 credit / run |
/v1/data/google/news/topicsNews Topics | News | 1 credit / run |
/v1/data/google/news/trendingNews Trending | News | 1 credit / run |
/v1/data/google/patents/detailPatent Detail | Patents | 1 credit / run |
/v1/data/google/patents/searchPatents Search | Patents | 1 credit / run |
/v1/data/google/play/appPlay App Detail | Play Store | 1 credit / run |
/v1/data/google/play/booksPlay Books Search | Play Store | 1 credit / run |
/v1/data/google/play/gamesPlay Games | Play Store | 1 credit / run |
/v1/data/google/play/moviesPlay Movies Search | Play Store | 1 credit / run |
/v1/data/google/play/searchPlay App Search | Play Store | 1 credit / run |
/v1/data/google/scholar/searchScholar Search | Scholar | 1 credit / run |
/v1/data/google/scholar/authorScholar Author | Scholar | 1 credit / run |
/v1/data/google/scholar/case-lawScholar Case Law | Scholar | 1 credit / run |
/v1/data/google/short_videosComing soonShort Videos | Media | 1 credit / run |
/v1/data/google/trends/trending_nowTrending Now | Trends | 1 credit / run |
/v1/data/google/trends/searchComing soonTrends | Trends | 1 credit / run |
/v1/data/google/trends/autocompleteTrends Autocomplete | Trends | 1 credit / run |