Web Read Agent
The Web Read Agent extracts information from a webpage (HTML) using LLMs and outputs the result in text format(TXT).

API KEY
Enter an OpenAI or Google API key. The %VARIABLE%
format is supported.
OpenAI API Key: Refer to https://platform.openai.com/api-keys
Google API Key: Refer to https://ai.google.dev/gemini-api/docs/api-key
MODEL
The following model types are currently supported:
OpenAI
o3, gpt-4.1, gpt-4.1-mini
gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash
Generally, the models listed above are billed based on usage. For billing details, refer to:
OpenAI: https://openai.com/pricing
Google Gemini: https://ai.google.dev/gemini-api/docs/pricing
HTML
Click the "PICK" button or use the %FILENAME% variable to select the webpage file.
ADD PROMPT
Add a natural language prompt to guide the model.
FILENAME: Name of the output file. The output will be saved as a
.txt
file.PROMPT: Natural language instruction.
Example
Goal: Extract and filter data from the webpage
Step 1: Use the “Retrieve Content” function to store the data as the HTML file


Step 2: Use the Web Read Agent module and apply the natural language prompt to guide the model.

Result: The output will be a text object.

--
We are dedicated to improving our content. Please let us know if you come across any errors, including spelling, grammar, or other mistakes, as your feedback is valuable to us! 🤖️⚡️
Last updated