Before I even attempt something, is it possible to download the full source of a page and save as a file AND also parse that page for certain data and save to a file in json format?
(I already download the source to a file just need to add the parsing to json part)
So it would be:
1: Visit page, grab source and save to file
2: Extract data from that same page and save to json
If it is possible I will have a lot more questions? lol
(I already download the source to a file just need to add the parsing to json part)
So it would be:
1: Visit page, grab source and save to file
2: Extract data from that same page and save to json
If it is possible I will have a lot more questions? lol

