Crawling is the process of browsing the Web in automated and methodical manner.
0
votes
0answers
15 views
What StatisticsDB do in Crawler4j open source code?
I am trying to understand the Crawler4j Open source web crawler. In the mean while I have some doubts, that are as follows,
Questions:-
What is StatisticsDB do in Counters class., and please ...
1
vote
0answers
32 views
Crawling Facebook for public Profiles & Fan Pages? [closed]
I have requirement to search Facebook Public Profiles & Fan Pages for user provided search query.
For that I can either use Facebook Graph API ( as Graph Search API has not been released yet.) ...
-4
votes
0answers
30 views
Fetch URLs from website
[SUMMARY]
I want to fetch the URLs of the pages behind a website's page, without knowing them.
It's like this but with pages I don't know.
[IN-DEPTH INFORMATION]
The website contains data about TV ...
0
votes
0answers
26 views
How robot change url contain specific language in URL by Ajax crawling?
How it all works, I understand. However, if the language in the url, I get into trouble. The biggest documentation is here (documentation). We know, that robot change #! for _escaped_fragment_=.
Easy ...
0
votes
1answer
88 views
Using Scrapy to extract data from Detail Pages
I am trying to crawl telephone numbers of agencies from this site:
List View
http://www.authoradvance.com/agencies/
Detail View
http://www.authoradvance.com/agencies/b-personal-management/
The ...
0
votes
5answers
68 views
Multi-threading on a shared List
I have a scenario where there will be a list containing websites and the code block to crawl those websites.
Is it possible to implement a multi-thread way so that each thread will take 5 or more ...
0
votes
1answer
59 views
Crawling a website fails because javascript isn't enabled
I use Abot for crawling,
I want to crawl a website that appears to block any request that doesn't have javascript enabled
it's a php page, and i get a "Please activate javascript to view this site." ...
0
votes
1answer
34 views
Sites are crawled even when the URL is removed from seed.txt (Nutch 2.1)
I performed a successful crawl with url-1 in seed.txt and I could see the crawled data in MySQL database. Now when I tried to perform another fresh crawl by replacing url-1 with url-2 in seed.txt, the ...
0
votes
1answer
26 views
Content in Tabs not crawlable. PhP
I have created multible tabs on my webpage but only content in default tab is crawled by google crawler. The content in the other tabs is not crawled by the google crawler when I check it in the text ...
1
vote
1answer
113 views
Google image search by URL, unable to crawl the page
I am trying to use Google image search by url for research purposes. That was after I gave up searching by the actual image since I can't really get it to work.
What is done so far
Using PHP, I can ...
0
votes
0answers
7 views
heritrix — limiting outgoing connections
I've been working with heritrix lately; from the documentation I can find out how to limit the total outgoing bandwidth, but I was wondering is it possible to limit the speed with which requests go ...
1
vote
0answers
19 views
nutch crawler: db_unfetched a large number and no fetching is done
I am using nutch to crawl and download content from wikipedia from a certain domain. In the log I see that around 3000 urls are fetched But when I look at the stats, db_fetched is just 81 while ...
0
votes
0answers
24 views
How to crawl a new website for retweet data
I have a AI project to do where I have to analyze a information diffusion on a network. For that first I have to obtain a network by crawling a website of any choice and get the data such as "X ...
0
votes
1answer
98 views
Find all possible links in a website / Screen-Web Scraping with Python
Sort of an open-ended question here. I needed to go across a Job site and search for a Job Description tag and a Skill requirement (I'm done with this). I basically wanted to know, how do I crawl ...
1
vote
1answer
76 views
Apache Nutch 2.1 - How get complete source code
I am trying to write my own Nutch plugin for crawling webpages. The problem is that I need to identify if there is some special tag, e.g. on the webpage. There is some note in official documentation ...
0
votes
1answer
64 views
Scrapy call javascript function
I'm using scrapy to crawl this website : http://egypuppy.com/e-store.php?fl=1
In the drop down menu by the right, I can choose a breed to view the dogs, this is an example for one of the li elements ...
0
votes
1answer
21 views
Graph API returning empty data
For a project I'm required to crawl a few Facebook pages using the Graph API (and R). These pages are MonsterEnergy, RedBull and Rockstar. Monster and Rockstar work just fine, but the Graph API is ...
0
votes
0answers
47 views
How to find depth and score of unfetched URLS in Nutch
Hi I had crawled a website using nutch 1.5.1 with following parameters. -depth=20 and -topN=800. Now I have a fairly large number of URLS (approx 6K) that are with status db_unfetched. I want to ...
0
votes
1answer
23 views
Multiple apps for one purpose. Illegal?
Is anything illegal in having multiple Facebook apps for the same purpose? I'm doing thesis for bachelor degree in computer science on Distributed Facebook Crawling so it would be a disaster to base ...
1
vote
0answers
79 views
Scrapy crawler not seeing any items being scraped.
I am interested to pull out some urls from my database to be crawled first during my next re-crawl.
I have written a custom middleware for this, but due to a bug with JOBDIR, I am unable to achieve ...
0
votes
1answer
125 views
Scrapy forum crawler starting but not returning any scraped data
Here is my code, can someone please help, for some reason the spider runs but does not actually crawl the forum threads. I am trying to extract all the text in the forum threads for the specific forum ...
0
votes
1answer
65 views
urllib2 fetch web page [closed]
I have a problem that is driving me crazy. I'm using urllib2 to fetch many url. There is a url that sometimes comes back to me the whole html page and sometimes not. This is my code:
def ...
1
vote
0answers
126 views
how to set cookies in curl using LIB_http
I'm receiving cookies message again & again while sraping the page manta.com
message is
Array ( [FILE] =>
Oops.
Before you can move on, please activate your browser cookies.
I am using cookies ...
0
votes
1answer
159 views
Get all comments from disqus rss feed
How do I paginate through this rss feed to view all comments?
http://npr2way.disqus.com/dead_mice_are_going_to_be_dropped_on_guam_from_helicopters_really/latest.rss
0
votes
0answers
65 views
First page for crawlable ajax application
To make an ajax application crawlable for Google the following specification should be used: https://developers.google.com/webmasters/ajax-crawling/
But when having a backend in php or .net, how ...
0
votes
1answer
100 views
Crawling and indexing on Database
We have two sites, one developed in RoR and other in Python(Django). MongoDB is used as a data store for the sites. The sites are login-based. So, users are able to see only their data and not of ...
0
votes
1answer
198 views
Cannot download using wget (wget retry “unlimitedly”)
I've to crawl website http://docbao.com.vn/ using wget, but wget always message
HTTP request sent, awaiting response... No data received.
Retrying.
For example, I crawled all webpages in a category ...
0
votes
1answer
88 views
Google Docs Embed: Have it crawled and indexed by Google
On our website, we have loads of PDFs and Word Docs displayed via the Google Docs Embed widget:
<iframe src="http://docs.google.com/viewer?url=http://our-url.com/view=file.doc&embedded=true" ...
8
votes
1answer
232 views
Apache Nutch 2.1 different batch id (null)
I crawl few sites with Apache Nutch 2.1.
While crawling I see the following message on lot of pages:
ex. Skipping http://www.domainname.com/news/subcategory/111111/index.html; different batch id ...
0
votes
2answers
98 views
Crawling only Dynamic Data
I am trying to crawl the archives of a local news paper and am getting the desired result. Is there any way for me to program the crawler such that the static buttons such as the Home, Button and ...
-3
votes
1answer
55 views
Crawling Google [closed]
I want to get a list of realtors in a certain city. Their name, agency, phone, and website.
How can I crawl Google to do this?
(hopefully someone that has done something like this before can shed ...
0
votes
1answer
93 views
Scrapy Link Extractor Denying Previously Scraped Links
I am building a crawler using the CrawlSpider class in Scarpy. I suspect that the link extractors loop over same links over and over again. Is there a way to restrict link extractor and deny links ...
0
votes
1answer
113 views
How to crawl the whole website, if data append with Javascript after scrolling
I need to crawl a website, but the problem is, there is no linked pagination at the bottom. Data appends if you scroll to the bottom. Now how can I make this happen with my crawler? Are there any ...
-2
votes
1answer
43 views
Extracting a List of Links with HtmlUnit (Java) [closed]
I'm trying to extract the date and corresponding list of articles as shown here: http://finance.yahoo.com/q/h?s=EURUSD=X&t=2013-01-31T00:11:00-05:00
However, my knowledge of HTML is limited which ...
0
votes
0answers
37 views
Crawling Neiman Marcus Site
I have been trying to crawl Nieman Marcus Dresses inventory for some days, but I haven't made any progress. Unlike other sites, which make a simple Ajax calls to the next pages these guys seem to be ...
0
votes
2answers
297 views
How can I click a button on another site programmatically?
I Want to Enter to another site with my program(asp.net/C#).
HOW can i crawl the site and find username & password text boxes and fill them with needed data.
then HOW can i press/Fire the login ...
2
votes
1answer
37 views
How to read urls from different files and set different depth for crawling?
I want to have two files seed.txt and seed2.txt and in each file to have different urls. In seed.txt the depth for crawling i want to be for ex. 2 and in seed2.txt the depth to be 3. Is there any ...
0
votes
2answers
261 views
NodeJS async queue too fast (Slowing down async queue method)
I have an HTTP Get request and I want to parse the response and save it to my database.
If i call crawl(i) independentely i get good results. But i have to call crawl() from 1 to 2000.
I get good ...
1
vote
2answers
190 views
Any advice for crawling data from TripAdvisor
We are currently working on an NLP project and in need of a corpus that is intended to be extracted from tripadvisor.com. We are expecting the output as a couple of types: comment and the rating of ...
3
votes
3answers
219 views
Recrawl URL with Nutch just for updated sites
I crawled one URL with Nutch 2.1 and then I want to re-crawl pages after they got updated. How can I do this? How can I know that a page is updated?
0
votes
1answer
94 views
nutch crawling gets stuck in spinwaiting or active. how to reduce fetch cycle?
I am using nutch 2.1 and crawling a site. The problem is that the crawler keeps showing fetching url spinwaiting/active and since the fetching takes so much time the connection to mysql gets timedout. ...
-1
votes
2answers
176 views
Python - web crawling [closed]
Hey I have to do web crawling as an academic project and was hoping for a little help here.
I have a website where people have reviewed products and other stuff and I would like to extract some ...
1
vote
1answer
129 views
Java crawler with custom file save ability
I'm looking for a open-source web crawler written in Java which, in addition to usual web crawler features such as depth/multi-threaded/etc. has the ability to custom handling each file type.
To be ...
-1
votes
1answer
76 views
Login via curl shows a blank page [closed]
I made a custom login page through php. Using CURL I crawled and logged in but I'm redirected to a blank page instead of home page. I verified the log table in database which shows that a login was ...
0
votes
1answer
27 views
How to change domain.com/#!/url to domain.com/url
I would like to know, is it possible to change links structure from domain.com/#!/home to domain.com/home
I tried using htaccess but it doesn't change anything. I was looking for information on the ...
-1
votes
1answer
20 views
How can I track all of the webpages that have embedded a video online using the embed url?
How can I track all of the webpages that have embedded a video online using the embed url?
Are there any search engines that will crawl web pages for instances of an embed url link within source ...
1
vote
2answers
324 views
How to recrawle nutch
I am using Nutch 2.1 integrated with mysql. I had crawled 2 sites and Nutch successfully crawled them and stored the data into the Mysql. I am using Solr 4.0.0 for searching.
Now my problem is, when ...
0
votes
0answers
16 views
Sitemap versus a Contents Page
I'm having a bit of trouble getting sitemaps to auto-generate correctly, probably because I am using forms to connect to other pages, which are dynamically created.
I'm sure this is a very solvable ...
1
vote
2answers
205 views
Source code to text file not working using C#.net and Web browser?
source-code scrapping not working, its giving a blank text file as output
private void button2_Click(object sender, EventArgs e)
{
...
-3
votes
1answer
168 views
How to scrap data from a website which needs login using C#.net?
I am trying to crawl a search page in Jigsaw.com for a list companies. This site need to login to view data.
My Code which i am trying is:
when i run the code its going to login page instead of ...
