From ec8a940e60dc9e522a45ba9d4d54a2c736729eac Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Fri, 17 Jan 2025 23:22:02 -0600 Subject: [PATCH] updated lead generation agent --- ai_agent_tutorials/ai_lead_generation_agent/README.md | 2 +- .../ai_lead_generation_agent/ai_lead_generation_agent.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai_agent_tutorials/ai_lead_generation_agent/README.md b/ai_agent_tutorials/ai_lead_generation_agent/README.md index fdb7eed..6c9500c 100644 --- a/ai_agent_tutorials/ai_lead_generation_agent/README.md +++ b/ai_agent_tutorials/ai_lead_generation_agent/README.md @@ -1,6 +1,6 @@ ## 🎯 AI Lead Generation Agent -The AI Lead Generation Agent is a firecrawl powered agent that automates the process of finding and qualifying potential leads from Quora. It leverages Firecrawl's search and LLM extraction capabilities to identify relevant user profiles, extract valuable information, and organize it into a structured format in Google Sheets. This agent helps sales and marketing teams efficiently build targeted lead lists while saving hours of manual research. +The AI Lead Generation Agent automates the process of finding and qualifying potential leads from Quora. It uses Firecrawl's search and LLM extraction endpoints to identify relevant user profiles, extract valuable information, and organize it into a structured format in Google Sheets. This agent helps sales and marketing teams efficiently build targeted lead lists while saving hours of manual research. ### Features - **Targeted Search**: Uses Firecrawl's search endpoint to find relevant Quora URLs based on your search criteria diff --git a/ai_agent_tutorials/ai_lead_generation_agent/ai_lead_generation_agent.py b/ai_agent_tutorials/ai_lead_generation_agent/ai_lead_generation_agent.py index 4d7b0b2..002d01d 100644 --- a/ai_agent_tutorials/ai_lead_generation_agent/ai_lead_generation_agent.py +++ b/ai_agent_tutorials/ai_lead_generation_agent/ai_lead_generation_agent.py @@ -148,7 +148,7 @@ def write_to_google_sheets(flattened_data, composio_api_key, openai_api_key): # Streamlit UI def main(): - st.title("AI Lead Generation Agent") + st.title("🎯 AI Lead Generation Agent") st.info("This firecrawl powered agent helps you generate leads from Quora by searching for relevant posts and extracting user information.") # Sidebar for API keys and number of links