---
title: "Apify Amazon Scraper"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/apify/scraping/apifyamazonscraper
markdown: https://docs.nodetool.ai/nodes/apify/scraping/apifyamazonscraper.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/apify/scraping/apifyamazonscraper.md
---

# Apify Amazon Scraper

**Type:** `apify.scraping.ApifyAmazonScraper`

**Namespace:** `apify.scraping`

## Description

Scrape Amazon product data including prices, ratings, seller information, and customer reviews.
    apify, amazon, ecommerce, products, scraping, prices, reviews

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| search_queries | `list[str]` | List of search queries to execute on Amazon | null |
| product_urls | `list[str]` | List of Amazon product URLs to scrape | null |
| country_code | `str` | Amazon country code (US, UK, DE, FR, ES, IT, etc.) | `US` |
| max_items | `int` | Maximum number of products to scrape per search | `20` |
| scrape_reviews | `bool` | Whether to scrape product reviews | `false` |
| wait_for_finish | `int` | Maximum time to wait for scraping to complete (seconds) | `600` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[dict[str, any]]` |  |

## Related Nodes

Browse other nodes in the [apify.scraping](./) namespace.
