Amazon Product Data

Google Product Search API

Search Amazon to retrieve product listings with pricing, ratings, and availability in JSON format. Get comprehensive product data for e-commerce applications.

Free tier available
Blazing fast
Avoid CAPTCHAs
curl -X GET "https://api.serply.io/v1/product/search/q=iphone+14" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY"
Example Response
{
  "products": [
    {
      "link": "https://www.amazon.com/Apple-iPhone-14-128GB-Midnight/dp/B0BDHB9Y8H",
      "asin": "B0BDHB9Y8H",
      "title": "Apple iPhone 14, 128GB, Midnight - Unlocked (Renewed)",
      "price": 599.99,
      "real_position": 1,
      "img_url": "https://m.media-amazon.com/images/I/61bK6PMOC3L._AC_UY218_.jpg",
      "rating_stars": "4.5 out of 5 stars",
      "review_count": 1250,
      "extras": [
        "Get it as soon as Fri, Nov 18",
        "FREE Shipping",
        "Only 10 left in stock - order soon."
      ],
      "bestseller": false,
      "prime": true,
      "is_sponsor": false
    },
    {
      "link": "https://www.amazon.com/Apple-iPhone-14-Pro-128GB/dp/B0BDJ7JZ8H",
      "asin": "B0BDJ7JZ8H",
      "title": "Apple iPhone 14 Pro, 256GB, Deep Purple - Unlocked",
      "price": 999.99,
      "real_position": 2,
      "img_url": "https://m.media-amazon.com/images/I/61luKQJbYWL._AC_UY218_.jpg",
      "rating_stars": "4.7 out of 5 stars",
      "review_count": 3420,
      "extras": [
        "Get it as soon as Tomorrow",
        "FREE Shipping with Prime",
        "In Stock"
      ],
      "bestseller": true,
      "prime": true,
      "is_sponsor": false
    },
    {
      "link": "https://www.amazon.com/Apple-iPhone-13-Pro-256GB-Sierra/dp/B09LPN7C8Z",
      "asin": "B09LPN7C8Z",
      "title": "Apple iPhone 13 Pro, 256GB, Sierra Blue - Unlocked (Renewed)",
      "price": 914.97,
      "real_position": 3,
      "img_url": "https://m.media-amazon.com/images/I/51UuPZLMaCL._AC_UY218_.jpg",
      "rating_stars": "4.3 out of 5 stars",
      "review_count": 308,
      "extras": [
        "Get it as soon as Fri, Nov 18",
        "FREE Shipping",
        "Only 10 left in stock - order soon."
      ],
      "bestseller": false,
      "prime": false,
      "is_sponsor": false
    }
  ],
  "ads": [],
  "ts": 2.0670101642608643,
  "device_type": null
}

Amazon Product Search

Search Amazon product listings through Google's product search interface. Get comprehensive product data including titles, ASINs, prices, images, ratings, reviews, and availability information in structured JSON format.

Pricing and Ratings Data

Access detailed pricing information and customer ratings for each product. Get star ratings, review counts, and price data to build price comparison tools, product research applications, and e-commerce aggregators.

Product Availability Information

Get real-time availability data including stock status, shipping information, Prime eligibility, and bestseller indicators. The extras array provides detailed shipping and availability information for each product.

Structured Product Data

Clean, structured JSON responses with consistent product data format. Each product includes ASIN, title, price, images, ratings, reviews, and metadata in a standardized structure, making it easy to build product comparison tools and e-commerce applications.

Frequently Asked Questions

What is a Google Product Search API?

A Google Product Search API provides programmatic access to Amazon product listings through Google's product search, allowing developers to retrieve product data including titles, prices, ratings, reviews, availability, and images in structured JSON format. Serply's Google Product Search API returns comprehensive product information from Amazon search results.

How do I get a Google Product Search API key?

Sign up for a free Serply account at serply.io to get your API key. Once registered, you'll find your API key in your dashboard. The free tier includes generous monthly credits to get started with Google Product Search API.

What product information does the API return?

The API returns comprehensive product data including product titles, ASINs, prices, images, star ratings, review counts, availability information, Prime eligibility, bestseller status, and shipping details. Each product includes structured metadata perfect for building e-commerce applications.

Does the API search Amazon products?

Yes, the Google Product Search API searches Amazon product listings through Google's product search interface. You can search for any product available on Amazon and retrieve structured product data including pricing, ratings, and availability information.

Can I filter products by price or ratings?

You can use search query parameters to filter products. The API returns price and rating information for each product, allowing you to filter and sort results programmatically. Each product includes price as a number, rating stars as a string, and review count for easy filtering.

What programming languages work with the API?

The Serply Google Product Search API is a REST API that works with any programming language that can make HTTP requests. Popular choices include Python, JavaScript, Ruby, PHP, Go, and Java. We provide code examples for cURL, Python, JavaScript, and Ruby.

Start Building with Google Product Search API Today

Join thousands of developers using Serply to build price comparison tools, product research applications, and e-commerce aggregators.