Click here to Skip to main content
16,016,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

this is the webpage:

http://www.nepalidirectory.com.au/listing.php?category=2

from where I want to scrape data and put it into Excel Spreadsheet.

there is three fields in spreadsheet BusinessName, Address and Phone.

these information are available in webpage.

Please tell me how can I scrape these data and put it into spreadsheet by VB.Net Code.

Thanks,
Virendra
Posted
Comments
Sergey Vaselenko 23-May-14 6:22am    
For such tasks you can use the SaveToDB add-in.
It allows getting and updating web data into Microsoft Excel.
But this page does not parsed correctly as it has no common table for all records.

1 solution

you can use html parser like Html Agility Pack[^] or Web Application Testing tool like WatiN [^].

check below codeproject article about simile context WebSite Scraping[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900