Difference between revisions of "Crawling data"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
A Web crawler is a computer program that browses the World Wide Web in a methodical, automated manner or in an orderly fashion. Other terms for Web crawlers are ants, automatic indexers, bots,[1] Web spiders,[2] Web robots,[2] or—especially in the FOAF community—Web scutters.[3]
+
Web crawler adalah sebuah program komputer yang mem-browse ke World Wide Web secara sistimatis dan automatis. Dalam bahasa sederhana, web crawlers adalah semut, indexer automatis, bot, Web spiders, Web robots, atau Web scutters.
  
This process is called Web crawling or spidering. Many sites, in particular search engines, use spidering as a means of providing up-to-date data. Web crawlers are mainly used to create a copy of all the visited pages for later processing by a search engine that will index the downloaded pages to provide fast searches. Crawlers can also be used for automating maintenance tasks on a Web site, such as checking links or validating HTML code. Also, crawlers can be used to gather specific types of information from Web pages, such as harvesting e-mail addresses (usually for sending spam).
+
Proses ini di sebut Web crawling atau spidering. Banyak situs, terutama search engine menggunakan teknik spidering untuk membuat data up-to-date. Web crawlers digunakan terutama untuk mengcopy semua halaman yang dikunjungi untuk kemudian di proses oleh search engine yang akan meng-index halaman download agar dapat memberikan hasil pencarian yang cepat.
 +
 
 +
 
 +
Crawlers can also be used for automating maintenance tasks on a Web site, such as checking links or validating HTML code. Also, crawlers can be used to gather specific types of information from Web pages, such as harvesting e-mail addresses (usually for sending spam).
  
 
A Web crawler is one type of bot, or software agent. In general, it starts with a list of URLs to visit, called the seeds. As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit, called the crawl frontier. URLs from the frontier are recursively visited according to a set of policies.
 
A Web crawler is one type of bot, or software agent. In general, it starts with a list of URLs to visit, called the seeds. As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit, called the crawl frontier. URLs from the frontier are recursively visited according to a set of policies.

Revision as of 09:38, 5 July 2012

Web crawler adalah sebuah program komputer yang mem-browse ke World Wide Web secara sistimatis dan automatis. Dalam bahasa sederhana, web crawlers adalah semut, indexer automatis, bot, Web spiders, Web robots, atau Web scutters.

Proses ini di sebut Web crawling atau spidering. Banyak situs, terutama search engine menggunakan teknik spidering untuk membuat data up-to-date. Web crawlers digunakan terutama untuk mengcopy semua halaman yang dikunjungi untuk kemudian di proses oleh search engine yang akan meng-index halaman download agar dapat memberikan hasil pencarian yang cepat.


Crawlers can also be used for automating maintenance tasks on a Web site, such as checking links or validating HTML code. Also, crawlers can be used to gather specific types of information from Web pages, such as harvesting e-mail addresses (usually for sending spam).

A Web crawler is one type of bot, or software agent. In general, it starts with a list of URLs to visit, called the seeds. As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit, called the crawl frontier. URLs from the frontier are recursively visited according to a set of policies.

Analisa Media Sosial

Referensi