Website Image Scraper — Extract All Images from Any Page avatar

Website Image Scraper — Extract All Images from Any Page

Pricing

$10.00/month + usage

Go to Apify Store
Website Image Scraper — Extract All Images from Any Page

Website Image Scraper — Extract All Images from Any Page

Extract all images from any web page. Returns image URLs, alt text, dimensions, and surrounding context — useful for content audits, asset collection, and media research.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

4 days ago

Last modified

Share

What does Website Image Scraper do?

Website Image Scraper extracts all images from any web page — image URLs, alt text, dimensions, and surrounding context — returned as structured JSON. Use it for content audits, asset collection, or media research.

This Actor runs on the Apify platform.

Why use Website Image Scraper?

  • Complete image inventory — every image tag on the page with metadata
  • Alt text audit — check accessibility compliance across hundreds of pages at once
  • Asset collection — download URLs for all product images or media assets
  • Batch URLs — scrape images from hundreds of pages in one run

How to use

  1. Open the Actor and click Try for free
  2. Enter page URLs in the urls field
  3. Click Start — image data appears in the Output tab
  4. Download as JSON or CSV

Input

{
"urls": ["https://example.com/products", "https://blog.example.com/post-1"]
}

Output

{
"sourceUrl": "https://example.com/products",
"imageUrl": "https://example.com/img/product-1.jpg",
"altText": "Red leather wallet",
"width": 800,
"height": 600,
"title": ""
}

Output fields

FieldTypeDescription
sourceUrlstringPage where the image was found
imageUrlstringFull image URL
altTextstringAlt attribute text
widthnumberImage width (from HTML attribute)
heightnumberImage height (from HTML attribute)

FAQ

Does this download the images? No — the Actor returns image URLs and metadata. Use the Apify key-value store or your own code to download images.

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211