

Evelia Judith
-
Evelia Judith replied to the discussion How to scrape profile information from BitBrowser using Python and Selenium? in the forum General Web Scraping 4 months ago
How to scrape profile information from BitBrowser using Python and Selenium?
I store the fetched API data in a database like MongoDB, making it easier to query and analyze later without repeatedly hitting the API.
-
Evelia Judith replied to the discussion How to build a Wayfair price tracker using Python and BeautifulSoup? in the forum General Web Scraping 4 months ago
How to build a Wayfair price tracker using Python and BeautifulSoup?
Retrying failed requests with exponential backoff helps avoid breaking the scraper due to temporary server issues or connectivity problems.
-
Evelia Judith started the discussion How can I scrape product reviews from Shopee Thailand using Node.js n Puppeteer? in the forum General Web Scraping 4 months ago
How can I scrape product reviews from Shopee Thailand using Node.js n Puppeteer?
Puppeteer is great for scraping Shopee Thailand, especially when the content is dynamically loaded via JavaScript. You’ll need to load the page and extract product reviews once the page is fully rendered. A common challenge is handling infinite scrolling, where products or reviews are loaded as you scroll down. Use page.evaluate() to grab…
-
Evelia Judith changed their photo 4 months ago
-
Evelia Judith became a registered member 4 months ago