scrape_website
Extract content from any website URL in multiple formats including markdown, HTML, JSON, or text. Supports JavaScript rendering and location-specific scraping for dynamic content.
Instructions
Extract content from a single URL. Supports multiple formats and JavaScript rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_to_scrape | Yes | The URL of the website you want to scrape. | |
| output_format | No | Choose format ("html", "markdown", "json", or "text"). Default: "markdown" | markdown |
| country | No | Optional country code (e.g., US, GB, CA) for location-specific scraping. | |
| wait_before_scraping | No | Wait time in milliseconds before scraping (0-10000). Useful for dynamic content. | |
| parser | No | Optional parser ID for specialized extraction (e.g., "@olostep/amazon-product"). |