#7dayAISChallenge - Day 2
Built Scraper Agent (using Firecrawl) 1. What you scraped -> Top 50 Skools and got a structured CSV 2. One thing you learned -> I was amazed by how the agent thinks about the query limits (e.g., making parallel requests to fetch 2 pages because one page does not have enough data). Also, when I asked it to add categories of each Skool, which is not available along with the other info on the first page, it tried to use a different tool to extract that. 3. One use case idea -> One recent project that I built included scraping, but I used Airtop then. Basically, the client wanted to know if a particular website is outdated (font, design, tech, copyright, etc.). I think today's setup will make the solution much better and with greater accuracy. Looking forward to completing Day 3.