Scrape Page
scrape_pageIdentifies images on a web page and queues alt-text generation jobs, with asynchronous processing for efficient handling.
Instructions
Find images on a web page and queue alt-text generation jobs. Images are processed asynchronously.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the web page to scrape | |
| html | No | Optional HTML override (if omitted, server fetches the page) | |
| lang | No | Comma-separated language codes (e.g. 'en', 'en,fr,es') | |
| keywords | No | Keywords to incorporate | |
| max_chars | No | Maximum character length for the alt text | |
| gpt_prompt | No | Custom prompt template. Use {{AltText}} as a placeholder for the generated alt text. | |
| include_existing | No | Include images that already have alt text | |
| negative_keywords | No | Keywords to avoid |