Hello All, I'm trying to write a simple address stripping program. For example if you look at google maps and you wish to search for say a plumber or electrician, it returns a list of addresses within a region. All I would like to do is to be able to lift these addresses for an application I'm writing.
The problem I have is that the addresses are not in the page source html. However, the data is clearly visible on the resultant web page. Is there a way the displayed data and not the page source. BTW I'm using c# Thanks in advance, R.
