{"id":"html_question","name":"HTML Question","alias":"HTML","aliases":[],"description_short":"Ask any question about an HTML Page.","description_long":"\n    Ask about a page's semantic structure, HTML elements, and technical aspects.\n    Inquire about HTML tags, DOM structure, meta information, or how to access elements with CSS selectors.\n    This agent can also extract and analyze structured data (e.g., JSON-LD, microdata, RDFa), understand semantic hierarchy, find specific attributes or values, and provide insights about a page's technical implementation.\n    ","description_tool_prompt":"\n    Ask any question about the semantic structure, HTML elements, and technical aspects of a webpage.\n    You can inquire about specific HTML tags, DOM structure, meta information, or how to access particular elements using CSS selectors.\n    This agent can also help you extract and analyze structured data (like JSON-LD, microdata, or RDFa), understand the semantic hierarchy of content, find specific attributes or values, and provide insights about the technical implementation of any webpage.\n    ","source":"Page content","conversation_examples":["What is the price of this product for https://www.example.org/p/5866-toothbrush ?","Give me the ld+json structured data for this page https://www.example.org/p/5866-toothbrush","What are the first 5 pages ranking for 'electric toothbrush' in the US? Extract the main terms for each of those URLs."],"tags":["url data"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":false,"mcp_audience":"all","config":{"type":"object","properties":{"tone_of_voice":{"default":"","description":"IA tone of voice","title":"Tone Of Voice","type":"string"},"response_lang":{"default":"auto","description":"Language of the response (must be a BCP47 lang code or 'auto' (default) to use the HTML page language)","title":"Response Lang","type":"string"},"country_code":{"default":"us","description":"Country code to use for real-time fetches (2 letters lowercase)","title":"Country Code","type":"string"},"remove_tags":{"description":"List of HTML tags to remove from the page before processing","items":{"type":"string"},"title":"Remove Tags","type":"array"},"only_text":{"default":true,"description":"If set to True, extract the text before the LLM","title":"Only Text","type":"boolean"},"fallback_real_time_fetch":{"default":true,"description":"Fall back to real-time ScrapingBee fetch when URL not in SiteCrawler","title":"Fallback Real Time Fetch","type":"boolean"}},"required":[]},"item":{"type":"object","properties":{"url":{"description":"Source URL to ask question about","title":"Url","type":"string"},"question":{"description":"Question to ask","title":"Question","type":"string"}},"required":["url","question"]},"response":{"properties":{"url_found":{"description":"Whether the URL was found and the HTML was fetched","title":"Url Found","type":"boolean"},"answer":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Answer to given question (if the URL was found)","title":"Answer"},"confidence_score":{"anyOf":[{"maximum":100,"minimum":0,"type":"integer"},{"type":"null"}],"description":"A score between 0 (lowest confidence) and 100 (best confidence) representing the confidence that the answer was accurately and completely extracted","title":"Confidence Score"},"url":{"description":"Source URL used to answer the question","title":"Url","type":"string"},"question":{"description":"Question that was asked","title":"Question","type":"string"},"iframe_allowed":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"description":"Whether iframes are allowed in the answer","title":"Iframe Allowed"}},"required":["url_found","answer","confidence_score","url","question"],"title":"HTMLQuestionProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":false}