VOOZH about

URL: https://apify.com/scrappy_garden/image-alt-text-checker

⇱ Image Alt Text Checker Β· Apify


Pricing

$4.99/month + usage

Go to Apify Store

Image Alt Text Checker

Audit web pages for missing, empty, and low-quality image alt text. Extracts <img> tags, flags missing/empty/generic alt attributes, and produces per-page results for SEO and accessibility (WCAG) reviews. Supports depth-limited link crawling and outputs a SUMMARY + REPORT for QA and monitoring.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Bikram Adhikari

Bikram Adhikari

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Image Alt Text Checker (SEO + Accessibility Audit)

Audit a website for missing or low-quality image alt text.

This Actor crawls one or more pages, extracts all <img> tags, and flags common accessibility/SEO issues:

  • Missing alt attribute
  • Empty alt text (optionally ignored for clearly decorative images)
  • Suspicious alt text (too short/long, generic like β€œimage”, or filename-like)

It outputs:

  • A dataset item per page with counts, examples, and warning/error lists
  • A SUMMARY (key-value store) with aggregated totals
  • A REPORT (key-value store) with a compact per-page overview

When to use

  • SEO audits and technical site reviews
  • WCAG/accessibility checks
  • QA in CI/CD (monitor regressions in alt coverage)
  • Content quality monitoring

Input

  • startUrls (required): URLs to analyze
  • followLinks: crawl a few internal pages (depth-limited)
  • maxPages, maxDepth, sameDomainOnly: control crawl scope
  • maxImagesPerPage: cap extracted images per page
  • minAltLength, maxAltLength: heuristics for suspicious alt
  • flagGenericAltText: flag generic alt like β€œimage”, β€œlogo”, etc.
  • ignoreDecorativeImages: if alt="" and the image looks decorative (e.g., role=presentation), don’t flag it

Output

Dataset fields (per page)

  • imageCount, imagesMissingAlt, imagesEmptyAlt, imagesSuspiciousAlt
  • altCoveragePercent
  • warnings, errors, issueSamples

Key-value store

  • SUMMARY: aggregated totals and run settings
  • REPORT: { summary, pages } (compact per-page report)

Example API input

{
"startUrls":[{"url":"https://example.com"}],
"followLinks":false,
"maxPages":5,
"maxImagesPerPage":200,
"flagGenericAltText":true
}

Quick start

Store page: https://apify.com/scrappy_garden/image-alt-text-checker

Paste this into Input and click Run:

{
"startUrls":[
{
"url":"https://example.com/"
}
],
"proxyConfiguration":{
"useApifyProxy":false
}
}

Outputs (what you get)

  • Dataset: Dataset items typically include fields like: url, statusCode, imageCount, imagesMissingAlt, imagesEmptyAlt, imagesSuspiciousAlt, altCoveragePercent, warningCount, errorCount.
  • Key-value store: REPORT, SUMMARY

Tips (trust + predictable results)

  • Start with 1–3 URLs to validate behavior, then scale up.
  • If a target blocks requests, enable Proxy and/or slow down concurrency in Input.
  • Use the SUMMARY / REPORT keys (when present) for automation pipelines and monitoring.

Related actors

Search keywords

image alt text checker, image alt text checker - find missing alt attributes for seo & accessibility, website audit, seo

You might also like

Image Alt Audit

zerobreak/image-alt-audit

Image alt text auditor that crawls any webpage and flags images with missing, empty, or inadequate alt attributes, so SEO teams and accessibility auditors can fix issues before they affect rankings or compliance.

Image Source Extractor

zerobreak/image-source-extractor

Image source extractor that pulls every image URL, alt text, file format, and lazy-load status from any web page, so SEO teams can find missing alt text and fix image issues fast.

Alt Text Generator

balt1794/alt-ai-generator

Alt Text Generator automatically generates descriptive alt text for images using AI to help you rank faster on Google. Rank faster on search engines with SEO optimized alt text descriptions and increase visibility.

Alt Text Generator - Batch Image Descriptions

ntriqpro/alt-text-batch

Automatically generate detailed descriptions for multiple images at once. Perfect for accessibility, SEO, and social media captions.

Website Image Audit Tool - Analyze & Optimize

smart-digital/seo-image-audit-tool

Analyzes website images for SEO: detects missing alt attributes, heavy images (>200KB), non-optimized formats (JPEG/PNG), and dimension issues. Generates detailed reports per page and site summary.

My Smart Digital

22

5.0

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.

Website Image Scraper β€” Extract All Images from Any Page

maged120/get-images

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.

Google Image Search Scraper & API Alternative

thodor/google-images-up-to-30k

Scrape images from Google Images by keyword. Extract direct image URLs, alt text, and source links, up to 30k results per query. A fast Google image search API alternative for JSON, CSV, or Python.