Ecommerce
Scrape e-commerce product cards
Extract product names, prices, descriptions, ratings, and detail links from a demo e-commerce catalog.
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
- Defaults to the laptops category, but accepts any category URL and result limit.
- Uses a Notte browser session with deterministic DOM extraction and pagination.
- Uses inline uv script metadata, so no template-specific pyproject.toml is required.
- Requested category URL, browser category URL, category title, and total item count text.
Product inputs
- NOTTE_API_KEY: required by the Python SDK.
- WEBSCRAPER_CATEGORY_URL: default category URL when --category-url is omitted.
- WEBSCRAPER_RESULT_LIMIT: default maximum number of product cards to return.