Back for round two of the 7-day challenge 🙌 What I built: I hooked up the Firecrawl MCP server and put it to work scraping real data off the web. Started with a pull from Yelp to grab some leads, and that went smoothly, no complaints. Then I got ambitious and tried scraping product reviews, first off Google, then off Best Buy, and that's where things got spicy. One thing that clicked: Not every site scrapes the same. The Yelp pull was quick and clean, but the moment I pointed it at Google and Best Buy for reviews, it hit some real snags. I ended up having to restart the whole scraping session, and the second run did behave better, so sometimes the fix really is just to tear it down and start fresh. Good reminder that the tool working perfectly once doesn't mean the next target is going to be as friendly. One thing I'd improve next time: The big head-scratcher was speed. That second run took way longer than my earlier Yelp pull, and I honestly can't tell you why yet. So next time I want to actually dig into what's slowing it down, whether it's the site fighting back, the volume of reviews, or something in how I set up the request. Figuring out the "why" behind the slow run is my homework. Not as clean as Day 1, but I learned more from it wrestling with me than the easy win did. That's the point of the challenge, right? 😄 Anyone else run into scrapers that work great on one site and choke on the next? Curious how you all handle it. (The third page, for some reason, kept failing, so I just told Claude to run with the 2 pages we had.)