extract_images
Extract all images from a web page with their URLs, alt text, and metadata. Get structured image data for scraping, analysis, or content collection.
Instructions
Extract all images from a web page. Returns a list of images with their URLs, alt text, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to extract images from |