grabzit_convert_url
Convert a webpage URL into an image, PDF, or DOCX. Customize output format, page size, orientation, delay, and target specific elements for capture.
Instructions
Converts a URL to an Image, PDF, or DOCX.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to convert. | |
| delay | No | Delay in milliseconds before capture (useful for dynamic SPAs or animations). | |
| format | No | Output format. Defaults to 'jpg'. | |
| pageSize | No | Paper size for PDF/DOCX formats. | |
| hideElement | No | CSS selector of elements to strip out before capture (e.g. '.cookie-banner' or '#popup'). | |
| orientation | No | Page orientation for PDF/DOCX formats. | |
| targetElement | No | CSS selector of a specific element to crop and capture (e.g. '#chart' or '.main-content'). |