The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
156 views

Headless Java HTTP client for crawling?

I'm looking around for a crawling tool, written in Java, to detect invalid url's in our sites. The difficulty is that much of the url's are done with javaScript, CSS3 and Ajax. So just getting the ...
3
votes
1answer
375 views

Speed of fetching web pages with Eventlet and Python?

I am writing a relatively simple crawler in Python but I want to use asynchronous networking lib in order to fetch multiple pages concurrently.I saw the examples on their page but when I apply the ...
3
votes
2answers
220 views

Link to individual mails in gmail

I want to download all emails in a gmail account and also want to get the unique url which will open the exact mail in gmail, off course with authentication. I tried using javax.mail imap library but ...
3
votes
5answers
440 views

crawling a html page using php?

this website http://courses.westminster.ac.uk/CourseList.aspx which lists over 250 courses in one list, i wanted to get the name of each course and insert that into my mysql database using php, the ...
2
votes
3answers
200 views

Crawlable AJAX with _escaped_fragment_ in htaccess

Hello fellow developers! We are almost finished with developing first phase of our ajax web app. In our app we are using hash fragments like: http://ourdomain.com/#!list=last_ads&order=date I ...
2
votes
4answers
128 views

Periodic HTML crawl

I'm considering developing a site where the server will crawl another site periodically, in order to gather content for certain entries in my database. My quesitons are as follows... How do you get ...
2
votes
1answer
440 views

Nutch solrindex command not indexing all URLs in Solr

I have a Nutch index crawled from a specific domain and I am using the solrindex command to push the crawled data to my Solr index. The problem is that it seems that only some of the crawled URLs are ...
2
votes
1answer
473 views

Getting App Store Data

Could anyone point me in the right direction for downloading app store statistics from: -the Apple App Store -The Android Market -the Amazon AppStore Specifically, I'd like to get the -average ...
2
votes
1answer
475 views

Wordpress - wp_insert_post with resized post thumbnail

I will crawl some data from an XML file and I have all the information I need including the image URL. There is a function in Wordpress called wp_insert_post which is used to create posts ...
2
votes
2answers
164 views

How to tell Google bot that certain links no longer exist

In the first days of a website, I made a mistake in the generation of some links; following them outputs a database error. Google bot has attempted to follow those links and now they appear as crawl ...
2
votes
1answer
362 views

How do i exclude everything but text/html from a heritrix crawl?

On: Heritrix Usecases there is an Use Case for "Only Store Successful HTML Pages" My Problem: i dont know how to implement it in my cxml File. Especially: Adding the ContentTypeRegExpFilter to the ...
2
votes
2answers
760 views

wget mirror all subdomains [closed]

I am mirroring a website starting my crawl from a particular subdomain (eg a.foo.com). How can I make wget also download content from other linked subdomains (eg b.foo.com) but not external domains ...
2
votes
1answer
382 views

Getting SharePoint crawl history

I have an application that uses the Microsoft.Office.Server.Search.Administration.CrawlHistory class to read crawl history information once a day and save it to a database where we can generate ...
2
votes
2answers
828 views

ruby + save web page

To save the HTML of a web page using ruby, it's very easy. One way to do is by using rio : require 'rubygems' require 'rio' rio('http://www.google.com') > rio('google.html') It is possible to do ...
2
votes
2answers
2k views

how to make nutch crawl file system?

not based on http, like http://localhost:81 and so on, but directly crawl a certain directory on local file system, is there any way out?
2
votes
3answers
1k views

Document Library Crawl

I set up a new scope and passed in the URL for a specific document libary that I created that hold 2 word documents. For some reason when I start a full crawl, it does not see the 2 word documents. ...
2
votes
2answers
331 views

Is there a good open source search engine including indexing bot which can be used to make up special catalogue by feeding the bot with certain properties?

Our application (C#/.NET) needs a lot of queries to search. Google's 50,000 policy per day is not enough. We need something that would crawl Internet websites by specific rules we set (for ex. country ...
1
vote
2answers
43 views

How to log execution of a nutch plugin

I am working hard in building custom nutch plugin with special requirements. I found my plugin mentioned in hadoop.log but it was not relevant. I added LOG.debug("test") and LOG.info("test2") in ...
1
vote
2answers
53 views

Web crawler time out - C#

Hey I'm kinda new to C#... I am working on a simple web crawler to get a URL, Crawl first level links on the site and extract mails from all pages using RegEx... I know it's kinda sloppy and it's ...
1
vote
4answers
174 views

How to crawl foursquare check-in data?

Is it possible to crawl check-in data from foursquare in a greedy way? (even if I don't have friendship with all the users) Just like crawling publicly available twitter messages. If you have any ...
1
vote
1answer
66 views

What rules govern in absence of robots.txt?

Should a search engine not crawl a website that does not host a robots.txt? Edit 1: What if even the robots meta tag is absent? I am trying to determine the legalities involved here. Thats it.
1
vote
3answers
272 views

python/scrapy question: How to avoid endless loops

I am using the web-scraping framework, scrapy, to data mine some sites. I am trying to use the CrawlSpider and the pages have a 'back' and 'next' button. The URLs are in the format www.qwerty.com/### ...
1
vote
2answers
308 views

Python CrawlSpider Question

I've been learning how to use scrapy though I had minimal experience in python to begin with. I started learning how to scrape using the BaseSpider. Now I'm trying to crawl websites but I've ...
1
vote
1answer
103 views

google crawl ajax

I have result page where result is loading with ajax which mean that pagination buttons are calling JS. The link to result page is beautiful '/result/sell/06589' and I will guide google to this page ...
1
vote
2answers
290 views

Crawling intranet/internet SharePoint websites (login problems)

I have a problem. My customers (and potential customers) are asking me if my crawler based software (sitemapper, website cloner and similar) can access their SharePoint websites. However, I am not ...
1
vote
2answers
748 views

Trying to get Scrapy into a project to run Crawl command

I'm new to Python and Scrapy and I'm walking through the Scrapy tutorial. I've been able to create my project by using DOS interface and typing: scrapy startproject dmoz The tutorial later refers ...
1
vote
2answers
121 views

How to understand whether the visitor is Googlebot or not ? ASP.net

How to understand whether the visitor is Googlebot or not ? ASP.net 4.0 & C# I mean i want to understand that if the visitor is Googlebot or not.
1
vote
2answers
498 views

Regarding crawling of short URL's using nutch

I am using nutch crawler for my application which needs to crawl a set of urls which I give to the urls directory and fetch only the contents of that urls only. I am not interested in the contents of ...
1
vote
2answers
605 views

Good source of Crawler / Spider IP addresses

Where could I find comprehensive list of Crawler or Spider IP address. I need IPs from google yahoo microsoft and other search engines that regularly crawl my sites. I do not want to disable them so ...
1
vote
1answer
426 views

Nutch - Lucene - capture the content of the pages

I have crawled a few pages with Java Nutch Also I have made a module with Lucene in Java which allows execute queries on indexed documents. I know I created Nutch fields like url, weight and the ...
1
vote
1answer
113 views

Crawling data or using API

How these sites gather all the data - questionhub, bigresource, thedevsea, developerbay? Is this legal to show data in frame as bigresource do?
1
vote
0answers
545 views

Python web crawling and storing to mysql

Looking for few days for some simple solution for this, but I think that in this moment I am still on the beginning :) I need good web crawler written in Python to store complete page into mysql ...
1
vote
3answers
301 views

Google crawling indexing algorithms

I am looking for some documents on how Google crawl and index content. I read many "light" papers and articles on what you need to do to improve your ranking and make sure your content is properly ...
1
vote
1answer
145 views

scrape google codeSEARCH

Q: Advice on programming tools/scripts to automate the extraction of all project files from a Google code search result? NOTE: The question is specifically for code search: ...
1
vote
4answers
2k views

solr + Heritrix

how is it possible to integrate solr with heritrix ? I want to archive a site using heritrix and then index and search locally this file using solr. thanks
1
vote
1answer
178 views

How to get last crawl time of document in Sharepoint 2007?

How to get last crawl time of document in Sharepoint 2007? I want to know in which table I will get this information ?
0
votes
0answers
23 views

Nutch: get every url's seed url

I try to configure Nutch as an image crawler and already could get the image urls after crawl. Now, I want to get the seed url of each image url, how can I do that? Thank you!
0
votes
0answers
28 views

crawl to next page with javascript link click-event

I am writing a crawler for a site which has pagination style like this First | Previous | 1 | 2 | 3 | 4 | 5 | Last Now all the links above (2 is already clicked, so bold) have href="#" but ...
0
votes
0answers
79 views
+50

Purely JavaScript Solution for Google Ajax Crawlable Spec

I have a project which is heavily JavaScript based (e.g. node.js, backbone.js, etc.). I'm using hashbang urls like /#!/about and have read the google ajax crawlable spec. I've done a wee bit of ...
0
votes
1answer
60 views

How we use pipelines item in scrpay

I'm new user of scrapy to crawl my websites.I want to store data crawled into mysql database. myspider.py: class MininovaSpider(CrawlSpider): name = 'myspider' allowed_domains = ...
0
votes
1answer
40 views

Crawl links which have href within one quote

I use Scrapy to crawl my websites and I have problem with links which hrefs have one quote (href=' ',not href=" ") And when I allow all links to be crawled (allow()), the result will only links ...
0
votes
1answer
48 views

Running a site crawler

I am writing a site crawler in java and I was wondering what the most sensible way to run it was? In other words, do I go the standard web app route and put in a web server and use some kind of ...
0
votes
1answer
56 views

Using CrawlDbReader to read Nutch Crawl Data

I am using nutch 1.4 to implement a focused crawler. Can anyone tell me how to use the nutch CrawlDbReader, LinkDbReader and SegmentReader APIs in my JSP program so that I can create custom UI for my ...
0
votes
1answer
44 views

nutch Unable to successfully parse content

I try to crawl using nutch 1.4 , but I'm facing error in parsing, this is the log file: **2012-01-09 09:12:02,696 INFO parse.ParseSegment - ParseSegment: starting at 2012-01-09 09:12:02 ...
0
votes
0answers
9 views

Index the script tag content in HTML file with nutch

I have some url links in <script> tag in my local html files,but as i crawl with nutch it ignores the javascript tags in html files,i have no idea how i can say nutch to get these content and ...
0
votes
2answers
51 views

Error code 401 in Java program

I am trying to crawl a website using a java program. Until last night it was working perfect, but now the server returns error code 401. HOWEVER, I can still see the pages that I want through my web ...
0
votes
1answer
56 views

robots.txt for wordpress blog ( disallow /blog/page/… but allow to crawl there links to all posts?)

I have a very naive question I can't find an answer. I have a wordpress blog. All posts are listed in several pages, e.g. mydomain.com/blog/ mydomain.com/blog/page/2/ ... mydomain.com/blog/page/N/ ...
0
votes
4answers
95 views

Scrapy query String Removal

I am using scrapy to crawl a site which seems to be appending random values to the query string at the end of each URL. This is turning the crawl into a sort of an infinite loop. How do i make scrapy ...
0
votes
0answers
15 views

fetcher.server.delay and fetcher.server.min.delay in nutch

i crawl sites with nutch 1.3. what number is best for fetcher.server.delay and fetcher.server.min.delay in nutch-site? topN=50000 thread=20 depth=6
0
votes
1answer
57 views

Malformed URL: '', skipping (java.net.MalformedURLException

i crawl sites with nutch 1.3. i see this exception in my log when nutch crawl my sites: Malformed URL: '', skipping (java.net.MalformedURLException: no protocol: at ...

1 2