Hey,
I've been trying to scrape a gaming site, showing recommended builds.
Here: Boulder Druid Endgame Guide - D4 Maxroll.gg
The goal is to scrape the tooltip information shown on-hover for each of the items related to the build (around the character), here an example:
I noticed at initial page load, there's a mega JSON for all information that might be needed in ANY tool-tip, found here:
https://assets-ng.maxroll.gg/d4-tools/game/data.min.json
And there's probably a JS file that construct the tool-tip HTML on-hover.
I couldn't know how or where to look as start to the code that descide what each slot information should get from the JSON file.
Any thoughts?
Thanks
