0
votes
1answer
30 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 …
0
votes
3answers
70 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
15 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
28 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
14 views
How can I scrape the content present on a WAVE validator page to appear on my page?
I've tried fopen, fread, file_get_contents, curl, and none of those work. I keep getting Forbidden errors. There has got to be a way around it. Anyone?
0
votes
0answers
17 views
In asp.net how to screen scrape multiple records when paging is implemented for the results?
I know how to screen scrap a page and read the data. But,I need help on how to get all results when paged.
Will HTML Agility Pack help in this issue or any other tools available for this or any other …
4
votes
3answers
59 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
2answers
54 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.
0
votes
4answers
120 views
Screen scraping HTTPS using C#
How to screen scrape HTTPS using C#?
0
votes
3answers
149 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
31 views
Extracting html elements in a given region?
Given a region defined by a rectangle and a url, is there any way to determine what elements lie within the given rectangle on the page at the given url?
EDIT: Screen resolution, Font size, etc.. …
0
votes
2answers
58 views
Download web page with images and stylesheets and (optionally) E-mailing it
I need to make snapshots of web pages programmatically using PHP and get them into a HTML E-Mail.
I tried wget --page-requisites. It downloads everything all right, but it doesn't change the HTML …
1
vote
2answers
79 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 …
0
votes
1answer
65 views
Non-trivial screen scraping selections using pQuery
I'm using pQuery (a Perl port of jQuery) to select elements and retrieve text from a HTML-document.
Consider the following markup:
<x>
<y>code1</y>
<z>stuff</z>
…
1
vote
2answers
52 views
Has anybody ever tried to screen scrape data from sites built with SharePoint?
Or at least could anybody point me to docs about its crazy proprietary url parameters and html field name obfuscation? I can only suppose this is caused by SharePoint...
The main problem is, given a …
