Building a AI agent for Apify
Wanted to share a project that I’m working on to make using Apify easier to use for ‘plug and play’ applications.
I posted before about using one of the Reddit actors for scraping for a personal project and I was considering making it more conversational so I built a nice way to query the api by literally saying what exactly I was looking for and it would go grab the relevant posts/comments, outputting a json.
It occurred to me that I could build this more multiple actors, because all I need to do is have the agent find the IDs, have it build a filter, then viola I have the data I’m looking for.
Still a work in progress, because I need to code validation features so the ai agent doesn’t start going on a tangent and blowing up my bill. Curious how others are making filters and how they figure out mapping fields from Apify API