I have urls indexed by google and I want to remove them from indexing. I found that i can use bulk remove option with proving a csv file including all indexed urls to webmaster console. I tried to get a csv file with the method below but i got error :
=importXml("http://www.google.com/search?q=site:mysite.com&num=100&start=1", "//h3/a/@href") error : Could not fetch url
How can i get a list for my indexed urls?