Autonomous Gemini 3.5 Market Research Agent

Streamlit
application badge
Created by team Manifestation on May 27, 2026
Finance & Market IntelligenceGTM Intelligence

This project is an autonomous market research agent designed to generate comprehensive, up-to-date company dossiers directly from live web sources. Powered by Gemini 3.5 Flash via the official google-genai SDK, the agent orchestrates a dynamic ReAct (Reason + Act) loop to answer multi-layered queries. The data acquisition layer integrates Bright Data’s APIs to bypass common scraping hurdles like anti-bot tracking and CAPTCHAs. Specifically, it employs the SERP API to fetch clean Google search results and the Web Unlocker API to extract webpage text. To ensure high execution speed and data quality, the engine leverages a ThreadPoolExecutor to run search and scraping tasks concurrently, while utilizing BeautifulSoup to structurally parse HTML before feeding it to the model. Users interact with the agent through a streamlined Streamlit web interface. They can type in a target startup name, monitor the parallel tool execution logs, view the generated report containing key leadership, funding history, and business models, and download the output directly as a clean Markdown file. This architecture provides a functional template for real-time web-grounded AI workflows.

Category tags: