Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

YQL "Redirected to a robots.txt restricted URL" Error for Google Domain

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?

like image 475
ToddN Avatar asked Feb 08 '12 20:02

ToddN


1 Answers

You can use open tables:

http://developer.yahoo.com/yql/console/?q=show%20tables&env=store://datatables.org/alltableswithkeys#h=select%20content%20from%20data.headers%20where%20url%3D%22www.google.com/products/seller%3Fhl%3Den%26q%3Dburkett+restaurant+equipment+reviews%26tbo%3Du%26tbm%3Dshop%26zmi%3Dbasequipment.com%26cmi%3D12986189937115136%22

like image 174
Remo Gloor Avatar answered Oct 15 '22 11:10

Remo Gloor