Website Image Scraper avatar
Website Image Scraper

Pricing

$2.00 / 1,000 images

Go to Store
Website Image Scraper

Website Image Scraper

Developed by

F. Gutz

F. Gutz

Maintained by Community

Website Image Scraper is a fast, lightweight tool that crawls websites to extract image URLs (jpg, png, svg) without downloading files or using browsers. It supports recursive crawling, respects robots.txt, and efficiently collects image links for analysis or monitoring or a later download.

0.0 (0)

Pricing

$2.00 / 1,000 images

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

Start URL

startUrlstringRequired

The URL of the website to start scraping images from

Maximum Crawl Depth

maxCrawlDepthintegerOptional

How deep should the crawler navigate through links (0 = only start URL, 1 = start URL + direct links, etc.)

Default value of this property is 1

Maximum Concurrency

maxConcurrencyintegerOptional

Number of pages processed in parallel. Higher values = faster crawling but more resource usage

Default value of this property is 10

Image Extensions

imageExtensionsarrayOptional

List of image file extensions to search for

Default value of this property is ["jpg","jpeg","png","gif","webp","bmp","svg"]

Restrict Crawling to Specific Domains

useScopebooleanOptional

Enable to limit crawling to the domains listed in the scope list below

Default value of this property is false

Allowed Domains

scopearrayOptional

List of domains the crawler is allowed to follow (e.g., example.com). Only active if domain restriction is enabled above.

Include Subdomains

includeSubdomainsbooleanOptional

If enabled, subdomains of allowed domains will also be crawled

Default value of this property is false

Respect robots.txt

respectRobotsTxtbooleanOptional

Whether to respect robots.txt files when crawling

Default value of this property is true

User Agent

userAgentstringOptional

Custom User-Agent string to use for requests

Default value of this property is "Mozilla/5.0 (compatible; ApifyBot/1.0; +https://apify.com/bot)"

Proxy configuration

proxyConfigurationobjectOptional

Configure Apify Proxy or use your own proxies