Skip to content
All sites
Data API

Google Data API

Search, news, patents and trends data from Google.

57endpointsRate Limit · recaptcha handled for you
google.comGET/google/adsGET/google/ads/tr…GET/google/ai-mod…{ } JSON

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 us
hldefault en
domain
regiondefault anywhere
lang
marketdefault indexes· indexes, gainers, losers, most-active, climate-leaders, cryptocurrencies
country
geodefault US

Pagination

Page through results with page, start.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/google/adsComing soonAdsAds1 credit / run
/v1/data/google/ads/transparencyAds TransparencyAds1 credit / run
/v1/data/google/ai-mode/searchAI ModeWeb1 credit / run
/v1/data/google/autocompleteAutocompleteWeb1 credit / run
/v1/data/google/images/searchComing soonImage SearchWeb1 credit / run
/v1/data/google/lens/searchComing soonLens SearchWeb1 credit / run
/v1/data/google/searchComing soonWeb SearchWeb1 credit / run
/v1/data/google/videos/searchComing soonVideo SearchWeb1 credit / run
/v1/data/google/books/volumeComing soonBook DetailBooks1 credit / run
/v1/data/google/books/searchComing soonBooks SearchBooks1 credit / run
/v1/data/google/eventsComing soonEventsSearch1 credit / run
/v1/data/google/forumsComing soonForumsSearch1 credit / run
/v1/data/google/related_questionsComing soonRelated QuestionsSearch1 credit / run
/v1/data/google/reverse_imageComing soonReverse Image SearchSearch1 credit / run
/v1/data/google/sportsComing soonSportsSearch1 credit / run
/v1/data/google/finance/quoteFinance QuoteFinance1 credit / run
/v1/data/google/finance/marketsFinance MarketsFinance1 credit / run
/v1/data/google/flightsFlightsTravel1 credit / run
/v1/data/google/flights/dealsFlights DealsTravel1 credit / run
/v1/data/google/hotels/photosHotels PhotosTravel1 credit / run
/v1/data/google/hotels/reviewsHotels ReviewsTravel1 credit / run
/v1/data/google/travel/exploreComing soonTravel ExploreTravel1 credit / run
/v1/data/google/hotels/detailsComing soonHotel DetailsHotels1 credit / run
/v1/data/google/hotels/searchHotels SearchHotels1 credit / run
/v1/data/google/immersive_productImmersive ProductShopping1 credit / run
/v1/data/google/shopping/product/clickMerchant URLShopping1 credit / run
/v1/data/google/shopping/offersBarcode OffersShopping1 credit / run
/v1/data/google/shopping/productShopping ProductShopping1 credit / run
/v1/data/google/shopping/searchShopping SearchShopping1 credit / run
/v1/data/google/jobs/searchComing soonJobs SearchJobs1 credit / run
/v1/data/google/localComing soonLocal ResultsLocal1 credit / run
/v1/data/google/local_servicesComing soonLocal ServicesLocal1 credit / run
/v1/data/google/maps/autocompleteMaps AutocompleteMaps1 credit / run
/v1/data/google/maps/contributor_reviewsContributor ReviewsMaps1 credit / run
/v1/data/google/maps/directionsMaps DirectionsMaps1 credit / run
/v1/data/google/maps/photosPlace PhotosMaps1 credit / run
/v1/data/google/maps/placePlace DetailsMaps1 credit / run
/v1/data/google/maps/postsComing soonBusiness PostsMaps1 credit / run
/v1/data/google/maps/reviewsPlace ReviewsMaps1 credit / run
/v1/data/google/maps/searchMaps SearchMaps1 credit / run
/v1/data/google/news/searchComing soonNewsNews1 credit / run
/v1/data/google/news/topicsNews TopicsNews1 credit / run
/v1/data/google/news/trendingNews TrendingNews1 credit / run
/v1/data/google/patents/detailPatent DetailPatents1 credit / run
/v1/data/google/patents/searchPatents SearchPatents1 credit / run
/v1/data/google/play/appPlay App DetailPlay Store1 credit / run
/v1/data/google/play/booksPlay Books SearchPlay Store1 credit / run
/v1/data/google/play/gamesPlay GamesPlay Store1 credit / run
/v1/data/google/play/moviesPlay Movies SearchPlay Store1 credit / run
/v1/data/google/play/searchPlay App SearchPlay Store1 credit / run
/v1/data/google/scholar/searchScholar SearchScholar1 credit / run
/v1/data/google/scholar/authorScholar AuthorScholar1 credit / run
/v1/data/google/scholar/case-lawScholar Case LawScholar1 credit / run
/v1/data/google/short_videosComing soonShort VideosMedia1 credit / run
/v1/data/google/trends/trending_nowTrending NowTrends1 credit / run
/v1/data/google/trends/searchComing soonTrendsTrends1 credit / run
/v1/data/google/trends/autocompleteTrends AutocompleteTrends1 credit / run