Basically I'm looking for a tool that can scrape every single page on a site. The site I'm wanting to target has a lot of pages x,xxx,xxx indexed in Google is there anything out there that can do this already or is it something I would need to get made?
Any and all help appreciated 
winHTTrack should do the job, shouldnt it?
if not, wget should do the trick using --mirror
$ wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL
wget -pkmr http://ripemeoff.com
If the site is dynamic, you can often achieve a lot using a library called Nokugiri on top of Ruby. You'll still need a script coded, but that combination reduces the coding time down to about a day for a reasonably complex bit of scraping from what's otherwise potentially quite a complex job.
If the site's really heinously complicated to scrape, Selenium is your friend, but that starts to get into Deep Coding Magic pretty quickly.
scrapebox will do the job
Wondering if scraping sitemap would do the job with scrapebox?
Thanks,
The Affexpert domain expander tool is what you looking for 