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