Tagged Questions

1
vote
1answer
20 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
0answers
23 views

Scraping Ajax with ScRUBYt! (in Ruby on Rails)

Hi, I'm trying to scrap some information from a webpage (must be with ruby on rails and not selenium etc) which is loaded after the screen has loaded and hence Hpricot is unfortuna …
0
votes
2answers
47 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 …
1
vote
2answers
77 views

Streaming the desktop

I want to create a C++ cross-platform (Windows and MacOS X) application that sends the screen as a video stream to a server. The application is needed in the context of lecture ca …
0
votes
3answers
48 views

How do I strip all the html out of database records, than create an xml file?

Hello! Im trying to figure out a way to strip out all html tags from records in a database, then create xml? Any ideas? Built on asp.net 2.0 with sql server
4
votes
5answers
202 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 fina …
0
votes
1answer
80 views

HTML Scraping with Hpricot (Using Ruby on Rails)

hi, I have read a large deal of tutorials to help out and under Hpricot, the problem that i am finding out it is not scraping all the Html so to speak. I'll elaborate: The website …
0
votes
2answers
45 views

Html / Script Scraping Google Map using Hpricot (Ruby On Rails)

Hi, I am having a problem Scraping Code i require to extract information for a Web MashUp i'm creating. Basically, I am trying to Scrap Code from: http://yellowpages.com.mt/Mera …
0
votes
2answers
49 views

Scraping hidden HTML (when visible = false) using Hpricot (Ruby on Rails)

Hi, I've come across an issue which unfortunately I can't seem to surpass, I'm also just a newborn to Ruby on rails unfortunately hence the number of questions I am attempting to …
0
votes
4answers
69 views

Screen Scraping in PHP with login

Looking around for a solution to this, I have found different methods. Some use regex, some use DOM scripting or something. I want to go to a site, log in, fill out a form and the …
0
votes
4answers
75 views

BeautifulSoup is omitting body of page

BeautifulSoup newbe... Need help Here is the code sample... from mechanize import Browser from BeautifulSoup import BeautifulSoup mec = Browser() #url1 = "http://www.wines.com/c …
0
votes
2answers
51 views

Selenium: Not able to understand xPath

I have some HTML like this: <h4 class="box_header clearfix"> <span> <a rel="dialog" href="http://www.google.com/?q=word">Search</a> </span> <small …
0
votes
1answer
26 views

scraping a form from an ssl site and using it on your own

If I screen scrape a form from a site secured with SSL, and put that form on my site (which is also secured by SSL), do I still get the benefits of SSL?
5
votes
2answers
148 views

Scraping Library for PHP - phpQuery?

I'm looking for a PHP library that allows me to scrap webpages and takes care about all the cookies and prefilling the forms with the default values, that's what annoys me the most …
-1
votes
1answer
61 views

1 2 3 4 5 16 next
15 30 50 per page