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/E-commerce

Amazon Products API

Amazon search, product details, reviews, offers, sellers, and best sellers.

  • 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 Amazon Products API reads, and the response it returns for the same query.

q

wireless mouse

prime

true

page

1

Try it live

https://www.amazon.com/s?k=wireless+mouse

Search source page
{
  "engine": "amazon",
  "family": "ecommerce",
  "query": {
    "q": "wireless mouse",
    "page": 1,
    "category_id": null,
    "sort_by": "relevance",
    "min_price": null,
    "max_price": null,
    "brand": null,
    "prime": true,
    "condition": null,
    "min_rating": null,
    "deals": null,
    "country": "us",
    "zip_code": null
  },
  "count": 2,
  "results": [
    {
      "position": 1,
      "asin": "B004YAVF8I",
      "title": "Logitech M185 Compact Ambidextrous 2.4 GHz Wireless Mouse - Swift Grey",
      "url": "https://www.amazon.com/dp/B004YAVF8I",
      "price_text": "$13.99",
      "price": 13.99,
      "currency": "USD",
      "original_price_text": "$17.99",
      "original_price": 17.99,
      "rating": 4.4,
      "ratings_count": 45089,
      "badge": "Overall Pick",
      "sales_volume": "10K+ bought in past month",
      "image_url": "https://m.media-amazon.com/images/I/51WN5aXZWIL._AC_UY218_.jpg",
      "sponsored": false,
      "is_prime": true,
      "delivery": "FREE delivery Tomorrow, Sep 26",
      "coupon": null,
      "other_offers": {
        "min_price_text": "$6.58",
        "min_price": 6.58,
        "count": 8
      }
    },
    {
      "position": 2,
      "asin": "B015NBTAOW",
      "title": "TECKNET Wireless Mouse, 2.4G Ergonomic Computer Mouse, 2600 DPI, Purple",
      "url": "https://www.amazon.com/dp/B015NBTAOW",
      "price_text": "$9.99",
      "price": 9.99,
      "currency": "USD",
      "original_price_text": null,
      "original_price": null,
      "rating": 4.5,
      "ratings_count": 79373,
      "badge": null,
      "sales_volume": "10K+ bought in past month",
      "image_url": "https://m.media-amazon.com/images/I/71tqvuHgIlL._AC_UY218_.jpg",
      "sponsored": false,
      "is_prime": true,
      "delivery": "FREE delivery Tomorrow, Sep 26",
      "coupon": {
        "text": "5% off coupon",
        "price_text": "$9.49",
        "price": 9.49
      },
      "other_offers": null
    }
  ],
  "next_cursor": null
}

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=amazon&q=wireless+mouse&prime=true&page=1" \
  -H "Authorization: Bearer YOUR_API_KEY"

Reference

Query and response fields

q maps to Amazon's k parameter. category_id limits results to one browse node. Price, brand, Prime, rating, condition, and deal filters map to Amazon's own search refinements. Sponsored cards are kept and flagged with sponsored: true.

GET /v1/search?engine=amazon

Authorization

header · stringrequired

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

stringrequired

Must be amazon.
q

string

Product keyword. Required unless category_id is set.
category_id

string

Numeric browse node, e.g. from GET /v1/categories or a best-seller page.
sort_by

string

relevance (default), price_low_to_high, price_high_to_low, reviews, newest, or best_sellers.
min_price

string

Lowest price, in the marketplace currency.
max_price

string

Highest price, in the marketplace currency.
brand

string

Brand name, e.g. Logitech.
prime

string

true for Prime-eligible items only. Amazon US only; other countries return 400.
min_rating

string

4 for Amazon's 4 Stars & Up filter.
condition

string

new, used, or renewed. A condition the marketplace does not offer returns 400.
deals

string

coupons, todays_deals, or all_discounts.
page

string

1-based Amazon results page. Default 1, max 10.
country

string

Marketplace: us (default), gb, ca, au, in, de, es, nl, be, or jp. Sets the Amazon domain, currency, and request location.
zip_code

string

Delivery postal code in that country, e.g. 10001. Prices, stock, delivery dates, and the buy-box seller follow it.

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

3,700

Requests / month

Overage
$0.0134 per extra request
Rate limit
5/sec
Stops at
18,500 requests
Subscribe

Most popular

Ultra

$149/mo

14,800

Requests / month

Overage
$0.0101 per extra request
Rate limit
10/sec
Stops at
44,400 requests
Subscribe

Mega

$399/mo

49,600

Requests / month

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

Pay as you go

No monthly fee

$0.0201

Per request

Overage
None
Rate limit
5/sec
Stops at
18,500 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 Amazon Products API return?+

Every endpoint reads one live Amazon page per request, on any of 10 marketplaces. country picks the marketplace; zip_code sets the delivery location, so prices, stock, and delivery dates match a shopper there. Search keeps sponsored cards and flags them; lookup and seller products drop them.

Which endpoints does a subscription include?+

All of them: Search, Product details, Product reviews, Product offers, GTIN lookup, Seller profile, Seller products, Best sellers, Categories. They share this API's monthly quota.

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.

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