#graphql
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.
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.