
HTML Reader Mode
Deprecated
Pricing
Pay per usage
Go to Store

HTML Reader Mode
Deprecated
0.0 (0)
Pricing
Pay per usage
1
Total users
3
Monthly users
1
Last modified
2 years ago
You can access the HTML Reader Mode programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "url": [
3 "https://crawlee.dev/docs/introduction",
4 "https://en.wikipedia.org/wiki/Python_(programming_language)",
5 "https://www.makeuseof.com/how-to-use-reader-view-in-safari/",
6 "https://www.nytimes.com/2023/10/06/us/berkeley-indigenous-peoples-day.html"
7 ]
8}' |
9apify call jupri/html-reader-mode --silent --output-dataset
HTML Reader Mode API through CLI
The Apify CLI is the official tool that allows you to use HTML Reader Mode locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: