mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-04 22:19:09 -05:00
updated lead generation agent
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user