Re: [Tutor] python module to search a website

2011-02-27 Thread Alan Gauld
"vineeth" wrote looking for scraping. I am looking to obtain the html page that my query is going to return. I'm still notcompletely sure what you mean. What "query" are you talking about? The http GET request? Or a query transaction on the remote site? Just like when you type in a site li

Re: [Tutor] python module to search a website

2011-02-26 Thread vineeth
Hi Bill, Thanks for the reply, I know how the urllib module works I am not looking for scraping. I am looking to obtain the html page that my query is going to return. Just like when you type in a site like Amazon you get a bunch of product listing the module has to search the website and ret

Re: [Tutor] python module to search a website

2011-02-26 Thread Bill Allen
n Sat, Feb 26, 2011 at 21:11, vineeth wrote: > Hello all, > > I am looking forward for a python module to search a website and extract > the url. > > For example I found a module for Amazon with the name "amazonproduct", the > api does the job of extracting the data based on the query it even par

Re: [Tutor] python module to search a website

2011-02-26 Thread Corey Richardson
On 02/26/2011 10:11 PM, vineeth wrote: > Hello all, > > I am looking forward for a python module to search a website and extract > the url. What website, what is it searching for, and what URL is it looking for? > > For example I found a module for Amazon with the name "amazonproduct", > the

[Tutor] python module to search a website

2011-02-26 Thread vineeth
Hello all, I am looking forward for a python module to search a website and extract the url. For example I found a module for Amazon with the name "amazonproduct", the api does the job of extracting the data based on the query it even parses the url data. I am looking some more similar query