

Prashant Sanjiv
-
Prashant Sanjiv replied to 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?
When scraping Shopee Thailand, product reviews can be accessed by navigating through the product page and extracting review data. Puppeteer allows you to emulate user actions like scrolling, ensuring that all reviews load before extracting them. You can gather product ratings and user comments by targeting the right classes and using…
-
Prashant Sanjiv replied to the discussion How to send a JSON POST request using cURL? in the forum General Web Scraping 4 months ago
How to send a JSON POST request using cURL?
Using the –retry option in cURL helps manage temporary network failures by retrying the request automatically after a delay.
-
Prashant Sanjiv started the discussion Scrape product description, images, and seller information -Americanas Brazil? in the forum General Web Scraping 4 months ago
Scrape product description, images, and seller information -Americanas Brazil?
To scrape the product description from Americanas Brazil, you can use Selenium with Python to load the page and extract the text. The description is usually within a div or span with a specific class. After navigating to the product page, you can use find_element_by_xpath() or find_element_by_css_selector() to locate and extract the…
-
Prashant Sanjiv changed their photo 4 months ago
-
Prashant Sanjiv became a registered member 4 months ago