scrape_page
Scrape a web page from a URL and convert it to Markdown, returning content, metadata, and extracted info for easy data extraction.
Instructions
Scrape a web page and convert it to Markdown format. Returns the page content, metadata, and extracted information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to scrape | |
| options | No | Optional scraping configuration |