Ecommerce
Scrape Amazon products
Extract Amazon search result data including prices, delivery details, discounts, and product context as structured JSON.
Run this template
Clone just this template, configure Notte, and start the run.
Before running
- Have
NOTTE_API_KEYready. Generate an API key.
Need help? Join the Notte Slack.
Price collection path
- Uses direct search URL navigation instead of prompt-driven typing.
- Uses Notte scrape() with a Pydantic schema for price, list-price, deal, delivery, and purchase-context fields.
- Enables proxy routing for the session.
- Uses inline uv script metadata, so no template-specific pyproject.toml is required.
Commerce variants
- Deal and coupon monitoring.
- Assortment checks for product families.
- Delivery-promise tracking for recurring purchases.
Marketplace notes
- Missing credentials: verify .env contains NOTTE_API_KEY.
- Amazon may show bot checks or vary layout by region.
- Sponsored results and ads can appear before organic results; adjust scrape instructions if your category is noisy.