0
votes
0answers
13 views

Google Script - Code to grab html data - diesel price updates

I have looked over a couple of other questions which are almost identical to my issue - my coding however is terrible and i don't understand how to define the actual information i want... Any help ...
0
votes
0answers
30 views

Scrape Html with Unique Id's

I have been trying to resolve this for almost a day and a half so I hope someone can help. I am trying to scrape a page... I have created a very simple win app in c#. It allows me to navigate to the ...
0
votes
0answers
92 views

scrapy doesn't scrape all the data from a website

I am new in python. I was trying to scrape informations from eypej. i was able to scrape one link only and the title and details were not. i get a very messy result. I want to scrape all the ...
1
vote
0answers
84 views

The output I get from scrapy appears null

I am scraping data from a certain website. My scrapy crawled and scraped it but the output is null. Here's my code: from scrapy.spider import BaseSpider from scrapy.selector import ...
0
votes
1answer
57 views

How to get a good result from scrapy

I am trying to scrape the details from a wikipedia using scrapy. I was able to scrape it but i get a very messy and poor result. since I am new to python and scrapy, I am having difficulty on fixing ...
0
votes
0answers
63 views

Using Capybara to select between frame tags with same name and ID

This is pretty specific, but if someone else has a similar issue at least they'll have a resource because I haven't found anything. I'm trying to execute the following code: require 'rubygems' ...
0
votes
1answer
109 views

Web Scraping with Nokogiri::HTML and Ruby - Output to CSV issue

I have a script that scrapes HTML article pages of a webshop. I'm testing with a set of 22 pages of which 5 article pages have a product description and the others don't. This code puts the right ...
-2
votes
1answer
60 views

In Objective-C, how do I log in to a service and scrape a page after logging in? [closed]

Say a service has a log in page, and after I log in and get brought to the next page, I want to scrape that page for specific content, say like a bookmarking source such as ZooTool or the like, how ...
0
votes
0answers
103 views

PHP cURL scraping HTML TR tag outputting NULL

Here's my code: <?php set_time_limit(0); $agent = 'User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100922 Ubuntu/8.04 (hardy) Firefox/3.0.3'; $url = ...
0
votes
1answer
85 views

How To Format This Scraped Content

I'm grabbing the content from all the td's in this table with the class="job" using this. $table01 = $salary->find('table.table01'); $rows = $table01[0]->find('td.job'); Then I'm using this ...
0
votes
1answer
315 views

How Do I Scrape These Two Tables Using Simple html DOM?

I've been trying to figure out how to use php simple html dom to scrape the the td class="job" with its respective salary. I can find and scrape divs by id or class no problem, but I'm not sure how to ...
2
votes
1answer
447 views

How to extract tags from HTML using Beautifulsoup in Python

I am trying to parse through an HTML page which simplified looks like this: <div class="anotherclass part" <a href="http://example.com" > <div class="column ...
0
votes
0answers
103 views

Unable to split/explode data using PHP_EOL?

Here I am trying to scrape content from webpage and print it as tilde separated value. This is what I am trying. <?php error_reporting(E_ALL); echo '<pre>'; // ACQUIRE THE DOCUMENT $url = ...
1
vote
3answers
128 views

extract elements from a html page

I download some youtube comment page and I want to extract username(or user display name) and the link like from the following code block: <p class="metadata"> <span class="author ...
0
votes
0answers
310 views

Java screen scraping with JTidy - Parsing HTML values

So what I'm trying to accomplish is scraping an IMDB webpage for data from webseries. Problem is when I convert the page to a DOM object and try to get values it's not as easy as it looks. For ...
0
votes
1answer
145 views

PHP web based scraper

What Im trying to do is use PHP to scrape a website of a url I enter into a parameter. I want the whole raw source code.. But thats not all.. I want it then saved into an html page, and onto the ...
2
votes
0answers
87 views

java html scrape the facebook way

When you post a link to facebook, it shows a small thumbnail and a description of the content of that page. I know it uses og meta tags in html pages, but sometimes even though these meta tags are ...
0
votes
1answer
85 views

How do I separate out these sections? (scraping, but should be simple loops/foreach) [closed]

I am using SIMPLE HTML DOM to scrape a website and I'm getting the following code... $GameSummary <dl class="ismSummary ismHomeSummary"> <dt>Goals scored</dt> ...
-1
votes
1answer
70 views

How to scrape relative images

If i look at Amazon Button to add items to lists on their site - you can see it here: http://www.amazon.co.uk/wishlist/get-button How does it work? I'm pretty sure it scrapes the page somehow but ...
0
votes
1answer
236 views

Beautifulsoup unable to extract data using attrs=class

I am extracting data for a research project and I have sucessfully used findAll('div', attrs={'class':'someClassName'}) in many websites but this particular website, WebSite Link doesn't return any ...
1
vote
1answer
891 views

BeautifulSoup: Extract img alt data

I have following image html and I am trying to parse information that is in alt. Currently I am able to successfully extract images. html (What I currently parse <img class="rslp-p" alt="Sony ...
0
votes
0answers
101 views

BeautifulSoup: Skip html element

I have the following html structure: This is only a section of it but I think this snippet is good enough to explain my problem. <tr> <td> Color Digest </td> <td> AgAkAZwCJgMZ ...
1
vote
1answer
466 views

BeautifulSoup: How to extract data after specific html tag

I have following html and I am trying to figure out how exactly I can tell BeautifulSoup to extract td after certain html element. In this case I want to get data in <td> after <td>Color ...
-2
votes
1answer
307 views

Screen Scraping in PHP [closed]

I am trying to scrape off the news off a site. I want to get the snippets just like they are displaying it, but I will theme it myself. I need the date, title, snippet of the article, and the read ...
0
votes
1answer
169 views

How can one scrape a website that requires login but w/ a randomly generated POST parameter? [closed]

I am trying to scrape some of the html from pottermore.com - it requires a login and I found the POST parameters, which include a really long randomly generated alphanumerical access key that changes ...
0
votes
0answers
201 views

How can I scrape this website? [closed]

I am trying to scrape some of the html from pottermore.com - it requires a login and I found the post parameters, which include a really long randomly generated alphanumerical access key that changes ...
0
votes
1answer
239 views

How can I find and scrape by Class using Waitin?

I am using Watin and trying to scrape an image url from a weblink, based on the fields class. Viewing the sites code the images info displays as this: //images code <div ...
0
votes
1answer
183 views

Scrape a particular area of site content With a Secure Login

I am trying to scrape some particular text of a website which is login secured here is the tutorial on this using curl http://www.digeratimarketing.co.uk/2008/12/16/curl-page-scraping-script/ But I ...
0
votes
2answers
303 views

Extract text from multiple div of same name

What I'm trying to do is extract text from a (non-copyright) site. I only need the text from inside a specific div. Let's say the div is called 'foo'. There are about 20 "foo divs" on each page and I ...
0
votes
1answer
68 views

Running into an issue trying to extract links from htmlnode using htmlagiliypack

This is a followup of a previous question I had. I got the very excellent link parsing code from here. So I have html of the following form: <html> <head> RANDOM JAVASCRIPT ...
2
votes
2answers
208 views

DOM Scrape not working PHP

I was just wondering why this isnt working for me. What i want to do is strip out the m4v file. I have a similar script working for images on my site that will strip the image, upload to dir and ...
1
vote
4answers
945 views

How to regex scrape HTML and ignore whitespace and newlines in code?

I'm putting together a quick script to scrape a page for some results and I'm having trouble figuring out how to ignore white space and new lines in my regex. For example, here's how the page may ...
0
votes
1answer
76 views

Pulling out some text from a giant HTML file using Nokogiri/xpath

I am scraping a website and am trying to pull out certain elements from the HTML. In the sites I am scraping, there are script tags with a bunch of info in them however, there is one part inside these ...
3
votes
3answers
5k views

Scrape An Entire Website

I'm looking for recommendations for a program to scrape and download an entire corporate website. The site is powered by a CMS that has stopped working and getting it fixed is expensive and we are ...
-2
votes
2answers
1k views

PHP Scrape html page content with tags [closed]

The code from original web page <html> <div class="clear"></div> <div class="slider"> <ul> <li> <a title="title1" href="http://www.link.com" > <img ...
8
votes
3answers
7k 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 ...
-1
votes
1answer
633 views

Scraping HTML table to rectangular array using LINQ

I would like to scrape the column headers and rows of data for each column into a two-dimensional array. The data looks like the following: <div id="content"> <!-- start left ...
2
votes
4answers
4k 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 ...
2
votes
2answers
1k 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
1answer
409 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> ...
0
votes
1answer
177 views

How to Scrape Table Data (School Test Scores)?

What is an easy way to scrape tables from this website? (It's school test scores. It's public data). I need the 2011 data for each school. So, to start, I need, year: 2011, report type: report card, ...
1
vote
2answers
1k views

PHP/HTML - Multiple page screen scrape, export to .txt with commas between dates and values

I am attempting to scrape the web page (see code) - as well as those pages going back in time (you can see the date '20110509' in the page itself) - for simple numerical strings. I can't seem to ...
3
votes
4answers
703 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 ...
0
votes
2answers
548 views

Extract plaintext within Div that includes other dom elements but not within any tags

I'm trying to extract some plain text that isn't wrapped in any tags using PHP. Best way to explain is to show; <div> <span>Hello</span> THIS IS THE TEXT I WANT TO ...
1
vote
2answers
252 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
3answers
144 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 ...
0
votes
3answers
382 views

php extract info from a html page

I have this code <input type=hidden name="code1" value="AA-T5301"> <tr> <td align=left valign=middle class="stdtext"> AA-T5301 </a> ...
1
vote
2answers
468 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: ...
0
votes
2answers
559 views

Scraping values from HTML header and saving as a CSV file in Python

All, I've just started using Python (v 2.7.1) and one of my first programs is trying to scrape information from a website containing power station data using the Standard Library and BeautifulSoup to ...
0
votes
3answers
2k views

How to add data off HTML page into MySQL DB

How can I add data from a HTML page, into a MySQL Database based on the attributes? It's already scraped data, but I would like to import links into a particular field in a table and remove some ...

1 2