ScrapeNetwork

Blog

Recent Article

Puppeteer
In the intricate world of web development, capturing XMLHttpRequests (XHR) is a critical skill for those involved in web scraping and data analysis. Utilizing Puppeteer,...
Headless Browsers
Web scraping often requires the preservation of connection states, such as browser cookies, for later use. Puppeteer provides methods like page.cookies() and page.setCookie() to save...
Headless Browsers
When testing our Puppeteer web scrapers, we may prefer to use local files instead of public websites. Puppeteer, like any real web browser, can load...
Headless Browsers
When working with Puppeteer and NodeJS to scrape dynamic web pages, it’s crucial to ensure the page has fully loaded before retrieving the page source....