Home Page   |   Products   |   Customer Service   |   About Us   |   Contact Us   |   Search
 
Home > Source Code > Image Crawler
 

Image Crawler


Download source code

The Image Crawler component is included in the Web Crawler component.

An image crawler (also known as an image spider ) is a web crawler which searches for images located
on a web page.
Those images are stored in image tags ( <IMG> ).

How does our Image Crawler work?

We use the Web Crawler to crawl web pages.

We get the XML from the web page ( we use the HTML TO XML component to do so ).

We go over all IMG nodes and save the 'src' attribute.

Finally, we go over all the 'src' attributes we saved and crawl them using the HTTPBrowser component.

 
Take a look at the source code...
 
 
Share with others:   
 
  Webmaster: Eran Aharonovich © All rights reserved to Eran Aharonovich 2007