#httpx

2 guides

Web Scraping with HTTPX: Async Fetching, Retries, and Timeouts
A practical guide to web scraping with HTTPX in Python: sane timeouts, bounded async fetching, explicit retries, and production-ready request patterns.
GraphQL Scraping: How to Extract Clean Data from Modern Web Apps
Learn how to inspect GraphQL network calls, replay queries safely, handle persisted queries, and build a cleaner alternative to brittle DOM scraping on modern web apps.