Hi guys,
I am trying to scrape this site (Fine-tune your estimate | Solar Panels | Octopus Energy) such that I end up with an excel where for each # of solar panels (integer values from 2 to 20), I have the estimated cost for each battery capacity (none to 13.5kwh) and also if the EV charger is included.
For more clarity, the end data should look something like...
Apologies if this is super simple, but I have exhausted my (limited) scraping skills. The main challenges I am having are:
-
The website starts at 10 panels, and when i used pagination to change the # of panels, it only goes in one direction i.e., from 10 to 20, when i want it to go from 2 to 20 (which is the full range offered)
-
I am getting odd results when i try and push beyond just gathering # panels and price estimates i.e., when i try and incorporate the EV charger being included, or different battery capacity
Huge thanks in advance for any help, and please let me know if i can help you help me!