scrape_as_markdown
Scrape website content and convert to Markdown format. Supports custom geolocation, locale, JavaScript rendering, and token limits for tailored output.
Instructions
Scrape the contents of a website and return Markdown-formatted results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scrape | |
| geo | No | Geolocation of the desired request, expressed as a country name | |
| locale | No | Locale of the desired request | |
| jsRender | No | Should the request be opened in a headless browser, false by default | |
| tokenLimit | No | The number of tokens to return in the response - anything above this limit will be truncated |