9

There is a site that I want to retrieve from Google Cache that had thousands of pages. Is there any way I can get it back quickly using Google Cache or some other web crawler/archiver?

tshepang
  • 12,111
  • 21
  • 91
  • 136
stockoverflow
  • 1,457
  • 5
  • 18
  • 22

1 Answers1

5

You can see what Google (still) knows about a website by using a site restrict:

http://www.google.com/search?q=site:[domain]

You might also check out the Internet Archive.

(In either case, you’d probably want to do some heavy-duty automating to fetch thousands of pages.)

user413588
  • 91
  • 2
  • I was going to use Warrick: http://warrick.cs.odu.edu/ But alas, its servers are too busy. Internet Archive saves after 6 months. – stockoverflow Aug 08 '10 at 17:20