This tag refers to the technique used to extract information from content intended for human consumption. Most commonly refers to extracting data from websites.

learn more… | top users | synonyms

0
votes
0answers
103 views

Scraping all the topics a user follows on Quora

I'm using Quora-Personal-Analytics to get the names of all topics Marc Bodnick is following. Last year this used to work: ruby QuoraCrawler.rb "Marc-Bodnick" -t; ruby QuoraStats.rb "Marc-Bodnick" -t ...
1
vote
1answer
715 views

Site scraping in perl using WWW::Mechanize

I have used WWW::Mechanize in perl for site scraping application. I have faced some difficulties when I'm going to login to particular site via WWW::Mechanize. I have gone through some examples of ...
0
votes
1answer
176 views

WebBrowser multiple instance in Azure cloud

We are having requirement for multiple instance of the WebBrowser components, running simultaneously in the Windows Azure worker role instance. What is the best approach on implementing this? Our ...
-2
votes
1answer
122 views

Facebook like is broken, adds a trailing # to the final url

I'm running my site on Cargo Collective and trying to have likes per page. I cannot modify the code in the head tag only within the body tag. When i debug a page i get the following; Response Code ...
0
votes
1answer
177 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 ...
1
vote
0answers
92 views

Scrape public Picasa album [closed]

I have a URL to a public Picasa album, and I want to download all pictures contained in it. I have no access to a RSS feed (so I can't use downthemall in FireFox). I tried wget, but likely due to all ...
1
vote
1answer
94 views

DomDocument fetch h1 tag

I have very very big html page/data. I need to fetch data under h1 tag. so what I have seen on various example is DOMDOCUMENT is basically used for parsing xml. but if i have html data, very meshu, ...
0
votes
1answer
636 views

Facebook Linter returns 'Error Parsing URL: Error parsing input URL, no data was scraped.'

facebook returns "Error Parsing URL: Error parsing input URL, no data was scraped." when I use Facebook Linter. I already tried taking away the meta tags then putting them back in. I can't get this ...
0
votes
2answers
279 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
66 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 ...
0
votes
0answers
51 views

Receiving traffic being refered from Localhost

Is somebody attempting to hack or scrape my media site? I'm getting traffic at certain intervals refered from localhost:(multiple ports) and the referral path is selenium-server/core/Blank.html What ...
0
votes
2answers
133 views

HDI: Check the “in-stock” status of an item on a web site in bash?

I'm having a hell of a time catching an item in-stock on a web site. I keep missing it by about a half hour or so. How can I pull the contents of the Nikon store page ( ...
2
votes
2answers
202 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 ...
0
votes
0answers
333 views

Saving web page's Source-code Python

I was trying to scrape a webpage, but when I organize the page's source code python misses some codes that I'll need. If I save the source code previously, by right clicking on the page, I have no ...
0
votes
1answer
144 views

ASP.net: Scrape Part of webage

Dim url As New Uri("http://www.testpage.com") If url.Scheme = Uri.UriSchemeHttp Then 'Create Request Object Dim objRequest As HttpWebRequest = ...
0
votes
1answer
216 views

Can Anemone crawl html files stored locally on my hard drive?

I'm hoping to scrape together several tens of thousand pages of government data (in several thousand folders) that are online and put it all into a single file. To speed up the process, I figured I'd ...
-1
votes
3answers
113 views

How to check what CDNs are used on a website? [closed]

I am trying to debug some information and one of the things I would like to find out is the Content Delivery Networks used on a website. How can I do this with php? It's not my site and you can do ...
5
votes
1answer
501 views

Remotely Scrape Page and Get most Relevant title or Description for Images with XPath

What I'm looking at doing is essentially the same thing a Tweet button or Facebook Share / Like button does, and that is to scrape a page and the most relevant title for a piece of data. The best ...
0
votes
1answer
147 views

Easiest platform to scrape/store/display and search data?

I have plan to build a website where the users could enter some data about their own cars (say number of years, their self-rated maintained level and so on) and then I can scrape some of the ...
0
votes
1answer
183 views

Check if page contains specific word

How can I check if a page contains a specific word. Example: I want to return true or false if the page contains the word "candybar". Notice that the "candybar" could be in between tags (candybar) ...
0
votes
2answers
141 views

Scraping data into Stata

I have 40,000 HTML files. Each file has a table containing the profit & loss statement of a particular company. I would like to scrape all these data into Stata. (Or alternatively, into an ...
0
votes
2answers
402 views

Python / web scrape / aspx — is it humanly possible when there are no forms?

Total noob, obviously. Teaching self Python for web scraping in the interest of open records/government transparency/reporting/etc. There's an .aspx page I want to scrape, a week-by-week calendar ...
1
vote
0answers
115 views

FB wont scrape a php version but will the html version

I have a really weird issue here. No matter what I do, even using a simmple basic test page, facebook returns a 206 error and wont scrape my test.php page. If I simply change the extension to ...
1
vote
2answers
2k views

PHP Curl following redirects

I'm trying to be a bit sneeky and as part of a learning process try and improve my page scraping skills. One thing i've come across that I have yet to be able to solve is that certain sites will use ...
1
vote
2answers
184 views

file_get_contents in PHP not working

For a class project, we are supposed to pull data from another website. I picked pulling games similar to a given game from GiantBomb.com (credits are given to them on my script) // $gameLink = ...
0
votes
3answers
503 views

What is considered good crawling/scraping speed?

I'm writing some code to crawl webpages to extract product price data. On some pages I need to visit more than 3k pages per day, so I don't want to blow up their servers by requesting 100 pages/sec. ...
-1
votes
1answer
114 views

screen scrape and ajax

I want three tables from a page that reloads itself every two minutes. I have screen scraped the three tables using php now I want to put these three tables in a div on my page what is the best ajaxy ...
0
votes
2answers
389 views

I can't get Facebook to scrape links I post to my blog

None of the right pictures show up when I post a link on Facebook to a blog post I've made. I've tried to add og tags to all sorts of things in my blog code and nothing has worked. Help! I tried the ...
0
votes
2answers
331 views

Scrape website to retrieve certain li elements

I'm running a lottery syndicate and want to automate our system to check for the lottery numbers (UK National Lottery) The url I am getting is: ...
1
vote
4answers
893 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
41 views

What technology to use for aggregating information from the internet?

What technology do companies like SeoMoz use for aggregating large amounts of information from the internet and building their own index of links - same goes for Google and search engines I guess! I ...
0
votes
1answer
384 views

using scrapy to parse an arbitrary number of rows (key:value pairs) in an html table

Recently started working with the scrapy library. I am trying to scrape from a web site that has slightly different tables for each kind of product they sell. Eventually, I will use the data to ...
0
votes
1answer
128 views

Scrape a Facebook Group Document

background: My friend has a minecraft server with a white list. The community for that server is managed with a facebook group, and the white list is a facebook document within that group. ...
1
vote
2answers
161 views

Get previous element of a different type with PHP Simple Html Dom?

Hoping this is possible with Simple Html Dom, I'm scraping a page that looks like this: <h5>this is title 1</h5> <img> <img> <img> <h5>this is title 2</h5> ...
0
votes
2answers
494 views

How to scrape page requiring cookies and javascript in PHP

Is there an easy way to emulate cookies and javascript with a php script scraping a web page requiring it? The current response shows: <body><noscript>This site requires JavaScript and ...
2
votes
1answer
857 views

Javascript inside of iframe. Scraping with watir

I'm trying to figure out WATIR. Here is a situation. I want to monitor ads in few websites, but scraping them is not easy task because they are in iframe, then there is another iframe links which is ...
0
votes
0answers
124 views

how to scrape and decipher a GWT page through Ajax to resubmit

I am doing some screen scraping on a website and one of the pages is using GWT. while I can read the current data on the page, I cannot update and resubmit the data since I cannot figure out how the ...
0
votes
2answers
110 views

scraping text from a file to view - with non standard format - php

Ok so I have a text file that will change regularly that I need to scrape to display on screen and potentially insert into a database. The text is formatted as follows: "Stranglehold" Written by Ted ...
0
votes
1answer
75 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 ...
0
votes
1answer
75 views

Program to generate regex easily?

Let's say I have a url such as... http://www.example.com/random-garbage-here-i-dont-want-12392/video2983439 Is there a program where I can just put this test string in, highlight/select the parts I ...
4
votes
3answers
1k views

Python: the right URL to download pictures from Google Image Search

I'm trying do obtain images from Google Image search for a specific query. But the page I download is without pictures and it redirects me to Google's original one. Here's my code: AGENT_ID = ...
3
votes
3answers
4k 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
978 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 ...
1
vote
3answers
2k views

Scrape data from a website with PHP [closed]

I am trying to gather information into a text file, that I will later be uploading to a MySQL database. I am trying to gather all of the PS3 trophy information. I will be using this website : ...
0
votes
1answer
205 views

URI Extract escaping at colons, any way to avoid this?

I have the following function below that will normally spit out a URL such as path.com/p/12345. Sometimes, when a tweet contains a colon before the tweet such as RT: Something path.com/p/123 ...
1
vote
1answer
246 views

Java emulation of a vt220 terminal for screen scraping

I have to do a screen scraping of a vt200 telnet connection using Java 1.6. I have tried to cheat and use a simple telnet connection with InputStrem and OutputStream but the server is picky and, when ...
1
vote
1answer
425 views

Login to ASPX page with Perl script

I am trying to scrap an ASPX page with Perl's WWW::Mechanize . The problem is that the page I want to scrape can be accessed only after logging in. I tried using the HTML::TreeBuilderX::ASP_NET module ...
1
vote
2answers
191 views

Can YUI 3.4.1 Be Used to fetch text from a remote web server?

Within the context of a web application written using the YUI library 3.4.1 it is necessary to load free-form text data from a remote server. I've looked DataSource Get and IO examples in YUI ...
6
votes
3answers
6k 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 ...
0
votes
2answers
2k 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". ...

1 2 3 4 5 7