Clair API
SERP & Search API→Results from Google Search, News, and Maps.News & Media API→Live publisher pages, fetched when you call.Jobs & Hiring API→Live job listings from Glassdoor, Indeed, and Greenhouse.E-commerce API→Live listings from public marketplaces.Company Data & Reviews API→Public company profiles, reviews, ratings, and product launches.Contact & Lead Data API→Emails, phones, and social URLs from public sites.
Browse the full catalog →Missing a data surface? Ask for one →

Explore resources

Use casesWays to build with Clair data.ComparisonsClair against other APIs, sourced.GlossaryWeb data terms, with real fields.

Use cases

View all →
Amazon price monitoring→Prices, Buy Box sellers, and stock per ASIN.Google rank tracking→Daily positions for your keywords, with SERP features.Lead enrichment from company websites→Emails, phones, and socials a domain publishes.Trustpilot review monitoring→New reviews, TrustScore, and replies per company.Product Hunt launch tracking→Daily launches, makers, and websites by topic.
PricingDocs
Dashboard
APIs/SERP & Search

Google Search API

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

  • Free tier, 200 requests a month
  • No credit card
  • Structured JSON
  • Live pages, fetched per call
Start freeView documentation
  • Data samples
  • Code
  • Reference
  • Pricing
  • FAQ
Start free

Data samples

From the page to JSON

The page the Google Search API reads, and the response it returns for the same query.

q

albert einstein

country

us

page

1

Try it live

https://www.google.com/search?q=albert+einstein&hl=en&gl=us

Search source page
{
  "engine": "google_search",
  "family": "search",
  "query": {
    "q": "albert einstein",
    "language": "en",
    "country": "us",
    "page": 1
  },
  "count": 1,
  "results": [
    {
      "position": 1,
      "title": "Albert Einstein",
      "url": "https://en.wikipedia.org/wiki/Albert_Einstein",
      "source": "Wikipedia",
      "displayed_url": "https://en.wikipedia.org › wiki › Albert_Einstein",
      "date": null,
      "snippet": "Albert Einstein (14 March 1879 – 18 April 1955) was a German-born theoretical physicist ...",
      "sitelinks": []
    }
  ],
  "next_cursor": null,
  "knowledge_graph": {
    "title": "Albert Einstein",
    "type": "Theoretical physicist",
    "description": "Albert Einstein was a German-born theoretical physicist best known for developing the theory of relativity.",
    "description_source": {
      "title": "Wikipedia",
      "url": "https://en.wikipedia.org/wiki/Albert_Einstein"
    },
    "facts": {
      "Born": "March 14, 1879, Ulm, Germany",
      "Height": "5′ 9″"
    }
  },
  "people_also_ask": [
    "What is Einstein famous for?",
    "Did Einstein believe in God?"
  ],
  "related_searches": [
    "Albert Einstein quotes",
    "Albert Einstein inventions"
  ],
  "local_results": [],
  "videos": [
    {
      "position": 1,
      "title": "Who Was Albert Einstein? Facts for Kids",
      "url": "https://www.youtube.com/watch?v=nEaFtXEYJn0",
      "platform": "YouTube",
      "channel": "Hey! Guess What",
      "date": "Oct 17, 2022",
      "duration": "8:47"
    }
  ]
}

Source page captured separately from the recorded response, so live values can differ.

Code

Integrate in minutes

One host, one Bearer key for every Clair API. Each call returns JSON with the same envelope, so a second API is a new path, not a new client.

Get an API keyRead the docs
curl -G "https://api.clair.im/v1/search?engine=google_search&q=albert+einstein&country=us&page=1" \
  -H "Authorization: Bearer YOUR_API_KEY"

Reference

Query and response fields

One Google results page per request. Organic hits come with real destination URLs, source, date, and sitelinks. Page size is 10 organic results. Pass page for the next 10 hits (page 10 is start=90). Omit limit and cursor.

GET /v1/search?engine=google_search

Authorization

header · stringrequired

Bearer <api_key>. Create keys under API keys.
engine

stringrequired

Must be google_search.
q

stringrequired

Search query. Supports operators such as site:.
language

string

ISO 639-1 interface language. Default en.
country

string

ISO 3166-1 alpha-2 country the search is made from. Default us.
page

integer

1-based SERP page. Default 1, max 10. Do not send limit or cursor.

Pricing

Simple plans, free to start

This API is its own subscription with its own quota. Unused requests expire at renewal. Need a custom volume? Email contact@serinlabs.com.

Free

$0/mo

200

Requests / month

Overage
Hard limit
Rate limit
10/min
Card
Not needed
Start for free

Pro

$49.99/mo

14,200

Requests / month

Overage
$0.0035 per extra request
Rate limit
5/sec
Stops at
71,000 requests
Subscribe

Most popular

Ultra

$149/mo

56,700

Requests / month

Overage
$0.0027 per extra request
Rate limit
10/sec
Stops at
170,100 requests
Subscribe

Mega

$399/mo

190,000

Requests / month

Overage
$0.0021 per extra request
Rate limit
20/sec
Stops at
475,000 requests
Subscribe

Pay as you go

No monthly fee

$0.0053

Per request

Overage
None
Rate limit
5/sec
Stops at
71,000 requests
Subscribe

Prices in USD, billed monthly by Stripe. Cancel any time from Manage billing.

FAQ

Common questions

Anything else? Email contact@serinlabs.com.

What does the Google Search API return?+

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 one billed request.

How is a request counted?+

Each call is one request, and each extra page is a new call. A malformed request (400) is not counted, and a request that fails on our side (5xx) is refunded.

Is there a free tier?+

Yes. Every Clair API has its own free tier: 200 requests a month, with no card. It resets monthly, and the API stops when the month's requests run out.

What happens when I use up my plan's requests?+

On a paid tier, extra calls are billed at the tier's overage rate until its ceiling, then the API returns 429 until the next period. The free tier returns 429 as soon as its requests are used.

Does this subscription cover other Clair APIs?+

No. Each API is its own subscription, and one key works with all of them. A call to an API the account does not subscribe to returns 403 not_subscribed.

Related

Related APIs

APIs teams often combine with the Google Search API.

Google Maps API

Local businesses from Google Maps: phone, website, coordinates, ratings, and hours.

View API →

Subscribe to the API you need.

Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.

Get API Key →Compare plans
Clair API

Developer APIs for public search, editorial news, active job postings, website contacts, reviews, and product launches—with provenance, freshness, and coverage boundaries kept visible.

contact@serinlabs.com@clair_api

Products

SERP & Search APINews & Media APIJobs & Hiring APIE-commerce APICompany Data & Reviews APIContact & Lead Data API

Documentation

OverviewQuickstartGoogle Search APIGoogle News APIGlassdoor APIContacts APITrustpilot APIProduct Hunt APIPricing

Resources

Resource catalogUse casesComparisonsGlossary

Legal

TermsPrivacy
© 2026 Serin Technologies, LLC