scrape_as_markdown
Scrape any website and get clean Markdown output. Specify location, locale, and rendering options to extract content tailored to your needs.
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 |