Product Scraper saves any product from any online store to your file space with one call. Paste a product URL and get back a structured record with the product name, price, images, variants, and full details — ready to use in catalogues, comparisons, or your own workflows.
It works across Shopify stores, WooCommerce sites, and general e-commerce pages. Shopify products are detected automatically for clean extraction. Everything else is handled by AI-powered scraping that reads the page and pulls what matters. Checked 2026-08-26 against this manifest.
What you can do
- scrape_product — extract full product details from any single product page URL and save them to your file space, including images and a spec sheet
Who it's for
Retailers building product catalogues, marketers researching competitor offers, developers automating product data pipelines, and anyone who wants to save and reference product information without copying it by hand.
How to use it
- Call scrape_product with the direct URL of the product page you want to save
- Optionally pass include_images as false if you only need the structured data without downloading images
- The response includes a product_page link — always show this to the user so they can view and share the saved product
Getting started
Try scrape_product with "https://example-store.com/products/classic-sneaker" without images, then compare the source. Representative manifest-schema shape: name, source_url, product_page [redacted]. Extraction is not guaranteed; timing varies.