scrape capability extracts structured HTML content from URLs, preserving the page structure for data extraction.
Providers
Basic Usage
Parameters
string
required
The URL to scrape.
string
Specific provider to use (
firecrawl or scraperapi).number
Milliseconds to wait for JavaScript rendering.
Response
Examples
Extract Product Data
Handle Dynamic Content
When to Use scrape vs read
Use
scrape when you need to:
- Extract specific elements (prices, tables, lists)
- Parse structured data
- Work with page layout