Skip to main content
Live scrape of public google.com/search. Returns organic hits only — ads, chrome, and /url?q= wrappers are stripped. Google’s reliable page size is 10. Each page is a billed 5-credit request. This is not Google’s official Custom Search API, and it is not a full SERP archive. Use it for retrieval, monitoring, and research over the current public listing. See the product page and SERP use case.

Endpoint

GET /v1/search?engine=google_search · 5 credits

Parameters

page=10 is Google start=90. Sending limit or cursor returns locked_parameter.

Response

position is 1-based across pages (page 2 starts at 11). next_cursor is always null — pass page=2 for the next 10 hits.

What this API does not do

  • It does not return ads, People Also Ask, or knowledge panels.
  • It does not accept an arbitrary URL to crawl.
  • It does not paginate with limit / cursor.
Auth, credits, and error codes: Authentication.