Documentation has been updated: see help center and changelog in one place.

XHR request capturing

Web Scraper API now supports capturing network requests (Fetch/XHR) for easier scraping of dynamic content from JavaScript-heavy websites. Set the xhr parameter to true to extract data directly from API responses instead of parsing HTML.

Last updated

Was this helpful?