Fetches any public web page and returns its main content as clean, readable Markdown, stripping away navigation, ads, and cookie banners. Works on articles, documentation pages, blog posts, and PDFs.
You have a URL and want its readable body, an article, a docs page, or a PDF, without ads or navigation.
Pulling specific structured fields (use Extract fields), or a page that needs a click or login (use Read interactive page).
~6.25 credits / page (up to 250)
A standard page is the usual case; a hard anti-bot page or a long multi-page PDF costs more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The full URL of the page to read.
The page's main body as clean Markdown text.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Generic Scrapers skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/web-scraping/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"read_url","url":"https://example.com/blog/my-post"}}'Example requests