1 2 3 4 5 6 7
headers= { 'Auth' : '...', 'Content-type' : 'application/x-www-form-urlencoded', } q = urllib2.urlopen('https://adwords.google.com/select/KeywordTool', headers).read()