0
votes
2answers
19 views
YQL scrape entire website/domain
Hi,
I'm trying to scape back a set of links and content from a domain.
The Query in google would be
"site:www.newswebsite.com search_term"
I've seen some close stuff to getting this working, but …
1
vote
3answers
50 views
Website scraping using jquery and ajax
Hello,
I want to be able to manipulate the html of a given url. Something like html scraping. I know this can be done using curl or some scraping library.But i would like to know if it is possible to …
0
votes
1answer
44 views
Rotating Proxies for web scraping
I've got a python web crawler and I want to distribute the download requests among many different proxy servers, probably running squid (though I'm open to alternatives). For example, it could work in …
0
votes
3answers
75 views
Programmatic Python Browser with JavaScript
I want to screen-scrape a web-site that uses JavaScript.
There is mechanize, the programmatic web browser for Python. However, it (understandably) doesn't interpret javascript. Is there any …
0
votes
2answers
17 views
How can i save the screen as an image from a .NET forms application in C#
Hi,
I have a .NET 3.5 Windows forms application. When the user keys in data and clicks 'Save', i want to save the entire form as an image file.
How can i do this ?
Thanks,
Chak.
0
votes
1answer
30 views
Trouble Scraping Web Page With Malformed Content
I have written c# code which utilizes the HtmlAgilityPack library in order to scrape a page located at: World's Largest Urban Areas (Page 2). Unfortunately the page consists of malformed content.
…
0
votes
1answer
32 views
web scraping/parsing of college course site
Trying to parse/scrape the course site for memphis. The site is "https://spectrumssb2.memphis.edu/pls/PROD/bwckgens.p_proc_term_date". It appears to be some sort of javascript issue, or dynamic …
12
votes
13answers
472 views
Win32.: How to scrape HTML without regular expressions?
A recent blog entry by a Jeff Atwood says that you should never parse HTML using regular expressions - yet doesn't give an alternative.
i want to scrape search search results, extracting values:
…
4
votes
3answers
62 views
unit tests for screen-scraping?
I'm new to unit testing so I'd like to get the opinion of some who are a little more clued-in.
I need to write some screen-scraping code shortly. The target system is a web ui where there'll be …
0
votes
3answers
151 views
How can I read and parse the contents of a webpage in R
I'd like to read the contents of a URL (e.q., http://www.haaretz.com/) in R. I am wondering how I can do it
0
votes
2answers
61 views
.Net Screen scraping and session
I am trying to screen scrape using C#.It works for few times,after which i receive Session expired error.Any help will be appreciated.
4
votes
6answers
271 views
What’s the best way to write a maintainable web scraping app?
I wrote a perl script a while ago which logged into my online banking and emailed me my balance and a mini-statement every day. I found it very useful for keeping track of my finances. The only …
0
votes
4answers
126 views
Screen scraping HTTPS using C#
How to screen scrape HTTPS using C#?
0
votes
3answers
137 views
CURL / screen scrape delivery tracking details from Canada Post
I need to obtain delivery tracking details from the Canada Post website, which does not offer an API.
I've formulated a URL that when entered into a browser correctly returns the tracking …
1
vote
2answers
82 views
Simple screen scraping and analyze in .NET
I'm building a small specialized search engine for prise info. The engine will only collect specific segments of data on each site. My plan is to split the process into two steps.
Simple screen …
