Tagged Questions
The scrape tag has no wiki summary.
4
votes
1answer
1k views
How do I scrape information off ASP.NET websites when paging and JavaScript links are being used?
I have been given a staff list which is supposed to be up to date but it doesn't match an intranet People Finder which is written in ASP.NET.
As the information is sensitive I am not able to access ...
2
votes
2answers
41 views
Parse Web Site HTML with JAVA
I want to parse a simple web site and scrape information from that web site.
I used to parse XML files with DocumentBuilderFactory, i tried to do the same thing for the html file but it always get ...
2
votes
1answer
39 views
C# can I Scrape a webBrowser control for links?
I'm currently learning C# and its fun so far, but I have hit a roadblock.
I have a program that can scrape a webpage inside the web browser control for information.
So far I can get HTML
...
2
votes
1answer
70 views
Xpath reverse searching
Is there a way, when using DOM_Document Xpath to search in reverse (from the end of the page moving up instead of from the top down?)
If so, how would I do this?
I am doind a scrape of a web site. ...
2
votes
3answers
382 views
Python data scraping
I want to download a couple songs off of http://www.youtube-mp3.org/. I'm using urllib2 and BeautifulSoup.
The problem is that when I urllib2 open the site with my video ID plugged in, ...
2
votes
3answers
159 views
How can I scrape data from a text table using Python?
I have the following text and I would like to scrape the data items and save them in excel. Is there a way to do this in Python?
text = """
ANNUAL COMPENSATION ...
2
votes
1answer
476 views
Getting App Store Data
Could anyone point me in the right direction for downloading app store statistics from:
-the Apple App Store
-The Android Market
-the Amazon AppStore
Specifically, I'd like to get the
-average ...
2
votes
1answer
370 views
guidance on python scraping packages
I'm still a newcomer to python, so I hope this question isn't inane.
The more I google for web scraping solutions, the more confused I become (unable to see a forest, despite investigating many ...
2
votes
1answer
208 views
Scraping structured information from hundreds of Word documents?
I've been tasked with extracting some structured information from hundreds of human readable documents (mostly MS Word) and to put it into a database. The data is pretty much embedded in tables ...
2
votes
1answer
117 views
Http Agility Pack - Accessing Siblings?
Using the HTML Agility Pack is great for getting descendants and whole tables etc... but how can you use it in the below situation
...Html Code above...
<dl>
<dt>Location:</dt>
...
2
votes
3answers
1k views
Trying to scrape the entire content of a div
I have this project i'm working on and id like to add a really small list of nearby places using facebooks places in an iframe featured from touch.facebook.com I can easily just use ...
2
votes
2answers
716 views
Looking for Opensource OCR in Java
Am looking for an ocr library in java for scraping details from an image (IELTS Certificate image)
http://pbrusilovskij.net/wp-content/uploads/2008/09/ielts-sprachzertifikatt.jpg
Need to take out the ...
2
votes
2answers
297 views
How do websites like appcomments.com or androlib.com get data, particulary the reviews?
Do they just scrape or are there APIs?
2
votes
3answers
461 views
scraping a non RSS page to generate a feed
I want to scrape a page that regularly updates (adding new articles with exactly the same structure as previous ones) in order to generate an RSS feed.
I can write the code to analyse the page ...
1
vote
1answer
41 views
How can scrape website via PHP that requires POST data?
I'm trying to scrape a website that takes in POST data to return the correct page (sans POST it returns 15 results, with POST data it returns all results).
Currently my code is looking like this:
...
1
vote
2answers
228 views
How to scrape iframe content using cURL
Goal: I want to scrape the word "Paris" inside an iframe using cURL.
Say you have a simple page containing an iframe:
<html>
<head>
<title>Curl into this page</title>
...
1
vote
3answers
134 views
How can I get data from a site like Yahoo Finance?
I have a project that I need help with. I want to be able to go to a website of my making, eg. abc123.com, and have it display the Dow Jones Index. That's it. Just display one number like 12050 on ...
1
vote
2answers
120 views
Scrape Table from web page in c#
What is the best approach to build a function to scrape a html table on a webpage into a variable.
I want to be able to pass it some unique identifier (like table ID or something) and it will return ...
1
vote
4answers
96 views
Extracting data from HTML
I am trying to scrape a website. I have been able to get the contents on the website into a string/file.
Now, I would like to search for a specific line that has something like:
<li><span ...
1
vote
1answer
81 views
XPath select descendent of parents sibling
This html is within my page:
<tr>
<td class="padded2" bgcolor="#103A74"><font color="White">Refine by Vehicle Types</font></td>
</tr><tr>
...
1
vote
0answers
77 views
Long running PHP scraper returns 500 Internal Error
mostly I find the answers on my questions on google, but now i'm stuck.
I'm working on a scraper script, which first scrapes some usernames of a website, then gets every single details of the user. ...
1
vote
3answers
629 views
Where is body in a nodejs http.get response?
I'm reading the docs at http://nodejs.org/docs/v0.4.0/api/http.html#http.request, but for some reason, I can't seem to to actually find the body/data attribute on the returned, finished response ...
1
vote
2answers
221 views
Scrape a website (javascript website) using php
I am trying to scrape a website (believe it is in JavaScript) using a simple PHP script. I am a beginner so any help would be greatly appreciated. The URL of the webpage is:
...
1
vote
1answer
843 views
Parsing with Ruby, Nokogiri & Mechanize java cookies links in a webpage
everyone.
I need to parse a webpage which has java cookies set for every link. I can parse the normal search and every product is shown and imported to a mysql database.
I was able to scrape from a ...
1
vote
4answers
298 views
Help with screen scraping/parsing
I have been attempting to scrape and eventually parse some data(specifically availabilities and price) from hostels.com, for example http://www.hostels.com/hosteldetails.php/HostelNumber.11890. The ...
1
vote
4answers
291 views
Android: is it legal to create an app interface for a website I don't own? [closed]
have an app on the Android Marketplace (called XKCyanide if you need to see it to judge this but I promise I'm not here to promote it). I wrote it because I love reading XKCD and Cyanide and Happiness ...
1
vote
0answers
141 views
pinyin in google translate API
I want to scrape the pinyin off of the googletranslate API instead of having to scrape from some other website (which might change its format in ten thousand ways over time and across different ...
1
vote
2answers
145 views
Cheap flight via Java Query and Scraping [closed]
I'm making a Java app that goes to Southwest.com and searches for a particular flight 4 times a day. If it finds a cheap flight, it e-mails the user.
I need to know how to input the data on the ...
1
vote
1answer
215 views
Scrapy Body Text Only
I am trying to scrape the text only from body using python Scrapy, but haven't had any luck yet.
Wishing some scholars might be able to help me here scraping all the text from the <body> tag.
...
1
vote
3answers
92 views
What's the most efficient way to get this data, thousands of times?
What would be the best way to get the following data (the 4.0m after the </b> tag) using PHP's DOMDocument->loadHTML() system? I'm guessing some kind of CSS-stye selector?
(LINE 240, always ...
1
vote
2answers
230 views
scrape parent page html from iframe
I have an iframe which is used to generate a PDF from its parent page. The PDF maker (ABCpdf) requires an HTML file which it then converts.
What I do at present is scrape the parent's HTML using:
...
1
vote
1answer
386 views
Scrape data from flash only site
I know a bit of javascript, HTML, CSS, VBA and just general programming structures (functions, loops, etc.)
How would you approach this problem. A sports betting website posts numerical data (odds) ...
1
vote
4answers
62 views
RegEx problem or maybe another solution altogether?
The problem I'm having is that I have a block of JavaScript I've successfully scraped out of a websites source and now I have to sift through to get the specific values I'm looking for.
I need to ...
1
vote
2answers
115 views
Scraping digit values from a webpage?
Hello I would like to scrape 17 values from a website.
This is the url of the page with the data: http://www.bungie.net/stats/reach/online.aspx
On the lower left side of the page there is Unordered ...
1
vote
1answer
673 views
Determining origin of traffic from Referrer Header characteristics
I'm writing a web application that will track incoming traffic to a website and track the origin of the traffic and its behaviour on our site, so that we can get some idea of the return on investment ...
1
vote
1answer
254 views
Python + Mechanize Async Tasks
So I have this bit of python code that runs through a delicious page and scrapes some links off of it. The extract method contains some magic that pull out the required content. However, running the ...
1
vote
4answers
216 views
Calculate area of HTML element on website?
I'm trying to figure out if it's possible to calculate the area of a HTML element on a website? In pixels, as a percentage or whatever.
My first thoughts have been to make the assumption that the ...
1
vote
2answers
417 views
Using SoupStrainer to parse selectively
Im trying to parse a list of video game titles from a shopping site. however as the item list is all stored inside a tag .
This section of the documentation supposedly explains how to parse only ...
1
vote
2answers
143 views
Excel to XML for data stripping
I am trying to strip data from thousands of identical Excel 2007/2010 files. I would prefer to do this using scraping techniques. Is it possible to scrape an Excel file since, as far as I know, the ...
1
vote
1answer
110 views
Is it possible to scrape content and generate an rss feed from a membership site?
Is it Possible to scrape content from a membership site so that i can create an Rss feed for import into my inbox?
You see, I'm a member of several sites that provide casting calls for the performing ...
1
vote
3answers
593 views
Scrape a website URL to get the path of an image
I'm hacking together a simple php script that will build a list of photo albums I have on my Facebook fan page.
Facebook kindly offer the Graph API which gives me back a nice list of Albums, however ...
1
vote
1answer
145 views
scrape google codeSEARCH
Q: Advice on programming tools/scripts to automate the extraction of all project files from a Google code search result?
NOTE: The question is specifically for code search:
...
1
vote
2answers
566 views
How to write a python script to search a website html for matching links
I am not too familiar with python and have to write a script to perform a host of functions.
Basically the module i still need is how to check a website code for matching links provided beforehand.
1
vote
1answer
696 views
Stuck selecting classes or id's using PHP Simple HTML DOM Parser
I'm trying to select either a class or an id using PHP Simple HTML DOM Parser with absolutely no luck. My example is very simple and seems to comply to the examples given in the ...
0
votes
2answers
25 views
like button for my website isn't using correct information
I am designing a blog using blogger for a fundraiser my team is doing. I have purchased a domain through godaddy "solematesforlife.org" which i have aimed at my blog "solemateswalk.blogspot.com".
...
0
votes
2answers
24 views
How can I scrape an image that doesn't have an extension?
Sometimes I come across an image that I can't scrape so that it can be saved. An example of this is:
https://s3.amazonaws.com/plumdistrict.com-production/perks/12321/image/original.?1325898487
When ...
0
votes
2answers
24 views
Getting the HTML source code of an .swf URI
I was wondering whether one could get the HTML source code from an .swf URI?
For instance a web page such as:
http://media.flixfacts.com/360view/acer_uk/002/acer_uk-002-en.swf
When I use curl to ...
0
votes
0answers
30 views
Issues when video scraping [closed]
I'm building a video scraper with PHP and jQuery. So far it's been quite successful.
I was wondering whether anyone had experience in this area. I've noticed video html can be quite varied in nature, ...
0
votes
2answers
41 views
PHP Filename cannot be empty how to bypass that in simple html dom line 70
As i was scraping one site and i was able to make it to 4000 out of 10000 contents it would stop and say
PHP Warning: file_get_contents(): Filename cannot be empty in
...
0
votes
1answer
37 views
PHP scrape images from a string - how?
I'm a PHP noob...
anyway - how do I get all the image links from this string? (into an array)
{ "imagedata": { "duration": 4000, "images":{ "image1":{ ...