Screen scraping anyone?

J

Jim Hubbard

Anyone know of a control (or code showing how to) scrape addresses from a
web page?

Thanks for your help!
 
C

Cowboy \(Gregory A. Beamer\)

Regular Expressions work rather nicely to "scrape" data from text files,
HTML or otherwise. You have to look for patterns for the address. Street
addresses can be a bit of a pain and very different from site to site.

If you mean "stealing" email addresses to SPAM people, shame on you!

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
J

Jim Hubbard

Thanks for the help. I found an application that will scrape the web pages
I need and export the data to a CSV file. It's only $39.00 and that beats
writing it myself.

I just have to write an app to bring the data into a SQL DB and submit it to
a webservice and I'm off to a good start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top