Scraping entire sub folder of website

applej

Newbie
Joined
Dec 5, 2018
Messages
27
Reaction score
15
I'd like to duplicate a website by scraping everything in the sub-folder of a website and maintain the look/integrity of it including all links if I run it locally on my computer.

For example, http://www.website.com/folder, I'd like to scrape all content under /folder/ and the entire tree structure... so that the scraper will go through all links and retrieve that information also.

What is the best way to do this?
 
Last edited:
Back
Top