- Change waitUntil from 'domcontentloaded' to 'networkidle2' for SPAs - Add waitForSelector to wait for product elements before parsing - WordPress plugin: update API endpoints to use hardcoded URL The scraper was returning 0 products because it wasn't waiting for React to render the product list. Now it properly waits for either the product list items or an empty state indicator. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>