Retrieving digital assets...
Scrape product listings from Amazon.in based on search term with detailed product information
99%
30s
500+
Apify actor to scrape comprehensive product information from Amazon.in with support for multiple scraping modes and parallel tab processing.
| Field | Type | Description |
|---|---|---|
| mode | string | Scraping mode: search, productUrl, searchUrl, categoryUrl |
| searchQuery | string | Product search term (required for search mode) |
| productUrls | array | Array of Amazon product URLs (required for productUrl mode) |
| searchUrl | string | Full Amazon search URL with filters (required for searchUrl mode) |
| categoryUrl | string | Amazon category/bestsellers page URL (required for categoryUrl mode) |
| maxItems | integer | Maximum products to scrape (default: 50) |
| deepProductScraping | boolean | Enable detailed product scraping with full specs (default: true) |
| productReviews | boolean | Extract customer reviews for each product (default: false) |
| headless | boolean | Run in headless mode (default: true) |
| proxyConfiguration | object | Proxy settings for anti-bot protection |
| Event | Event Name | Price |
|---|---|---|
| Result (Basic) | apify-default-dataset-item | $0.005 |
| Product Full Details | product-details | $0.005 |
| Product Review | product-review | $0.001 |
{
"mode": "search",
"searchQuery": "wireless earbuds",
"maxItems": 50,
"deepProductScraping": true,
"productReviews": false
}
{
"mode": "productUrl",
"productUrls": [
"https://www.amazon.in/dp/B0D3DH8TSC",
"https://www.amazon.in/dp/B09BFV96TS"
],
"deepProductScraping": true,
"productReviews": true
}
{
"mode": "searchUrl",
"searchUrl": "https://www.amazon.in/s?k=bluetooth+headphones&rh=p_36%3A50000-150000",
"maxItems": 25,
"deepProductScraping": true
}
{
"mode": "categoryUrl",
"categoryUrl": "https://www.amazon.in/gp/bestsellers/electronics/1389401031",
"maxItems": 30,
"deepProductScraping": true
}
{
"title": "Apple iPhone 15 (128 GB) - Black",
"url": "https://www.amazon.in/Apple-iPhone-15-128-GB/dp/B0CHX1W1XY",
"asin": "B0CHX1W1XY",
"price": {
"value": 38999,
"currency": "₹"
},
"listPrice": {
"value": 79900,
"currency": "₹"
},
"inStock": true,
"inStockText": "In stock",
"brand": "Apple",
"stars": 4.5,
"reviewsCount": 10307,
"breadCrumbs": "Electronics > Mobiles & Accessories > Smartphones",
"thumbnailImage": "https://m.media-amazon.com/images/I/71657TiFeHL._SX679_.jpg",
"highResolutionImages": [
"https://m.media-amazon.com/images/I/71657TiFeHL._SL1500_.jpg"
],
"features": [
"DYNAMIC ISLAND COMES TO IPHONE 15 — Dynamic Island bubbles up alerts...",
"INNOVATIVE DESIGN — iPhone 15 features a durable color-infused glass...",
"48MP MAIN CAMERA WITH 2X TELEPHOTO — The 48MP Main camera shoots..."
],
"attributes": [
{ "key": "OS", "value": "iOS" },
{ "key": "RAM", "value": "6 GB" },
{ "key": "Resolution", "value": "2556x1179" }
],
"reviews": [
{
"reviewerName": "John Doe",
"rating": 5,
"title": "Amazing phone!",
"body": "Best iPhone I've ever owned...",
"date": "Reviewed in India on 15 January 2025",
"verifiedPurchase": true,
"helpfulVotes": 42
}
]
}
Amazon has strong anti-bot measures. Residential proxies from India are recommended for best results.
Need a custom scraper or dedicated server setup? We offer:
📧 Email: lakshmanan.w3dev@gmail.com
📱 WhatsApp: +91 6382775774
Explore more automation tools and scrapers to supercharge your data acquisition workflow.