Extract Address Information from a Web Page
Posted
by Brian Boatright
on Stack Overflow
See other posts from Stack Overflow
or by Brian Boatright
Published on 2008-09-03T20:49:26Z
Indexed on
2010/05/28
9:01 UTC
Read the original article
Hit count: 160
I need to take a web page and extract the address information from the page. Some are easier than others. I'm looking for a firefox plugin, windows app, or VB.NET code that will help me get this done.
Ideally I would like to have a web page on our admin (ASP.NET/VB.NET) where you enter a URL and it scraps the page and returns a Dataset that I can put in a Grid.
© Stack Overflow or respective owner