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...
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
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- 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
Categories
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 TrialActor Information
- Developer
- gomorrhadev
- Pricing
- Paid
- Total Runs
- 1,320
- Active Users
- 147
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support