A Puppeteer-based web scraper that extracts structured hero data from Mobile Legends: Bang Bang sources.
This script collects for every single hero strategic hero matchup data including:
- Counter hero
- Countered by hero
- Hero Synergies
- Hero Anti-Synergies
The data are saved in a json file and they are ready for use in other tools, such as mlbb draft assistants or analysis.
- Node.js
- Puppeteer
- JavaScript
- Clone this repository
- Install dependencies:
npm install
- Run the scraper:
node scraper.js
```markdown
## Future Improvements
- Add CSV export