Website Image Scraper

Website Image Scraper

by gomorrhadev

Website Image Scraper is a fast, lightweight tool that crawls websites to extract image URLs (jpg, png, svg) without downloading files or using browse...

1,320 runs
147 users
Try This Actor

Opens on Apify.com

About Website Image Scraper

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.

What does this actor do?

Website Image Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

# Website Image Scraper This Apify Actor crawls a website and extracts image URLs (e.g. .jpg, .png, .svg, etc.) without downloading them and without using Puppeteer or headless browsers. It is designed to be fast, lightweight, and resource-efficient — using plain HTTP requests and HTML parsing instead of browser automation. You can absolutely use it with less Memory to save some money. --- ## Features * Extracts all image URLs from <img src="..."> and CSS background-image styles * Recursively crawls internal links up to a specified depth and using a specified scope * Avoids duplicate URLs and pages * Supports modern formats (e.g. .webp, .svg) * Minimal (no Puppeteer, no Crawlee) * Respects robots.txt rules --- ## Input Provide a JSON input with the following fields: json { "startUrl": "https://example.com", "maxCrawlDepth": 1, "maxConcurrency": 10, "imageExtensions": ["jpg", "jpeg", "png", "gif", "webp", "svg"], "respectRobotsTxt": true, "userAgent": "Mozilla/5.0 (compatible; ApifyBot/1.0; +https://apify.com/bot)" } | Field | Type | Description | | ------------------ | ---------- | ------------------------------------------------------------ | | startUrl | string | The URL where crawling starts (required) | | maxCrawlDepth | number | How deep to follow internal links (default: 1) | | maxConcurrency | number | Number of concurrent requests (default: 10) | | imageExtensions | string[] | List of file extensions to extract (default: common formats) | | respectRobotsTxt | boolean | Whether to respect robots.txt rules (default: true) | | userAgent | string | User-Agent string to use for requests | --- ## Output The Actor outputs a JSON dataset with the following structure: json { "totalUrlsProcessed": 12, "totalImagesFound": 58, "images": [ { "url": "https://example.com/image1.jpg", "sourcePage": "https://example.com", "foundAt": "2025-07-17T20:30:00.000Z" } ] } This dataset can be exported in the Apify UI or via API. --- ## Limitations * Does not parse JavaScript-rendered content (no Puppeteer) * Only follows http(s) links found in <a href="..."> * Images must have absolute URLs (or relative URLs resolvable from page) to be captured * robots.txt parsing requires valid and well-formed robots.txt files --- ## Use Cases * Quickly analyze image usage across a site * Monitor websites for new or changed images * Create sitemaps of image assets * Pre-scan domains before downloading assets ## License Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Website Image Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
gomorrhadev
Pricing
Paid
Total Runs
1,320
Active Users
147
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support