Scrape
scrapeTurn a URL into clean, LLM-ready markdown and structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape. | |
| formats | No | Which outputs to return. Defaults to markdown. | |
| preferStructure | No | Keep headings, lists and tables as markdown. Default false optimises for raw content and can return unstructured text on marketing and listing pages. Turn on when the document structure matters, or retry with it if `structure` came back 'plain'. |