Skip to main content
action.website-reader, Fetch a webpage and convert content to markdown

Configuration

Configuration goes inside the step’s with: block.
url
string
required
Website URL to fetch (supports template expressions)
timeout
number
default:"30000"
Timeout in milliseconds
encoding
"auto" | "utf-8" | "latin1" | "windows-1250" | "windows-1252" | "iso-8859-2"
default:"auto"
Response encoding. Auto detects from Content-Type header and HTML meta tags.

Output

Page content converted to markdown
Page title
Page excerpt/description
Author information
Site name
Content length in characters
Final URL after redirects