Hi all,<br><br>I have to design web parser which will visit the given list of websites and need to fetch a particular set of details.<br>It has to be so generic that even if we add new websites, it must fetch those details if available anywhere.<br>

So it must be something like a framework.<br><br>Though i have done some parsers ,but they will parse for a given format(For. eg It will get the data from <title> tag).But here each website may have different format and the information may available within any tags.<br>
<br>I know its a tough task for me,but i feel with python it should be possible.<br>My request is, if such thing is already available please let me know ,also your suggestions are welcome.<br>
<br>Note: I planned to use BeautifulSoup for parsing.<br clear="all"><br>-- <br>Yours,<br>S.Selvam<br>