Retrieve Metadata of a Web Page using Power Automate Desktop
Retrieve Metadata of a Web Page using Power Automate Desktop This Power Automate Desktop flow allows the user to enter a website URL and automatically retrieves important metadata such as the page title, meta keywords, description, and the full HTML source. It uses browser automation to open the page, extract information, and optionally save the source code to a file. Step-by-step Explanation Ask the user for a website URL The flow begins with an input dialog that prompts the user to enter the website address. The entered URL is stored in the variable URL . If the user clicks Cancel , the remaining steps do not execute. Open the website in Microsoft Edge If the user clicks OK, the flow launches Edge and opens the provided webpage. The browser window is maximized, and a retry mechanism is added in case the page fails to load on the first attempt. ⚠️ The Power Automate browser extension must be inst...