What kind of data, you can use the HttpWebRequest class to call a URL fom your .NET application, read the response as string and process the string data to get the necessary information from it. Search on google on the above class name, you should find an example of how to do that. Let me know if you have any queries.