Website Image Scraper — Extract All Images from Any Page
Pricing
$10.00/month + usage
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
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
0
Monthly active users
4 days ago
Last modified
Categories
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
- Open the Actor and click Try for free
- Enter page URLs in the
urlsfield - Click Start — image data appears in the Output tab
- 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
| Field | Type | Description |
|---|---|---|
sourceUrl | string | Page where the image was found |
imageUrl | string | Full image URL |
altText | string | Alt attribute text |
width | number | Image width (from HTML attribute) |
height | number | Image 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
