Screen-scraping, also known as web-scraping or data-scraping is a software technique use to collect and parse information from user interfaces.
0
votes
0answers
69 views
scraping way2sms with mechanize
I am trying to send an sms with by scraping way2sms.com, but I am unable to login into way2sms.com using mechanize.
I am using following code to submit the login form.
import mechanize
br = ...
0
votes
1answer
130 views
PHP FOR loop stops after 2 loops, exit status 139
I'm building a scraper with Scraper Wiki, here: https://scraperwiki.com/scrapers/fashfinder/edit/#
Without boring you with too many details, I load up about 120 links into an array, $allLinks. Then, ...
0
votes
1answer
65 views
PHP - Using variables and objects within a scraper
I'm new to PHP and have tried my best to use the PHP reference guide, but I'm clearly missing something here. Here's my workflow:
I have an array with about 120 links stored inside
I want to scrape ...
0
votes
3answers
81 views
PHP ISSET function still running when variable isn't set
Hopefully this is a very simple solution, I'm new to PHP so I'm probably missing something obvious. I'm building a scraper with ScraperWiki (although this is a problem with PHP and little to do with ...
0
votes
3answers
171 views
Scraping data from various online stores
First off, should mention that I have permission from the stores to scrape this data so legality isn't an issue here!
I'm trying to scrape information from various online stores, and store them in a ...
0
votes
0answers
154 views
How to learn screen scraping? [closed]
I know it's a broad subject that I'm trying to raise and probably there is no one good answer.
I started learning python under 2 months ago (have no other programming experience), through that time I ...
0
votes
0answers
31 views
Unique path results in Google searches?
I have a search that I'm performing wherein I need to gather certain unique paths.
For example, right now I'm wanting to find the portion of the string www.somedomain.tld/unique_identifier while the ...
0
votes
1answer
115 views
Java screen scraping, how to get respone from redirect post request
I just experimenting on data extraction thing with java, search in this forum and found that it was called screen scraping. i have looking for screen scraper library for java and found JSoup to parse ...
1
vote
0answers
255 views
curl php scraping through cron job every minute on Shared hosting
I have a tricky problem. I am on a basic shared hosting. I have created a good scraping script using curl and php.
Because multi-threading with Curl is not really multi-threading and even the best ...
0
votes
1answer
96 views
How to create a chrome extension that will scrape data from a SAAS app where the code is encrypted?
I want to create a script, that will pull the data from a contact record in a SAAS CRM application and make it available when I am in another screen in the same SAAS CRM application.
The problem is ...
3
votes
0answers
155 views
How does the Evernote Web Clipper parse webpages so well? [closed]
I have been trying to replicate the parsing capabilities of the Evernote Web Clipper in python for my own web-scraping projects. I'm interested in extracting the main body of text only, nothing else.
...
1
vote
1answer
50 views
Easiest way of getting the numbers of hits for a keyword off Google programmatically
I'm writing a html/javascript/PHP based web application that allows users to type in a random keyword and get returned the number of hits that keyword would generate when searched on Google.com
I ...
3
votes
3answers
587 views
Scraping data from all asp.net pages with AJAX pagination implemented
I want to scrap a webpage containing a list of user with addresses, email etc. webpage contain list of user with pagination i.e. page contains 10 users when I click on page 2 link it will load users ...
1
vote
2answers
108 views
How to fetch field names and values from another website?
I'm having some problems in Java. I'm trying to fetch a randomly named input's name and it's value, along with a few other inputs.
The source of the page I need to grab the values from looks like ...
0
votes
0answers
39 views
website returns 501 when trying to log in with python
I'm talking about this website:
http://www.belegger.nl/mijnbelegger/voorpagina
I'm trying to log in as follows:
def login(self, username, password):
#form_doc: a lxml.html object
form_doc = ...
0
votes
0answers
21 views
Extract TAGS: from vimeo feeds
i want exctract from vimeo channel feeds only the words for TAGS: whitout link
Example feed : vimeo.com/channels/everythinganimated/videos/rss
I use SimpleXMLElement and when i retrieve data i put ...
0
votes
3answers
289 views
Python Web-Scraping using Beautiful Soup on a messy Site
I want to scrape the following three data points from this site: %verified, the numerical value for FAR, and the numerical value for POD. I'm trying to do this in BeautifulSoup, but I'm not practiced ...
0
votes
1answer
152 views
Accessing content of the web page after simulating click using ghost.py
I am simulating click of a button using Ghost.py.But unable to figure out how to get the content which is loaded after clicking the button.
from ghost import Ghost
ghost = Ghost(wait_timeout=40)
...
-4
votes
1answer
121 views
php script for dynamically scraping data from a page [closed]
I need to write a script (preferably in php) that loads a specific page. That page will have an input text box on it. the script should then get some data from my db and input it into the input box, ...
1
vote
1answer
484 views
Python Scraping JavaScript using Selenium and Beautiful Soup
I'm trying to scrape a JavaScript enables page using BS and Selenium.
I have the following code so far. It still doesn't somehow detect the JavaScript (and returns a null value). In this case I'm ...
1
vote
2answers
356 views
Node.js or Ruby for Scraping
I am trying to make an application that requires a lot of data scraping from multiple websites. I tried scraping websites using Ruby but gems such as Mechanize only seem to scrape static pages and not ...
0
votes
2answers
85 views
Random “IndexError: list index out of range ”
I am trying to scrape a site that returns its data via Javascript. The code I wrote using BeautifulSoup works pretty well, but at random points during scraping I get the following error:
Traceback ...
2
votes
1answer
258 views
Extract a specific line from a webpage using JSoup for Java
Hi I want to scrape some text from a website using the JSoup library. I have tried the following code, and that gives me the whole webpage, I want to just extract a specific line. Here is the code I ...
0
votes
1answer
164 views
Simple Dynamic Web Scraping - Without BeautifulSoup
I'm busy trying to scrape a dynamic website in order to get a URL that I can use to download the server software for a game every time it updates.
The site is "http://craftstud.io/builds" and where ...
0
votes
1answer
125 views
How do I change header location of curl content scraper
I am scraping content from a url that is hosted in the UK using curl. When i view the site in my browser from the US it shows the product pricing in dollars but when i use curl to retrieve content it ...
2
votes
1answer
94 views
How can I scrape bank of america for business hours?
Hi I was wondering how I can use beautifulsoup to scrape bank of america for its hours.
For example, if the url is
...
0
votes
1answer
86 views
Trying to scrape a webpage with Agility on C#
i m using C# and Agility Pack to scrape a website but the result i m getting differs from what i m seeing in firebug. I suppose this is cause the site is using some Ajax.
// The HtmlWeb class is a ...
1
vote
1answer
39 views
Determine the scrapy root directory
I'd like to be able to read a file relative to the scrapy root directory, as described in
the documentation.
Is there a way of determining this path from inside the spider?
0
votes
2answers
150 views
Check if Nokogiri HTML document is usable
I want to check if the URL that the user inputs is in fact a valid page.
I tried:
if Nokogiri::HTML(open("http://example.com"))
#DO REQUIRED TASK
end
But that immediately throws an error upon ...
0
votes
1answer
47 views
Scraping a website where all the data is locked in an XML database?
I am trying to download the full archive files of this website (http://www.afghanislamicpress.com/).
I tried using DeepVacuum (http://www.hexcat.com/deepvacuum/index.html) but the site is dynamic (I ...
0
votes
0answers
199 views
Multiple TOR processes
I am brand new to TOR and I feel like multiple TORs should be considered. The multiple tors I mentioned here are not only multiple instances, but also using different proxy ports for each, like what ...
0
votes
2answers
69 views
Beautiful soup check for tag in tag
I'm using Beautiful Soup 4 to scrape a page. There's a block of text I don't want:
<p class="MsoNormal" style="text-align: center"><b>
<span lang="EN-US" ...
1
vote
1answer
153 views
How to access Google search right hand side data programmatically?
Is there a way to access data on the right hand side of Google results programmatically?
Are there similar services around? Specifically for location data
Access = No html scraping
Here is an ...
0
votes
2answers
199 views
crawl a list of sites one by one with scrapy
I am trying to crawl a list of sites with scrapy. I tried to put the list of website urls as the start_urls, but then I found I couldn't afford so much memory with it. Is there any way to set the ...
1
vote
1answer
1k views
Looking for a good automated web scraping tool
I am trying to scrap some information from a large website database and would happy to hear if you have some recommendations on a good scraping tool.
The website generated a query with several ...
0
votes
0answers
135 views
How to parse/screen scrape this webpage of in java with jsoup [closed]
I have a moderate to strong background in Java but a little in HTML and not much in JavaScript/CSS. I was wondering how I could use jSoup to parse data from the table this website:
...
5
votes
1answer
164 views
Check/Log how much bandwidth PhantomJS/CasperJS used
Is it possible to check/log how much data has been transferred during each run of PhantomJs/CasperJS?
Each instance of Phantom/Casper has a instance_id assigned to it (by the PHP function that spun ...
0
votes
3answers
123 views
Converting Date data to proper DateTime Format before saving to DB?
I am regularly scraping and storing some dated data from a website into a rails app, but the dates given on the website are in the following format:
11/25/2012 01
Which is the date and hour.
I ...
1
vote
1answer
104 views
PyQuery: Get only text of element, not text of child elements
I have the following HTML:
<h1 class="price">
<span class="strike">$325.00</span>$295.00
</h1>
I'd like to get the $295 out. However, if I simply use PyQuery as follows:
...
0
votes
1answer
145 views
Issue with html tags while scraping data using beautiful soup
Common piece of code:
# -*- coding: cp1252 -*-
import csv
import urllib2
import sys
import time
from bs4 import BeautifulSoup
from itertools import islice
page = ...
1
vote
1answer
254 views
Set PhantomJS to capture entire screen after using clipRect()
After doing setting page.clipRect followed by page.render, how can you disable clipRect so that subsequent page renders are of the entire viewport?
page.clipRect = {top:0, left:0, height: 10, width: ...
1
vote
1answer
173 views
How to download images from a list of scraped URLs? [duplicate]
Possible Duplicate:
How to download image using requests
I have this Python script for scraping image URLs of a tumblr blog, and would like to download them to a local folder on my desktop. ...
0
votes
2answers
67 views
Redirecting twice to a website
I am building a dictionary in a website. I call the original site's (www.rae.es) definitions of the terms and change their css for one of my own. Here is the code:
<?php
$word = ...
0
votes
1answer
548 views
CasperJS click event having AJAX call
I am trying to fetch data from a site by simulating events using CasperJS with phantomJS 1.7.0.
I am able to simulate normal click events and select events. But my code fails in following scenario:
...
0
votes
2answers
155 views
Retrieve data from the first td in every tr
So, I'm scraping a page which contains of a table with several tr's. Inside every tr there's four td's, and I want to get the data from the first of these td's. Below is the code I've tried so far, ...
1
vote
1answer
114 views
Scrapy spider finishing early for no apparent reason
I have a scrapy spider (code at this gist) which seems to run fine, apart from the fact that it suddenly stops for no apparent reason. When it stops, the last bit of the log file is:
2012-12-28 ...
0
votes
1answer
118 views
Downloader Middleware to ignore all requests to a certain URL in scrapy
I am trying to define a custom downloader middleware in Scrapy to ignore all requests to a particular URL (these requests are redirected from other URLs, so I can't filter them out when I generate the ...
0
votes
1answer
89 views
Origin http://localhost is not allowed… solve without adding to remote server?
I know about the issues with cross-site requests, and I know there's already questions about this topic here on Stack. However, my question isn't directly answered so therefore I'm posting it here.
...
1
vote
1answer
270 views
Mechanize: submitting form but not loading new page to see results
Okay, so I'm starting to get a little frustrated. I've spent most of a day trying to figure out why my script is not working - both on github and here. It should be fairly simple. Mechanize load a ...
1
vote
2answers
273 views
Getting attributes in PyQuery?
I'm using PyQuery and want to print a list of links, but can't figure out how to get the href attribute from each link in the PyQuery syntax.
This is my code:
e = pq(url=results_url)
links = ...

