Cody Bontecou
banner
codybontecou.com
Cody Bontecou
@codybontecou.com
I can't tell if that thing in the upper corner is a hanging/pull up bar or an air vent. If it's a pull up bar, I take back what I said and consider it perfect!

I'm personally a fan of the Ido Portal method and really enjoy hanging.
January 4, 2025 at 3:40 PM
Sandals > shoes, 100% of the time.
January 4, 2025 at 3:15 PM
Aw man, that's nearly a dream home-gym setup. You got this 💪
January 4, 2025 at 3:13 PM
Turning 30 is a great milestone to make a lasting change in your life.

If you have a nagging feeling of wanting change, go for it.

Worst case, you'll end up back where you currently are.
Best case, you'll find happiness.
January 4, 2025 at 3:12 PM
Aha okay, that makes sense. I’m already subbed there 🤓
December 20, 2024 at 7:45 PM
You've done so many conference talks that a simple search on Youtube doesn't surface your channel. Do you have a link that I can subscribe to?
December 20, 2024 at 7:27 PM
Same. He's creating some of the best content out right now.
December 13, 2024 at 7:34 PM
AI Jason :P
December 13, 2024 at 6:47 PM
Thanks!! I’m a big fan of your product.

And yea, I 100% prefer maintaining my own platform.
December 13, 2024 at 5:12 PM
With a bit of engineering, I can see patterns appear that allow for much broader queries that are flexible and applicable to a wide array of websites.

I've enjoyed my initial dip into this tool and am excited to see where it goes.
December 5, 2024 at 6:52 AM
I haven't found a fundamental shift in how the problem is being solved. You can still write the scraping logic by hand and have it be every bit as robust and probably more efficient. But these tools are allowing me to extract data using web scraping much quicker than before.
December 5, 2024 at 6:52 AM
This video by AI Jason goes into some new web scraping techniques that are available. It can be long winded at times but it's where I learned of AgentQL.

www.youtube.com/watch?v=7kbQ...
This is how I scrape 99% websites via LLM
YouTube video by AI Jason
www.youtube.com
December 5, 2024 at 6:52 AM
The screenshot is using their Chrome extension for quick browser prototyping, but moving the query over to code looks like this:

const data = await page.queryData(`{
business[] {
name
website_url
address
rating
review_count
service_type
}
}`)
December 5, 2024 at 6:52 AM
Attached is a screenshot of me tinkering with some Google Maps data.
December 5, 2024 at 6:52 AM