Tagged Questions
0
votes
1answer
73 views
How do I screen scrape google Maps places?
I have this map, https://maps.google.com/maps/ms?msa=0&msid=211195694269703855460.0004a7072cf25d4660761&ie=UTF8&ll=41.40205,2.157927&spn=0.103847,0.133132&source=embed
I would ...
0
votes
1answer
71 views
Java Screen Scrape using sockets?
I am trying to collect the HTML from this website http://movies.about.com/od/actorsalphalist/Actors_Detailed_Movie_News_Interviews_Websites.htm
I open a socket and try to read and print each line of ...
0
votes
1answer
222 views
Screen scrape using php and fopen [duplicate]
Possible Duplicate:
Screen scapingin in php using file_get_contents
Can anyone help me.. I am trying to scrape Hotel reviews from LateRooms.com dont tell me its a bad idea because I already ...
-2
votes
1answer
283 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 ...
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 = ...
-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
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 ...
1
vote
2answers
733 views
How to screen scrape an Ajax site in Java?
I wish to screen scrape several Ajax based websites and simulate clicks which refresh part of the webpage, and then read the updated HTML. Is there any Java library which can do this?
0
votes
2answers
817 views
Perl Screen Scrape Data from Table
I would like write a Perl script to get the html contents of a webpage and then scrape the contents of a table. The exact page is:
http://djbpmstudio.com/Default.aspx?Page=album&id=1
So far I ...
0
votes
1answer
459 views
Extract Google Search Result Redirects
I have read several stackoverflow posts on how to extract the URLs of Google search results, and have written a similar implementation using python, curl and beautifulsoup.
My question is, how can I ...
1
vote
1answer
178 views
Is it possible to scrape content and generate an rss feed from a membership site?
Is it Possible to scrape content from a membership site so that i can create an Rss feed for import into my inbox?
You see, I'm a member of several sites that provide casting calls for the performing ...