Scrappy is a lightweight web scraper built using Flutter Web and Node.js/Dart. It offers a clean, user-friendly interface to fetch and display structured web data in real time.
- 🌐 Scrapes live data from websites
- 🧠 Built with Dart & Node.js backend
- 🖥️ Flutter Web frontend with responsive UI
- 🔎 Customizable selectors for scraping
- 📤 Displays and exports scraped results
- 📦 Optimized for GitHub Pages deployment
- Frontend: Flutter Web
- Backend (optional): Node.js / Dart
- Deployment: GitHub Pages
- Languages: Dart, JavaScript, HTML
- Flutter SDK
- Node.js
- Dart
git clone https://github.com/yogitaagrawal/scrappy.git
cd scrappy
flutter pub get
flutter build web