parsing - scraping table from another website -


how can scrape table simple dom html there no tr class etc?

<table width='100%' border='0' cellspacing='0' cellpadding='0' id='cashratestable'> <tr class='tableheader'> <td>currency</td> <td>equal £1 gbp</td> <td>order online<td> </tr> <tr> <td>euros</td><td>1.1603</td><td><a href='order-travel-money/buy-euro.aspx'>order euros online</a></td></tr> <tr> <td>us dollars</td><td>1.4909</td><td><a href='order-travel-money/buy-dollar.aspx'>order dollars online</a></td></tr> <tr> <td>united arab emirates, dirhams</td><td>5.4267</td><td><a href='order-travel-money/buy-uae-dirham.aspx'>order uae dirhams online</a></td> </tr> </table>     

your question little vague. can use language of preference , use example regular expressions. in languages. if above example of need , need lots of scraping done, there number of tools available that, use netscavator (http://www.netscavator.com/) there others. smart thing 1 it's free private use.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -