Readability Audit avatar

Readability Audit

Pricing

$250.00 / 1,000 completed audits

Go to Apify Store
Readability Audit

Readability Audit

Fetch a page, isolate its main text, and score it: Flesch Reading Ease, Flesch-Kincaid grade, Gunning Fog, sentence and word statistics, complex-word density, and the specific long sentences to fix. Deterministic, no model. Charged only on completed audits.

Pricing

$250.00 / 1,000 completed audits

Rating

0.0

(0)

Developer

Chris Arsenault

Chris Arsenault

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

How hard is this page to read — and exactly which sentences to fix? Point it at a URL and get the standard readability scores computed on the page's actual main text (article or main content isolated, navigation and boilerplate stripped): Flesch Reading Ease, Flesch-Kincaid grade level, Gunning Fog, and the word and sentence statistics behind them — plus the specific over-long sentences to shorten.

What you get

{
"url": "https://example.com/post/",
"flesch_reading_ease": 59.7,
"reading_band": "fairly difficult (10th-12th grade)",
"flesch_kincaid_grade": 8.4,
"gunning_fog": 11.2,
"words": 1102,
"avg_words_per_sentence": 18.3,
"complex_word_pct": 12.4,
"long_sentence_count": 6,
"fixes": ["6 sentence(s) exceed 25 words; break them up."]
}

Plus a row for each over-long sentence, so editing is a checklist, not a re-read.

Use cases

  • Content teams: enforce a house readability standard across a blog; run before publishing.
  • Agents writing or editing copy: score a draft's live URL and iterate against a target grade.
  • Agencies: a fast, objective readability line item for content audits.

Honesty notes

  • Deterministic and model-free: the same scores every reputable readability library computes, on the same formulas, so results are reproducible and explainable.
  • Syllable counting is the standard heuristic (accurate in aggregate, not per exotic word).
  • Pages with too little readable text (product pages, JS-rendered apps) are skipped without charge; billing is per completed score.

Built by 1450 Enterprises.