The Visual Scraper Recorder is a revolutionary no-code tool that watches you browse websites and automatically generates scraper configurations. No CSS selectors, no coding, no technical knowledge required.
- 🎯 Point & Click: Just browse and click like normal - we do the rest
- ⏱️ 10x Faster: Create scrapers in 2 minutes instead of 30 minutes
- 🎓 Zero Learning Curve: If you can browse, you can scrape
- 🤖 AI-Powered: Smart pattern detection and selector optimization
- ✅ Instant Preview: See your data before running the scraper
- 🔄 Iterative: Record, review, adjust, repeat
The Visual Recorder browser extension will be available for:
- Chrome/Edge
- Firefox
- Safari
For now, the backend is ready and waiting for the extension to be published.
Once the extension is available:
- Install the extension
- Click "Start Recording"
- Browse to your target website
- Click elements you want to extract
- Stop recording
- Review and deploy!
The backend is fully functional and provides these endpoints:
POST /api/v1/recorder/save- Save recordingPOST /api/v1/recorder/generate- Generate configurationPOST /api/v1/recorder/deploy- Deploy scraperGET /api/v1/recorder/recordings- List recordingsGET /api/v1/recorder/recording/<id>- Get recording detailsDELETE /api/v1/recorder/recording/<id>- Delete recording
For questions or issues:
- Email: support@scraperpro.com
- Documentation: See README.md
- GitHub Issues: Report bugs
More documentation coming soon with the browser extension release!