开发者

How do I create a web crawler in ASP.NET?

I am wondering if th开发者_如何学Cere is a way to make a web bot/crawler for a website in ASP.NET.

I have to grab information from one of our payment providers, but they do not have an API so the only current way to grab the information automatically would be to log in to their page and then fill out a form and retrieve the information.

Is there any way to do this?


you can do this with the webclient() in .net but I wouldn't do it from a web page. Make it a service you can call and get data from.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜