HTML Rewriter Readability Demo

Enter a URL to convert the webpage into readable markdown format.

Advanced Options

The maximum number of elements to parse (0 = no limit).

The number of top candidates to consider (Default: 5).

The minimum characters an article must have (Default: 500).

Adjusts link density threshold for shadiness checks (Default: 0).

Comma-separated list of classes to preserve when Keep Classes is off.

Preserve all classes on HTML elements (Default: false).

API Examples

Note: All parameters except url are optional. It can be used for GET request too.

GET Request

curl "https://html-rewriter-readability.akira108.workers.dev/?url={url}&keepClasses=true"

POST Request

curl -X POST -H "Content-Type: application/json" \
                        -d '{"url": "{url}", "keepClasses": true}' \
                        "https://readability.akira108.workers.dev/"