#xhr

2 guides

Scraping Hidden APIs: How to Find the Real Data Behind Modern Sites
Show how to trace XHR and fetch calls, replay the useful ones, and skip brittle DOM scraping when the frontend is just a shell.
Web Scraping Dynamic Content: 5 Reliable Ways to Handle JavaScript-Rendered Pages
When HTML isn’t in the initial response: how to detect JS-rendered pages and choose between XHR reverse-engineering, Playwright, hybrid extraction, and more. Practical decision rules + examples.