5

I am using YQL Console and I want to return results from this link in Google Shopping

Using the following in YQL:

  select content from html where url="www.google.com/products/seller?hl=en&q=burkett+restaurant+equipment+reviews&tbo=u&tbm=shop&zmi=basequipment.com&cmi=12986189937115136" and xpath="//body"

It is saying:

Redirected to a robots.txt restricted URL

and will not show any results, any way to get around this?

double-beep
  • 5,031
  • 17
  • 33
  • 41
ToddN
  • 2,901
  • 14
  • 56
  • 96
  • 1
    Google [ask bots not to touch that data](http://www.google.com/robots.txt) and Yahoo! is respecting their request. So there shouldn't be a technical way around that. I expect their terms and conditions also forbid you from accessing the data in that way, so you are on shaky legal ground too. – Quentin Feb 08 '12 at 20:33