Amazon India Scrapper
The Amazon India Product Scraper API allows you to extract real-time product data from Amazon.in without needing any official API key or affiliate access. This FastAPI-powered service enables developers to search products, fetch product listings, and retrieve detailed product data such as title, price, rating, images, description, and features. ⚡ Built for developers, this API is perfect for: 🛍️…
Amazon India Scrapper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search Product /api/search |
This endpoint allows you to search for products on Amazon India using a keyword like "laptop" or "smartphone". It returns a paginated list of matching products with detailed data… |
| GET |
Search ASIN (product_id) /api/product/{product_id} |
This endpoint returns detailed information for a specific Amazon India product using its ASIN (Amazon Standard Identification Number). Perfect for showing product previews, price… |