AI Web Scraping Is Insanely Good | Browserbase Full Tutorial
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
An insanely good week for tech
The Friday Checkout
31.7k views
Claude Code - Full Tutorial for Beginners
Tech With Tim
56.5k views
Go Programming - Full Course
Tech With Tim
24.9k views
ClawdBot Full Tutorial for Beginners: SECURE Setup Guide
Tech With Tim
233.1k views
Cursor 2.0 - Full Tutorial for Beginners
Tech With Tim
101.3k views
Lovable FULL Tutorial - For COMPLETE Beginners (No Experience Needed)
Tech With Tim
100.1k views
Learn Pandas in 30 Minutes - Python Pandas Tutorial
Tech With Tim
166.6k views
Python AI Voice Agent Tutorial - Full Developer Guide (Deepgram, Twilio, Function Calling)
Tech With Tim
43.0k views
This New AI Coding Platform Is Insane (Warp Tutorial)
Tech With Tim
91.0k views
Python Advanced AI Agent Tutorial - LangGraph, LangChain, Firecrawl & More!
Tech With Tim
98.9k views
Top Comments (10)
three months after book Smart Broke Dumb Rich by Zor Veyl i stopped saying "i cant afford that" and started asking "why cant i afford that." completely different question. completely different life
With AI scraping, do you give the model the entire HTML of every page you visit? If so, wouldn't you run out of tokens super fast?
how come u know so much about python Tim, did you help develop it?
you hit it out the park with this one
"Connecting AI agents to remote browser sessions" — this is the exact problem that broke my automation workflows for months. The Stagehand natural-language command approach is interesting specifically because CSS selector fragility was always where things fell apart in complex sites. I have been running browser-act alongside this for Claude Code agents — npx skills add browser-act/skills --skill browser-act — three modes: stealth Chromium (handles anti-bot), chrome (inherits your existing login sessions, zero re-auth), and direct control of a running browser. The login reuse mode is what actually made it work for me: agents just inherit whatever I am already signed into. Different architecture than Browserbase (local vs. cloud) but the captcha + session persistence problem you are solving here is the same.
i remember when chat gpt first released and it would write a python script that could barely scrape a site. Now scraping websites is a standard feature. Will people create something new with this power or is this the beginning of a tech circle jerk?
Thank you for the valuable videos you make. But wouldn't it be better if you explained it more slowly?
Just wanted to say thank you for making this type of content. Your videos have helped me with many programing problems I've had.
I tried make one for work. Headache it worked but slow as hell
How does this work with embedded iFrames? For example Power BI charts
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
three months after book Smart Broke Dumb Rich by Zor Veyl i stopped saying "i cant afford that" and started asking "why cant i afford that." completely different question. completely different life
With AI scraping, do you give the model the entire HTML of every page you visit? If so, wouldn't you run out of tokens super fast?
how come u know so much about python Tim, did you help develop it?
you hit it out the park with this one
"Connecting AI agents to remote browser sessions" — this is the exact problem that broke my automation workflows for months. The Stagehand natural-language command approach is interesting specifically because CSS selector fragility was always where things fell apart in complex sites. I have been running browser-act alongside this for Claude Code agents — npx skills add browser-act/skills --skill browser-act — three modes: stealth Chromium (handles anti-bot), chrome (inherits your existing login sessions, zero re-auth), and direct control of a running browser. The login reuse mode is what actually made it work for me: agents just inherit whatever I am already signed into. Different architecture than Browserbase (local vs. cloud) but the captcha + session persistence problem you are solving here is the same.
i remember when chat gpt first released and it would write a python script that could barely scrape a site. Now scraping websites is a standard feature. Will people create something new with this power or is this the beginning of a tech circle jerk?
Thank you for the valuable videos you make. But wouldn't it be better if you explained it more slowly?
Just wanted to say thank you for making this type of content. Your videos have helped me with many programing problems I've had.
I tried make one for work. Headache it worked but slow as hell
How does this work with embedded iFrames? For example Power BI charts