Tagged Questions

0
votes
4answers
75 views

Clean HTML using C#

How do I repair malformed HTML using C#? A great answer would be an HTML Agility Pack sample! I'm scraping a site (for legitimate use). The site's HTML is OK but there are some …
0
votes
6answers
37 views

scrape ASIN from amazon URL using javascript

Hi, Assuming I have an Amazon product URL like so http://www.amazon.com/Kindle-Wireless-Reading-Display-Generation/dp/B0015T963C/ref=amb_link_86123711_2?pf_rd_m=ATVPDKIKX0DER&amp …
1
vote
1answer
21 views

Paid API to get incoming links to a website?

I'm working on an SEO app that (among other things) shows the number of incoming links to your site over time. There are a few ways to get this data. Scraping Google "link:yoursi …
0
votes
1answer
37 views

PHP scraping problem with Google “I’m feeling lucky”

I'm trying to scrape using Google "I'm Feeling Lucky" button. For small query like 'iteminfo.ca' it works, because it redirects me to iteminfo.ca. This is the query url: http:// …
0
votes
3answers
50 views

Scraping from wsj.com or finance.yahoo.com

I want to display on a wordpress page the total volume of shares traded on the NYSE stock exchange the last 2 weeks that it's been open. What is the best way to go about doing thi …
2
votes
3answers
74 views

How do I save a web page, programatically?

I would like to save a web page programmatically. I don't mean merely save the HTML. I would also like automatically to store all associated files (images, CSS files, maybe embedd …
1
vote
0answers
21 views

scrapy unknown scheduler middleware recursion problem

Dear everyone, I am using scrapy for scrapping I decided to write my own scheduler middleware to store some request to reduce the size of that within memory. Here is my code: de …
0
votes
2answers
46 views

How to retrieve a directory of files from a remote server?

If I have a directory on a remote web server that allows directory browsing, how would I go about to fetch all those files listed there from my other web server? I know I can use u …
0
votes
5answers
357 views

Screen scraping a mainframe screen in C# *without* 3rd Party Utilities

I'm looking to screen scrape a 3270 mainframe application in C#, but I've got to do so without Attachmate or other 3rd party plugins. Are there free managed libraries to do so in C …
0
votes
2answers
30 views

DownloadData() is downloading source that is completely wrong. Source view in Firefox different than that downloaded.

I'm trying to download the source HTML of a website using the WebClient.DownloadData() method. My method is supposed to give me the source: public string GetSite(string URL) …
0
votes
1answer
19 views

Using Rake To Scrape ASP.NET Page

Is it possible, and if so how, do I use RAKE to scrape an ASP.Net Application (very simple, just 2 login forms) - Basically a spider bot/web crawler. I only ask since I've heard t …
1
vote
4answers
193 views

Looking for OO gurus, need some help in the design of my programming logic. Nothing fancy, just new to it.

I'll post my entire class and maybe someone with MUCH more experience can help me design something better. I'm really new to doing things Asynchronously, so I'm really lost here. H …
1
vote
2answers
113 views

How to use the WebClient.DownloadDataAsync() method in this context?

My plan is to have a user write down a movie title in my program and my program will pull the appropiate information asynchronously so the UI doesn't freeze up. Here's the code: …
0
votes
1answer
33 views

How to scrape the contents of an axd resource?

Essentially I have an img tag with a src attribute of /ChartImg.axd?i=chart_0_0.png&g=06469eea67ea452b977f8e73cad70691. Do I need to create another WebRequest to get the conten …
1
vote
1answer
33 views

Scrubyt fetch metadata

How to fetch the contents of meta name="description" content="....." with Scrubyt ? require 'rubygems' require 'scrubyt' data = Scrubyt::Extractor.define do fetch 'http://www …

1 2 next
15 30 50 per page