Programmatically get a link to a cached webpage in bing

Well, I'm trying to recover a website from google / bing cache. I can do this using Google, but it limits the request, for example, to 400 per day, so I try bing. In google, if I search for "cache: sitelink", it redirects to

http://webcache.googleusercontent.com/search?q=cache%3A sitelink & oq = cache% 3A sitelink & AQS = chrome.0.57l2j58j60l2j61 & sugexp = chrome, mod = 9 & SourceId = chrome and amplifier, i.e. = UTF-8

then I can manipulate the URL of the link using a loop like www.example.com/post$i.html, where $ i = from 20,000 to 24,000

but when I tried to do the same with the bing cache, I saw http://cc.bingj.com/cache.aspx?q=........d=[A BIG ID] ..... .. therefore the site url is not in the link, so I cannot manipulate it. also the shortcut "cache: sitelink" does not work in bing. Is there a shortcut for bing like google?

+5
source share

All Articles