Get data from WebPage

  • Thread starter Thread starter Mortel
  • Start date Start date
M

Mortel

Hi,
I want get data about authors from page. I can look for authors but only on
the page.
How I can do that ? How I can check this site if it has WebService etc .. ?
I need that information.
Thank's for all.

Boniek
 
Boniek,

Unless the site publishes in some form that it has a WebService, then
there really is no way. You can try UDDI, but I think that is to determine
a type of service, and is not concerned with the provider. Also, not
everyone registers with UDDI.

If you want to just try and scrape a page, you can do that. To download
the content, you can use the HttpWebRequest and HttpWebResponse classes.

Hope this helps.
 
Back
Top