The process of extracting information from the HTML source code of live websites. Typically used by third-party applications to interact with a website that doesn't expose an API.
0
votes
1answer
17 views
Append lists for CSV output in Python
At the moment I am scraping data from the web and want to output it into CSV.
Everything is working fine but as soon as I append more than one list in the iteration the list has the wrong format.
I ...
-1
votes
1answer
19 views
Scraping facebook id from home page [closed]
I am trying to scrape the facebook id from the home page of the user. Now i know how to extract using graph.facebook.com/(user profile name). But can the graph api help when we are in our own page ...
-3
votes
1answer
27 views
Scraping Images from Pinterest on Heroku - is it possible?
I'm trying to read a specific pin page from pinterest and getting a 403 (Permission Denied) as a response. Here's the code:
url = 'http://pinterest.com/pin/498844096195830377'
open(url)
This ...
0
votes
0answers
13 views
Can mechanize (python) deal with HTTPS?
I learning form filling through mechanize.
I used the code :
import mechanize
abc = mechanize.Browser()
abc.set_handle_robots(False)
ua = ' Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) ...
0
votes
2answers
34 views
What would be the best distributed storage solution for a heavy use web scraper/crawler?
I'm implementing a web scraper that needs to scrape and store about 15GB+ of HTML files a day. The amount of daily data will likely grow as well.
I intend on storing the scraped data as long as ...
0
votes
1answer
17 views
Scrape number of tweets for certain Twitter accounts
I need to scrape the exact number of tweets that are generated under certain Twitter accounts on a daily basis. As well as the number of followers.
As far as I know Twitter's streaming API is not ...
0
votes
1answer
14 views
How to skip through same tags in BeautifulSoup - Python
I am currently writing code for Scrapers and more and more become a fan of Python and especially BeautifulSoup.
Still... When parsing through html I came across a difficult part that I could only use ...
0
votes
0answers
18 views
scrapping data from a page using json
This page has many live games and we want to get game data with odds and result. This page, I think, is using something like Json to transfer data. How can I get all game data from this page? I use ...
0
votes
1answer
27 views
How to build javadoc browser application? [closed]
I am a newbie to java and have only taken core java language course in my study. Now as a class room project I have been given a task to develop a browser application that will display complete java ...
0
votes
1answer
23 views
Java web-scraper sees captcha
I have made a web-scraper for Google Scholar in Java with JSoup. The scraper search Scholar for a DOI and finds the citations for this paper. This data is needed for a research.
But, the scraper only ...
-2
votes
1answer
18 views
Anyone know a good web crawler for wordpress? [closed]
I would like to crawl my wordpress blog and just create a list of my blogposts and the images that are within those posts. Does anyone know of a good and free web crawler for this or have suggestions ...
0
votes
0answers
3 views
linking to content available on itunes, amazon.com, google play and others
Okay so I'm building a web app that aggregates entertainment (TV shows, movies, other videos, podcast's ) and it's basically all sorted into genre's recent release etc. now I would like to link to ...
0
votes
2answers
46 views
Scrape website with Ruby based on embedded CSS styles
In the past, I have successfully used Nokogiri to scrape websites using a simple Ruby script. For a current project, I need to scrape a website that only uses inline CSS. As you can imagine, it is an ...
2
votes
1answer
36 views
PhantomJS hanging when called from CLI or Web
I'm trying to use phantomJS to capture a screenshot of a URL, however when I call phantomJS (from either the command line or web app) it hangs and seesm to never execute the "exit()" call. I can't ...
2
votes
1answer
35 views
Unable to run scrapy for Python
I am new to this platform as well as to Python scraping. I hope that my question will still be understandable and somebody can help me. Sorry, in case I make something unclear...
I have already ...
-1
votes
1answer
30 views
Java - How to get all pictures from every thread in a forum? [closed]
I am trying to find a way to download or get the links to every picture that is in a forum (the forum requires every user to log in). I have tried with WebHarvest and HTMLUnit but I can not seem to ...
0
votes
1answer
41 views
How to run Selenium browsers in the background in windows
I'm trying to click on a javascript button in this site(its the search button on the left):
http://www.amadeusepower.com/trek/portals/trek/default.aspx?Culture=en-US
I couldn't find a way to click on ...
-2
votes
1answer
24 views
Get only code and not complete web using PHP curl in WP? [closed]
I have this simple code:
$theBody = wp_remote_retrieve_body( wp_remote_get('http://www.wordpress.org') );
print_r( $theBody );
die();
It is working, but instead of just echoing the source code it ...
-1
votes
0answers
27 views
Getting a word after another, that was between <em> HTML tag
I am trying to code a gender of a scraper, learning purposes, but I am facing a problem.
Elements on my program:
TextBox2
Button - Find
RTB - code
RTB - list (filtrated results)
User inserts his ...
1
vote
0answers
35 views
imacros firefox use csv file to enter keywords into search box and extract results
I'm using the imacros free plugin for firefox to scrape data from a javascript search form on a website. Here is a breakdown of my macro so far.
This portion of the macro below automatically enters ...
0
votes
0answers
12 views
Scraping nasdaq.com for quotes
I'd like to write an API which scrapes Nasdaq.com and returns the quotes for a given symbol in a neat XML/JSON format. I'm aware that the quotes in the site are delayed, and I don't really live data. ...
1
vote
2answers
34 views
file_get_html returning bizarre symbols
$html = file_get_html("http://www.vegasinsider.com/mlb/odds/las-vegas/?s=316");
echo $html;
$html is returned as a bunch of strnage symbols that include vۺ�(
I though that using:
...
1
vote
2answers
66 views
What if I want to web scrape with R for a page with parameters?
The page I would like to scrape here: http://stoptb.org/countries/tbteam/searchExperts.asp requires the submission of parameters in this page: http://stoptb.org/countries/tbteam/experts.asp in order ...
0
votes
2answers
53 views
how are javascript based websites different?
I am trying to scrape the content of a website which seems to be working on javascript or some other technology. I am using xpath to find the content on the page. I can see the content using firebug ...
0
votes
1answer
27 views
Compiling individual webpage tables into a single Excel readable table
I would like to create a master list of contact information for all Chiropractors in Arizona. The board website lists all the Chiropractors here however, I have to click through to see each ...
2
votes
0answers
52 views
Need help in Web scraping webpages and its links by automatic funciton in R
I am interested to extract the data of paranormal activity reported in news, so that i can analyze the
data of space and time of appearance for any correlations. This project is just for fun, to ...
1
vote
1answer
26 views
parsing xml attribute: strange Encoding issue
I get a strange encoding problem when I try to parse a certain attribute of an xml/html document.
Here a reproducible example , containing 2 items with 2 titles (note the use of french accent here)
...
0
votes
0answers
68 views
How to scroll down with Phantomjs to load dynamic content
I am trying to scrape links from a page that generates content dynamically as the user scroll down to the bottom (infinite scrolling). I have tried doing different things with Phantomjs but not able ...
1
vote
0answers
69 views
Best way to get word frequency counts for a website? Or part of a website?
Pretty simple, I just looking for a simple means of extracting word frequencies from a given website, or section of a website.
I am also interested in calculating average distance between two given ...
0
votes
3answers
67 views
What language should i study? [closed]
Hey hello i am new to this world of programming , English is not my first language and i am sorry if i make some mistakes typing. Anyway i am here to ask you people: What language should i study for ...
0
votes
0answers
36 views
How to push buttons and submit forms while web scraping in node.js
So my question is very simple, I've been able to find some places suggesting different options but nothing that has been clear or reliable.
I have different problems.
1
While web scraping, I need ...
0
votes
1answer
36 views
Python: Can't start new thread. Can I stagger or delay some threads?
Not really sure how to ask this question since I am just beginning to learn python but here it goes:
I have a web scrapper that uses threading to grab info. I am looking for pricing and stock for ...
-4
votes
0answers
61 views
Prevent getting my IP blacklisted while scraping a website [closed]
I'm using PHP's "simple HTML DOM" to scrape a website. This website is growing on a regular basis and what started as a three-page scraping is now 90 pages.
Due to the update rate of this website, I ...
0
votes
1answer
56 views
*Update: How to parse html with python/ beautifulsoup
First, I'm pretty new to Python. I'm trying to scrape contact information from offline websites and output the info to a csv. I'd like to grab the page url(not sure how to do this from the html), ...
0
votes
0answers
23 views
click on submit button to get next page using mechanize in ruby
I'm new to ruby development could anybody suggest me to move forward in the following issue,
I'm doing web scraping for a site "https://discovery.cor.gov/Public/PayTickets.nsf/TicketQuery?OpenForm ...
2
votes
1answer
60 views
How to scrape coupon code of coupon site (coupon code comes on clicking button)
I want to scrape a page like - I'm using scrapy and python for the same...
I want to scrape the button which you can see in the below pic (left pic)
http://postimg.org/image/syhauheo7/
When I click ...
-2
votes
2answers
95 views
Simple web-scraper app, without third party libraries [closed]
I have a class assignment to make a simple console app on C#.NET, and I've been asked to try to do it without third party libraries.
Before I got the task, I've never heard of this kind of programs, ...
0
votes
1answer
35 views
Unable to access the real page source code
This is not one of those standard issues about javascript modifying some parts of page source which become hidden after you right click > view page source. My problem is different.
Actually I am able ...
0
votes
1answer
29 views
Using HTMLAgilityPack Extract text, which is not between tags and comes after specific node
HTML code:
<b> CAR </b>
<br></br>
Car is something you can drive.
<br></br>
<br></br>
C# code:
HtmlAgilityPack.HtmlDocument ...
1
vote
1answer
27 views
How to add data to a dict-like Item Field using ItemLoaders?
I'm using Scrapy's XPathItemLoader, but it's api only documents adding values to an Item Field, but not any deeper :( I mean:
def parse_item(self, response):
loader = ...
0
votes
2answers
31 views
How do I pull the correct image URL from this Wikipedia table?
I built a scraper to pull all the information out of a Wikipedia table and upload it to my database. All was good until I realized I was pulling the wrong URL on images, and I wanted the actual image ...
0
votes
1answer
29 views
PHP Simple Dom Parser Blank Array
I'm trying to use the Simple Dom Parser to extract a piece of html from Yahoo Sports..
<?php
include('simple_html_dom.php');
$html = file_get_html('http://sports.yahoo.com/mlb/players/5763');
...
0
votes
1answer
30 views
DOM Scraping This Page For Specific Table
Im trying to scrape the very last table on the right of this page http://anonym.to/?https://vircurex.com/ and grabbing all its data and printing it out. Problem is all these tables user the same ...
0
votes
2answers
73 views
automate login / scrape files from a website
I need to figure out how to scrape a website and download files from an authenticated website.
A script needs to
login to this website using a username/password
navigate through the pages to get ...
0
votes
0answers
60 views
php script for web scraping gives me an empty array
I'm trying a web scraping with my virtual web server; I'm looking for the name of projects + the name of creator in the page for example Bring THE PEOPLE TO COME to New York City by Yanira Castro
...
0
votes
1answer
24 views
Need to find text with RegEx and BeautifulSoup
I'm trying to parse a website to pull out some data that is stored in the body such as this:
<body>
<b>INFORMATION</b>
Hookups: None
Group Sites: No
Station: No
...
1
vote
1answer
38 views
Separate a characters string in CSV
I would like to separate the characters of a string in excel. For the moment I have a list like this in CSV.
For example in A1 :
Uncle Tony Records,Florida,"Electronic, Indie, Weird & Unusual"
...
-3
votes
0answers
27 views
How to get all the posts from IMDB forum for a movie?
For a project I want to get all the posts from IMDB forum for some movie. What is the best way to do it? Thanks! Are there some java or python scripts to do it?
1
vote
0answers
45 views
script to extract from a website and create list of words in excel
I want to cross list allrecordlabels.com by US state (Alabama, California, New York Mississipi Tennessee, North, South Carolina and Georgia) and genre as following :
A1 LABEL NAME / B1 STATE NAME / ...
-1
votes
1answer
29 views
Using cURL or DOM to webscrape
I've been working on this for about four hours and have been all over the internet trying to understand it, so please be gentle.
I'd like to display a div from an external source on my php page. I've ...



