ScraperWiki is an online tool for Screen Scraping.

learn more… | top users | synonyms

0
votes
0answers
19 views

Scraperwiki not giving enough reults

I greatly appreciate any help! Could anyone help me figure out how to get this scraper to give me more than 30 results at a time? Ideally, I would like to get all twitter texts within a 24 hour ...
0
votes
1answer
32 views

Scraperwiki Twitter Query

Please forgive me, as I have limited knowledge of scraperwiki and twitter mining. I have the following code to scrape twitter data. However, I want to edit the code to only give me results that are ...
0
votes
1answer
18 views

Scraperwiki character encoding anomaly

Here is a ScraperWiki scraper written in Python: import lxml.html import scraperwiki from unidecode import unidecode html = ...
0
votes
2answers
28 views

Appending data to ScraperWiki datastore

Here is a simple Python script to store some data in ScraperWiki: import scraperwiki scraperwiki.sqlite.save(unique_keys=["a"], data={"a":1, "b":"Foo"}) scraperwiki.sqlite.save(unique_keys=["a"], ...
0
votes
1answer
33 views

Debugging ScraperWiki scraper (producing spurious integer)

Here is a scraper I created using Python on ScraperWiki: import lxml.html import re import scraperwiki pattern = re.compile(r'\s') html = ...
1
vote
2answers
83 views

Scrape a Google Chart script with Scraperwiki (Python)

I'm just getting into scraping with Scraperwiki in Python. Already figured out how to scrape tables from a page, run the scraper every month and save the results on top of each other. Pretty cool. ...
0
votes
1answer
108 views

Unicode issue with Python scraper

I've been writing bad perl for a while, but am attempting to learn to write bad python instead. I've read around the problem I've been having for a couple of days now (and know an awful lot more about ...
0
votes
1answer
45 views

Twitter Scraper giving 420 Error

I am getting the following error while I am using the following code to scrape twitter for tweets: import scraperwiki import simplejson import urllib2 # Change QUERY to your search term of choice. ...
-1
votes
3answers
71 views

Access data of a wiki scraper and store it in a local database

Hi i have written a scraper on scraper-wiki which scrape a web page and store the data in scraper-wiki database.Now i want to write a program in python which will go to scraper-wiki API and fetch the ...
0
votes
1answer
78 views

Scraping links from more than one URL

I'm using ScraperWiki to pull in links from the london-gazette.co.uk site. How would I edit the code so that I can paste in a number of separate search URLs at the bottom which are all collated into ...
0
votes
1answer
62 views

Using ScraperWiki to get information from a div element

Is there a way to get the data out of a div-container with ScraperWiki? I've got a line of HTML that is something like: <div id="karte_data_aktuelle_temperatur___CHA" class="karte_text_hidden"> ...
-1
votes
1answer
104 views

Scraping data from multiple links within a site

I would like to use scraperwiki and python to build a scraper that will scrape large amounts of information off of different sites. I am wondering if it is possible to point to a single URL and then ...
0
votes
1answer
67 views

scraperwiki: why does my scraper work for 1 url but not another?

This is my first scraper https://scraperwiki.com/scrapers/my_first_scraper_1/ I managed to scrape google.com but not this page. http://subeta.net/pet_extra.php?act=read&petid=1014561 any ...
0
votes
1answer
128 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
3answers
97 views

PHP variables in scraper function

I'm using ScraperWiki to build a simple screen scraper getting links from an online store. The store has multiple pages, so I want to get all the links from the first page, find the "next" button in ...
0
votes
1answer
64 views

Proxy / Fetch data from other countries

Certain websites require us to have a particular IP address to display certain information eg. ads for country X. I would like to know if it is possible to use a proxy (preferably ruby one) with my ...
1
vote
1answer
177 views

Python scraper (Scraperwiki) only getting half of the table

I'm learning how to write scrapers using Python in Scraperwiki. So far so good, but I have spent a couple of days scratching my head now over a problem I can't get my head around. I am trying to take ...
0
votes
0answers
157 views

Scraper not advancing to next page for .aspx page

I am struggling to get my scraper to advance to the next page of an ASPX page at http://chicago.legistar.com/Legislation.aspx The scraper is at: https://scraperwiki.com/scrapers/chi_city_council/ ...
1
vote
1answer
88 views

How to get selenium to work on scraperwiki

I love selenium and I love scraperwiki but somehow I cannot get them to work properly together. I've tried to open a website in two ways with selenium on scraperwiki, both methods have been gotten ...
0
votes
2answers
313 views

Scraperwiki + lxml. How to get the href attribute of a child of an element with a class?

On the link that contains 'alpha' in the URL has many links(hrefs) which I would like to collect from 20 different pages and paste onto the end of the general url(second last line). The href are found ...
0
votes
4answers
114 views

What is the pythonic way to catch errors and keep going in this loop?

I've got two functions that work just fine, but seem to break down when I run them nested together. def scrape_all_pages(alphabet): pages = get_all_urls(alphabet) for page in pages: ...
0
votes
1answer
65 views

ScraperWiki - select a certain table on a website

i am writing a scraper for the following page: ...
1
vote
0answers
129 views

ASPX requests browser login emulation

I'm trying to do a post on a aspx webpage. I have successfully done the login and tries to get the page content with no luck. After logging in the page goes to a redirect tmp.aspx, then it shows you ...
0
votes
1answer
164 views

Why does this ScraperWiki for an ASPX site return only the same page of search results?

I'm trying to scrape an ASP-powered site using ScraperWiki's tools. I want to grab a list of BBSes in a particular area code from the BBSmates.com website. The site displays 20 BBS search results at ...
1
vote
3answers
117 views

What is wrong with the bs4 documentation? I can't run unwrap() sample code

I'm trying to strip out some fussy text from pages like this. I want to preserve the anchored links but lose the breaks and the a.intro. I thought I could use something like unwrap() to strip off ...
0
votes
0answers
127 views

Why does simple HTML DOM parser return wrong set of columns?

Trying to teach myself how to write a scraper for the first time w/ Scraper Wiki. <?php $html = scraperWiki::scrape("http://www.state.il.us/lcc/owners.asp?fn=271937028"); print $html . "\n"; ...
0
votes
0answers
86 views

Get scraperwiki code working [closed]

I want to get some scraper wiki code working as I'd like to use it. The script in question is: https://scraperwiki.com/scrapers/new/php?fork=fantasy_premier_league_player_stats_1 It basically gets ...
1
vote
0answers
182 views

CSS Selector Attributes Python

I have a Scraper on Scraperwiki that is picking out specific content via CSS Selector Attributes. I have it scraping spans and lines in numerical order at the moment. def scrape_table(root): ...
0
votes
1answer
113 views

ScraperWiki: simple_html_dom library

I would like to know if the simple_html_dom library from ScraperWiki: require 'scraperwiki/simple_html_dom.php'; Is the same or uses the same methods as this one: PHP Simple HTML DOM Parser I ...
0
votes
1answer
87 views

ScraperWiki: How to save html so it only gets loaded once

When I execute a scraper, it loads the url using this method: $html = scraperWiki::scrape("foo.html"); So every time I add new code to the scraper and want to try it, it loads again the html, ...
1
vote
1answer
59 views

sqlite queries returning errors - can't work out why

Not sure this is a side-effect of a custom function in sqlite, but I was trying to use the queries to power a form. (here's a rough demo ...
0
votes
2answers
275 views

Scraperwiki scrape query: using lxml to extract links

I suspect this is a trivial query but hope someone can help me with a query I've got using lxml in a scraper I'm trying to build. https://scraperwiki.com/scrapers/thisisscraper/ I'm working ...
0
votes
0answers
24 views

How do I find the current runid?

I'd like to know the runid of the current scrape. How do I find that with a python scraper?
0
votes
1answer
182 views

Saving and Resuming on scraperwiki - CPU time

This is my first time doing this, so I better apologize in advance for my rookie mistakes. I'm trying to scrape legacy.com for the first page results from searching for a first and last name within ...
0
votes
1answer
313 views

ScraperWiki/Python: filtering out records when property is false

I'm using the following code on ScraperWiki to search Twitter for a specific hashtag. It's working great and is picking out any postcode provided in the tweet (or returning false if none is ...
0
votes
2answers
277 views

Why isn't my KML feed working with Google Maps anymore?

I'm really confused. I have a KML feed at https://views.scraperwiki.com/run/hackney_council_planning_kml_output/? ...Which worked perfectly fine with Google Maps up until a few weeks ago: ...
6
votes
1answer
518 views

Can I install the “scraperwiki” library locally?

Is the scraperwiki python module available for install outside of the Scraperwiki.com web interface? It looks like the source is available, but not packaged.
1
vote
2answers
88 views

Why would scraperwiki omit lines from scraped html?

I have a really simple python script on scraperwiki: import scraperwiki import lxml.html html = scraperwiki.scrape("http://www.westphillytools.org/toolsListing.php") print html I haven't written ...
0
votes
2answers
163 views

Foreach loop dieing after one iteration

I've been experimenting with ScraperWiki and yesterday, I could get a list of all lis in the DOM. Now, however, I only run through one iteration. This is my code $html = 'www.blah...' $dom = new ...
2
votes
1answer
255 views

ScraperWiki: How to create and add records with autoincrement key

Anyone know how to create a table with a surrogate key? looking for something like autoincrement, that is just a large integer that automatically adds the next highest unique number as the primary ...
1
vote
2answers
123 views

Parsing a numbered transcript into XML

I'm wanting to build a scraper that parses through transcripts from the Leveson Inquiry, which are in the following format as plaintext: 1 Thursday, 2 ...
0
votes
1answer
42 views

Is there a way to delete a view on scraperwiki?

Is there a way to delete a view on scraperwiki? I can't find a way to do that anywhere on the site.
3
votes
2answers
2k views

Screenscaping aspx with Python Mechanize - Javascript form submission

I'm trying to scrape UK Food Ratings Agency data aspx seach results pages (e.,g http://ratings.food.gov.uk/QuickSearch.aspx?q=po30 ) using Mechanize/Python on scraperwiki ( ...
4
votes
1answer
277 views

How does scraperwiki limit the execution time?

How does scraperwiki decides to stop a scheduled run? Is it based on the actual execution time or the CPU time ? Or maybe something else. I scrape a site for which Mechanize requires 30s to load ...
3
votes
1answer
677 views

What does “exit status 1” mean in ScraperWiki, is it a failure?

A user was getting this message from a scraper run. Run succeeded: - ran 1 times, most recently for 2073 seconds (288 scraped pages, 2 records) ...
2
votes
1answer
254 views

Does ScraperWiki rate limit sites it is scraping?

Does ScraperWiki somehow automatically rate limit scraping, or should I add something like sleep(1 * random.random()) to the loop?
6
votes
3answers
4k views

Encoding error while parsing RSS with lxml

I want to parse downloaded RSS with lxml, but I don't know how to handle with UnicodeDecodeError? request = urllib2.Request('http://wiadomosci.onet.pl/kraj/rss.xml') response = ...
1
vote
1answer
332 views

What encoding does the ScraperWiki datastore expect?

While writing a scraper on ScraperWiki, I was repeatedly getting this message when trying to save a UTF8-encoded string: UnicodeDecodeError('utf8', ' the \xe2...', 49, 52, 'invalid data') I ...