Build an AI helper that can read web pages and call a simple API to answer user questions. It is great for quick research, content prep, and idea suggestions without manual browsing or copying text.
A manual test start loads two sample prompts. Each prompt feeds an AI agent that uses the OpenAI chat model. One agent can call a web scraper tool that sends a request to Firecrawl and returns clean page content as markdown with only the main text. The second agent can call a public API to suggest activities using query parameters like type and participants. Both tools plug into the agents as actions, so the model decides when to fetch data and how to use it. This pattern removes the need for subworkflows and can cut node count by up to ten in similar builds.
You will need an OpenAI API key and a Firecrawl API key. The activity API does not require a key. Expect faster research, cleaner outputs, and less switching between tabs. Common uses include pulling key facts from a page, drafting quick summaries, and suggesting ideas based on simple filters. Once tested, adapt the prompts to match your team’s needs.