scrape
Extract webpage text, markdown, JSON-LD metadata, and head metadata from any URL. Simplify content retrieval for analysis or integration.
Instructions
Tool to scrape a webpage and retrieve the text and, optionally, the markdown content. It will retrieve also the JSON-LD metadata and the head metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeMarkdown | No | Whether to include markdown content. | |
url | Yes | The URL of the webpage to scrape. |