Hey everyone! Welcome to the official Scraper.bot community forum. Here you can ask questions, share your projects, and connect with other...
We're excited to announce the release of v0.5.0! This update includes AI-powered selector suggestions, webhook retry logic, and improved...
I'm trying to scrape product listings from a site that uses infinite scroll pagination. I've set up a basic flow but it only captures the first...
Just finished building a price tracking dashboard that monitors 500+ products across 3 different retailers. Using scheduled flows with webhook...
It would be great to have configurable retry logic for webhooks. Currently if my endpoint is temporarily down, the webhook payload is lost...
I'm getting rate limited (HTTP 429) after about 50 requests to Craigslist. I've tried adding delays between requests but it doesn't seem...
I've been using Scraper.bot for a few months now and wanted to share some tips on how to optimize your scheduled flows for reliability and...
Is there any plan to add async/await support to the Python SDK? I'm building a high-throughput pipeline and synchronous calls are becoming a...
After a week of learning Scraper.bot, I built my first real project - a job listings aggregator that pulls from LinkedIn, Indeed, and...
I need to scrape data from a site that requires authentication. How do I handle login flows in Scraper.bot? Do I need to manage cookies...