read capability extracts clean, readable text from URLs. It handles JavaScript rendering, removes navigation and ads, and returns the main content.
Providers
Basic Usage
Parameters
string
required
The URL to read content from.
string
Specific provider to use (
jina or firecrawl).Response
Examples
Read and Summarize
Research Pipeline
When to Use read vs scrape
Use
read when you want the content. Use scrape when you need the structure.