Tagged Questions
Crawling is the process of browsing the Web in automated and methodical manner.
12
votes
5answers
590 views
What techniques can be used to detect so called “black holes” (a spider trap) when creating a web crawler?
When creating a web crawler, you have to design somekind of system that gathers links and add them to a queue. Some, if not most, of these links will be dynamic, which appear to be different, but do ...
6
votes
3answers
272 views
In Ruby, How do I get the destination URL of a shortened URL?
In ruby how do I take this url http://t.co/yjgxz5Y and get the destination url which is http://nickstraffictricks.com/4856_how-to-rank-1-in-google/
6
votes
8answers
1k views
Does Google's crawlers have Javascript? What if I load a page through AJAX?
When a user enters my page, I have to make another AJAX call...to load a data inside a div.
That's just how my application works.
The problem is...when I view the source of this code, it does not ...
4
votes
2answers
106 views
make a friendly multi-language website
Just to make things clear.
I'm trying to figure out how to build a website with a language chooser.
The language chooser is just refreshing the current page but altering the session variable ...
4
votes
4answers
825 views
Best web graph crawler for speed?
For the past month I've been using Scrapy for a web crawling project I've begun.
This project involves pulling down the full document content of all web pages in a single domain name that are ...
3
votes
2answers
66 views
Does threading violate robots.txt? [closed]
I'm new to scraping and I recently realized that threading is probably the way to go to crawl a site quickly. Before I begin hacking that out though, I figured it would probably be intelligent to ...
3
votes
2answers
299 views
Running a spider (webcrawler) to find specific content
First of all I don't know whether this is the right place for this question. If not I'm sorry :)
Am thinking of writing a spider to crawl the web finding specific embedded files.
However I was ...
3
votes
6answers
606 views
Web Cralwer Algorithm: depth?
I'm working on a crawler and need to understand exactly what is meant by "link depth". Take nutch for example: http://wiki.apache.org/nutch/NutchTutorial
depth indicates the link depth from the ...
3
votes
2answers
520 views
Crawling vs. Web-Scraping?
Is there a difference between Crawling and Web-scraping?
If there's a difference, what's the best method to use in order to collect some web data to supply a database for later use in a customised ...
3
votes
1answer
70 views
How to enable indexing of pages with dynamic data?
I have a site that has certain urls that point to pages with permanent data and others that point to dynamic web pages. Google indexes both these regularly. By the time a user finds one of the dynamic ...
2
votes
0answers
29 views
Scraping and Crawling-Issue a token
I am a newbie to Scraping and Crawling. For a research project, I am trying to scrape and crawl the social network site: https://my-plant.org/
There is an API for this site: Foundational API v1.0
It ...
2
votes
2answers
99 views
When crawling a page, how to get full URL from <a href> or <frame src> attributes
I am actually using PHP but such crawling can be done by any programming languages. It will be a bit difficult to cater a lot of situations. Please help me look through the problem, and please give me ...
2
votes
2answers
101 views
Heuristic Approaches to Finding Main Content
Wondering if anybody could point me in the direction of academic papers or related implementations of heuristic approaches to finding the real meat content of a particular webpage.
Obviously this is ...
2
votes
2answers
125 views
How to block search engines from finding sub.domains?
I want to block search engines like Google and Yahoo from crawling user sub.domains like user.example.com, how can i do it?
2
votes
3answers
1k views
Legality, terms of service for performing a web crawl
I was going to crawl a site for some research I was collecting. But, apparently the terms of service is quite clear on the topic. Is it illegal to now "follow" the terms of service. And what can ...
2
votes
2answers
203 views
how to crowd source my web crawling
I want to crawl a website anonymously without having to rely on an anonymous proxy server.
So I was thinking of letting users of my website help me by inserting an invisible IFrame in my template - ...
2
votes
9answers
1k views
How to protect/monitor your site from crawling by malicious user
Situation:
Site with content protected by username/password (not all controlled since they can be trial/test users)
a normal search engine can't get at it because of username/password restrictions
a ...
1
vote
0answers
76 views
Enable cookies with HTTPClient
I am trying to implement a Java Code that fetch urls like this one:
http://trendistic.indextank.com/_trending-topics-archive/2011-12-25
The code I wrote is based in HTTPClient as follow:
...
1
vote
2answers
608 views
wget for fetching Facebook profile/friend pages
I am trying to fetch facebook a user's profile page using "wget" but keep getting a non-profile page called "browser.php" which has nothing to do with that particular user. The profile page's URL as I ...
1
vote
2answers
102 views
Problem with AJAX and PHP!
I have a PHP page that will collect mp3 links from downloads.nl. The result is converted to XML and renders fine.
The problem occurs when I try to read that XML using ajax. The files are on the same ...
1
vote
1answer
59 views
how long have I got to wait until the googlebot scan my website once again?
In the statistics of my website I saw that the google crawler have scanned my website once, unfortunately my website is under construction and some informations that have been changed earlier became ...
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
563 views
Crawl data on the app store
Does anyone know how AppShopper.com crawl the data on the Apple's app store?
Do we have to simulate a browser using automated testing like Watir? Is this the only way to collect the data (e.g., ...
1
vote
3answers
864 views
Web page crawling in C#
I have been given a task to crawl / parse and index available books on many library web page. I usually use HTML Agility Pack and C# to parse web site content. One of them is the following:
...
1
vote
1answer
206 views
How google search result will show only static pages?
I have window application where i am showing google search result in window. I have two way in my mind.
First if Google search will return only static pages then my task will complete easily. If is ...
1
vote
1answer
384 views
scrapy - python question [closed]
Maybe not the correct place to post. But, I'm going to try anyway!
I've got a couple of test python parsing scripts that I created. They work enough for me to test what I'm working on.
However, I ...
0
votes
1answer
17 views
How does Stack overflow make their questions visible to search engines
How are search engines able to crawl questions posted in stackoverflow or quora or any other forums and show them in the search results. Hope that link works
This might be similar to Facebook's user ...
0
votes
0answers
20 views
Creating a dataset by web crawling
I want to build a dataset consisting about 2000-3000 web pages, starting with several seed URLs. I tried it using the Nutch crawler but I was unable to get it done (unable to convert the 'segments' ...
0
votes
1answer
24 views
Set CrawlProperty “Included in index” value programmatically (Sharepoint 2007)
I'm developing Sharepoint Search with own Content Source. And I have my crawl properties and my managed properties and mapping between them accordingly.
Also I have dynamic properties, e.g. the user ...
0
votes
0answers
15 views
Datasets for web crawling?
I am building a focused web crawler (crawling on a specific domain). As I can't do a online crawl, I need a dataset to be crawled. If anyone has used/know such a dataset please let me know. Important ...
0
votes
0answers
7 views
Recrawling only changed pages of a website using Searcharoo
I am using Searcharoo for crawling a webstie. During recrawl I only want to crawl those pages which are updated after a particular date. How to do this? The site I am crawling is not a blog or a news ...
0
votes
2answers
58 views
Crawling Version Control System
I want to crawl some kind of project on GitHub say I want to crawl source code which are created by particular author and bla bla constraints. Is there any plugin for Nutch to crawl this information ...
0
votes
2answers
35 views
Display PDF in ASP.Net such that it cannot be crawled
The behaviour I am trying to implement is as follows:
Step1: click on the following link
...
0
votes
1answer
137 views
Facebook isn't crawling my site [closed]
When I publish link of my site to facebook, it's now showing thumbnails and it's showing my old site's titles. I just added opengraph code to my site, but that don't help. When I check my site in ...
0
votes
1answer
26 views
Custom Sharepoint 2007 search and it's results
Sorry if I will ask the question that already exists or just has easy solution, i'm just a new comer to Sharepoint.
The question relates to Sharepoint 2007 search engine.
I have a few crawled ...
0
votes
0answers
63 views
Does Reddit's JSON API have undocumented artificial limits to prevent scraping?
It would appear that the JSON API returns very different results than the browser.
Put this URL in your browser and look at the results, then try it with API Kitchen, Curl, Mechanize, etc
...
0
votes
0answers
21 views
Session Transfer
Have a question on sessions, heres the scenario I am facing,
User hits site scrapper.com and makes a request, this triggers web server of scrapper.com to initiate a session on "parent.com", the web ...
0
votes
2answers
34 views
Web crawling/scraping GWT based web pages
I am trying to crawl a web page that is built using GWT and uses the GWT RPC mechanism for AJAX calls. The page I am trying to crawl is not mine - so I can't edit the server side. I am very new to GWT ...
0
votes
1answer
72 views
facebook crawl wrong final url
I use facebook debug og to see what facebook crawled..
Final URL: http://xxx.appspot.com/?_escaped_fragment_=homePage
Canonical URL: http://xxx.appspot.com/#!homePage
The canonical url is ...
0
votes
0answers
19 views
How do I force Nutch to fetch URLs equal to -topN?
I injected some URLs in crawl db in Nutch 1.3, but Nutch doesn't fetch URLs from each site equal to -topN.
How can I do that?
0
votes
1answer
42 views
what is topN in nutch 1.3?
I read in sites that nutch fetch links from every link equls to topN.I have 4 links but when nutch crawl my links, all result that returned with nutch are equals topN. it means if i have 4 links and ...
0
votes
1answer
110 views
Nutch crawler not indexing HTML content
I am trying to develop a search functionality where I enter a city name and it gives me the weather conditions for that city.
I have set up Nutch-1.3 and Solr-3.4.0 on my system. The website I am ...
0
votes
0answers
39 views
Crawling and merging different sites
I am crawling data from different sites and want to merge the data across sites. The format of the data differs across sites. Is there a generic way to do this, as in, not manually investigating and ...
0
votes
1answer
52 views
delete url from crawldb in nutch 1.3?
I crawl sites in nutch 1.3. now I want to delete a url from crawldb, how can I do this? how I read from crawldb? I want to see urls that exist in crawldb.
0
votes
1answer
30 views
Will using !# Ajax crawling on non-JS accessible site generate duplicate content on search engines?
I have a website that works with both JS on and off. All links on the page are in regular format of the form <a href="/pagename">but if a visitor reaches it with JS available they will be ...
0
votes
1answer
103 views
scrapy CrawlSpider: crawl policy / queue questions
I started with scrapy some days ago, learned about scraping particular sites, ie the dmoz.org example; so far it's fine and i like it. As I want to learn about search engine development I aim to build ...
0
votes
0answers
78 views
Can i copy from one website to localhost
i wrote a crawler that will crawl all the pages in a website and download all the pdf and doc files. Now i want to sort the pdf and doc files as i download. So i tried to create folder and then copy ...
0
votes
0answers
49 views
recrawl sites in nutch 1.3?
I want to re_crawl my sites every hour. i write a script for this. i edit some properties in nutch_site. xml but my re_crawler fetches urls only for 3 times and after that it stop fetching. it's mean ...
0
votes
1answer
70 views
wget: how to crawl urls with shop(#) character
I found that # character in URL makes wget behaving differently from my expectation. Essentially url string up to # will be kept and the substring from # will be discarded. I guess that's because # is ...
0
votes
0answers
24 views
How can recrawl different sites with different scheduled crawling in nutch 1.3?
I have many sites; contents of some change every month and content of some change every day. nutch 1.3 crawled them befor now i want to recrawl them with different scheduled crawling.
how i can do ...