How to
https://www.youtube.com/watch?v=iUtiHjBhYL8
- Cheerio: parse du HTML (no AJAX -> no click, fast)
- Puppeteer: simulation natigateur (AJAX and click with xtra navigator -> loosing in perf vs parsing)
- Fetch: recupération des API front public non documenté (efficient way vs all (really efficient if API pagination is supported -> no need to click))
Backlinks