Extract Images from Website API — src, alt, srcset, sizes avatar

Extract Images from Website API — src, alt, srcset, sizes

Pricing

$10.00 / 1,000 page scanneds

Go to Apify Store
Extract Images from Website API — src, alt, srcset, sizes

Extract Images from Website API — src, alt, srcset, sizes

Extract all images from a website via API. Input: a page URL. Output: JSON records per image with absolute src, alt text, width/height, loading strategy, and srcset. Ideal for accessibility and asset audits. Pay per result: $0.01 per page scanned.

Pricing

$10.00 / 1,000 page scanneds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Webpage Images Extractor

Pull every image off any webpage in one call — <img> tags, Open Graph / Twitter card images, link rel=image_src, and CSS background-image URLs — with absolute src, alt text, dimensions, loading strategy, and srcset.

Live on the Apify Store — run it instantly, or call it as an agent tool via Apify MCP.

What you get

  • Absolute src for every image (relative paths and lazy-load data-src/srcset resolved for you)
  • alt text plus a missingAlt flag and a per-page missingAltCount — instant accessibility audit
  • width, height, loading, decoding, and full resolved srcset
  • Open Graph, Twitter card, and link rel=image_src social/preview images
  • Best-effort CSS background-image URLs
  • Single URL or bulk list, deduped, with a configurable cap

Perfect for accessibility checks, asset audits, SEO image reviews, and scraping product/catalog imagery.

Input

{
"url": "https://en.wikipedia.org/wiki/Cat",
"urls": ["https://github.com"],
"maxUrls": 25
}

url and/or urls — at least one is required. maxUrls (default 25) caps how many pages run.

Output

One dataset item per page:

{
"url": "https://en.wikipedia.org/wiki/Cat",
"finalUrl": "https://en.wikipedia.org/wiki/Cat",
"imageCount": 42,
"missingAltCount": 3,
"images": [
{
"src": "https://upload.wikimedia.org/.../Cat_poster.jpg",
"alt": "A collage of nine cats",
"width": 300,
"height": 220,
"loading": "lazy",
"decoding": "async",
"srcset": "https://.../Cat_poster.jpg 1.5x",
"source": "img",
"missingAlt": false
}
]
}

Pricing

Pay-per-event: $0.01 per page scanned. No subscription, no platform fees beyond usage.