{"id":"html_extract_images","name":"HTML Extract Images","alias":"HTMLExtractImages","aliases":[],"description_short":"Extract main images from a webpage with URLs and copyright info.","description_long":"\n    Extract main images from a webpage (excluding logos, icons, and decorative elements) to analyze visual content, build new web pages, and ensure proper image attribution.\n    This agent focuses on important content images and provides image URLs, titles, and copyright information, when available.\n    ","description_tool_prompt":"\n    Extract main images from a webpage (excluding logos, icons, and decorative elements) to analyze visual content, build new web pages, and ensure proper image attribution.\n    This agent focuses on important content images and provides image URLs, titles, and copyright information, when available.\n    ","source":"Page content","conversation_examples":["Extract images from https://www.example.com/p/my-product","Write an HTML page of Things to do in NYC. Ask @perplexity things to do in New York, and fetch images from the first 3 resources to enrich the page."],"tags":["content"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":false,"mcp_audience":"all","config":{"type":"object","properties":{},"required":[]},"item":{"type":"object","properties":{"url":{"description":"The URL to extract images fro","title":"URL","type":"string"},"country_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":"us","description":"The country code to use for the real-time fetch. 2 letters lowercase.","title":"Country Code"}},"required":["url"]},"response":{"$defs":{"HTMLExtractImage":{"properties":{"image_url":{"description":"Image URL. If the image is relative, make it absolute (user will provide the domain)","title":"Image Url","type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Title (if available from alt text, title attribute or nearby headings)","title":"Title"},"copyright":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Copyright information (if available)","title":"Copyright"}},"required":["image_url","title","copyright"],"title":"HTMLExtractImage","type":"object"}},"properties":{"images":{"description":"The list of images extracted from the HTML page","items":{"$ref":"#/$defs/HTMLExtractImage"},"title":"Images","type":"array"}},"required":["images"],"title":"HTMLExtractImagesProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":false}