Text only
11 Jun 2010
 
 
Tools: wrap/unwrap  
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()