Scrape a webpage for certain information
This script will take an html file and allow you to scrape it for specified value(s).
- HTML file. An example call "campinglist.html" is provided.
- An output txt file. This is where the captured values will be written. An example "parkscan.txt" is provided
- Go to the website you want to scrape
- Right-click, inspect, copy and save HTML
- Update script so it points to the saved html and the output file
- Update the script so it is filtering/finding the relevant values