¡@

Home 

c# Programming Glossary: scraping

Headless browser for C# (.NET)?

http://stackoverflow.com/questions/10161413/headless-browser-for-c-sharp-net

I am was a Python developer who is building a GUI web scraping application. Recently I've decided to migrate to .NET framework.. it would be quite useful. c# .net browser automation web scraping share improve this question There are some options WebKit.Net..

How to get and set window position of another application in c#

http://stackoverflow.com/questions/1364440/how-to-get-and-set-window-position-of-another-application-in-c-sharp

events on them. It was basically written to do screen scraping with but all the source code is included so everything you want..

How do you Screen Scrape?

http://stackoverflow.com/questions/2425043/how-do-you-screen-scrape

c# how do you think of doing it c# web services api web scraping share improve this question Matt and Paul's answers are.. question Matt and Paul's answers are correct. Screen scraping by parsing the HTML from a website is usually a bad idea because.. can be difficult especially if it's malformed. If you're scraping a very very simple page then regular expressions might work...

Casting interfaces for deserialization in JSON.NET

http://stackoverflow.com/questions/5780888/casting-interfaces-for-deserialization-in-json-net

in JSON objects from various websites think information scraping and translate them into C# objects. I am currently using JSON.NET..

Get external IP address over remoting in C#

http://stackoverflow.com/questions/66363/get-external-ip-address-over-remoting-in-c-sharp

your application and querying the DSL modem and screen scraping the admin page and God help you if the modem is ever replaced..

Reliable method to get machine's MAC address in C#

http://stackoverflow.com/questions/850650/reliable-method-to-get-machines-mac-address-in-c-sharp

and OS queries don't work across OS. Any ideas I have been scraping the output of ipconfig all but this is terribly unreliable as..

How to programmatically log in to a website to screenscape?

http://stackoverflow.com/questions/975426/how-to-programmatically-log-in-to-a-website-to-screenscape

POST action needed. c# forms website login screen scraping share improve this question You'd make the request as though.. are set after your login request and include them in your scraping request to allow you to stay logged in. It might look like HttpWebRequest..