Clair API

Sign in

Create a key to call the API

APIs

Browse catalogSERP & SearchNews & MediaJobs & HiringCompany Data & ReviewsContact & Lead Data

Learn

Documentation

Google Search API

GET /v1/search?engine=google_search|5 credits|SERP & Search|api.clair.im

Organic google.com/search results, paginated 10 at a time.

Try in playground

Live scrape of public Google Search HTML. Returns organic hits only — ads, chrome, and /url?q= wrappers are stripped. Google’s reliable page size is 10. Pass page=2, 3, … (up to 10) for the next SERP. Each page is a new 5-credit request.

v1 contract. Page size is 10 organic results. Pass page for the next 10 hits (page 10 is start=90). Omit limit and cursor.

Parameters

NameTypeRequiredDescription
enginestringYesMust be google_search.
qstringYesSearch query. Supports operators such as site:.
languagestringNoISO 639-1 interface language (hl). Default en.
countrystringNoISO 3166-1 alpha-2 results country (gl). Default us.
pageintegerNo1-based SERP page. Default 1, max 10. Do not send limit or cursor.

Returns

Search envelope. results[]: position, title, url, displayed_url, snippet. next_cursor is always null; use page.

Category

SERP & Search

Tags

googleserporganic

Data sources

Google

Resources

  • Playground
  • API keys
  • Documentation

Endpoints