Looking for a basic way to gather and scrape lead data for use with other agents.
Could be specific to a platform (Linkedin, Facebook, Maps) or could be more general.
Basically looking for a way to get data that’s interesting and personalized for use in some kind of ice breaker message.
Any resources anyone might have or willing to point me to?
I’m afraid this tech stuff has me trapped in Wonderland, lol.
1 Like
Hmm what would the other agents do / be their end goal?
Generally for the first part I’d scrape leads like this:
- User input: I have X, I need Y.
- LLM: “based on user input, think who or what on the internet could provide me Y and is interested in X. Generate a google search query and nothing else.”
- Google search: use the LLM output from above.
- Scrape search results.
- Save links and title/description to csv list.
After that you can pass the csv list to another agent to do something with those leads.
3 Likes