VOOZH about

URL: https://apify.com/gomorrhadev/website-image-scraper

⇱ Website Image Scraper Β· Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(2)

Developer

πŸ‘ Gomorrha UG (haftungsbeschrΓ€nkt)

Gomorrha UG (haftungsbeschrΓ€nkt)

Maintained by Community

Actor stats

4

Bookmarked

308

Total users

16

Monthly active users

18 days ago

Last modified

Share

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:

{
"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)"
}
FieldTypeDescription
startUrlstringThe URL where crawling starts (required)
maxCrawlDepthnumberHow deep to follow internal links (default: 1)
maxConcurrencynumberNumber of concurrent requests (default: 10)
imageExtensionsstring[]List of file extensions to extract (default: common formats)
respectRobotsTxtbooleanWhether to respect robots.txt rules (default: true)
userAgentstringUser-Agent string to use for requests

Output

The Actor outputs a JSON dataset with the following structure:

{
"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

You might also like

Image Scraper

rapidtech1898/image-scraper

Extract image links from any website quickly and easily. Enter a URL and the scraper collects all available image URLs in seconds. Perfect for designers, marketers, and developers who need fast access to image sources without manual searching.

103

1.0

Website Image Scraper

crawlerbros/website-image-scraper

Extract every image URL from a website. Crawls the start page (and optionally internal links up to a configurable depth), parses `<img>` tags, `<picture>`/`<source>`, `srcset` candidates, and CSS `background-image` declarations. HTTP-only, no proxy or browser needed.

35

Bulk Image Downloader

trudax/bulk-image-downloader

Download all images from a website with this easy-to-use Bulk Image Downloader. Scrape all images from any website by URL to a zip file with a single click.

Image Scraper - Download All Images From Site

logiover/website-image-media-extractor

Scrape all images from a website without API or login. Bulk image & media URL extractor with alt text; export to CSV/JSON for AI datasets.

Image Downloader

apify/image-downloader

Bulk Image Downloader

onescales/bulk-image-downloader

The Bulk Image Downloader is a powerful Apify actor that extracts and downloads images from web pages or processes direct image URLs in bulk. Whether you need to download a single image or thousands of images from multiple websites, this tool handles it all efficiently.

1.1K

5.0

Website Image Downloader Pro

powerful_bachelor/website-image-downloader-pro

πŸ“Έ Website Image Downloader Pro: Extract and download images from any URL! πŸš€ Features include image URL extraction, SVG to PNG conversion, downloading, and zipping images. Perfect for market research, AI training, and creating visual archives. 🌐✨ Try it now on Apify! πŸ’Ύ

πŸ‘ User avatar

Powerful Bachelor

509

2.5

Google Images Scraper

hooli/google-images-scraper

Scrape image details from images.google.com. Add your query and number of images and extract image details such as image URL, image source, description, image dimensions, thumbnail, and more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Web Images Scraper

jupri/web-images-scraper

Scrape Images from a Webpage

Website Scraper

dz_omar/ai-lead-extractor

Extract information from websites using intelligent AI πŸ€–from contact details to custom data fields, summaries, and creative content 🌐. Automatically crawl contact, about, and team pages to gather emails, phone numbers, job titles, and social links. Batch process hundreds of URLs efficiently.

πŸ‘ User avatar

FlowExtract API

143

3.9

Related articles

Top 5 Google Image Search APIs to extract web image data
Read more