Fetch a URL and return its content as markdown, text, or HTML
The Web Scrape step fetches a single URL and extracts the page content along with metadata like title, description, author, and published date. Output format is configurable: Markdown (best for feeding into AI steps), plain text, or raw HTML.
Configure a URL (static or referenced from an upstream step via {{stepId.fieldName}}). The step fetches the page, extracts the main content, and returns it in your chosen format along with page metadata. Output fields are locked: content, title, description, url (final URL after redirects), published_date, and author.