get_webpage_content
Retrieves webpage content in markdown format by scraping URLs, with options to control timing and geographic location for data extraction.
Instructions
Retrieve content of a webpage in markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_to_scrape | Yes | The URL of the webpage to scrape. | |
| wait_before_scraping | No | Time to wait in milliseconds before starting the scrape. | |
| country | No | Residential country to load the request from (e.g., US, CA, GB). Optional. |