-
Shena Brigid became a registered member a year ago
-
Dovilas Kaarel replied to the discussion How to collect cryptocurrency prices from CoinMarketCap or Binance? in the forum General Web Scraping a year ago
How to collect cryptocurrency prices from CoinMarketCap or Binance?
I focus on top-traded coins, like Bitcoin and Ethereum, which reduces the volume of data while maintaining insight into the market’s pulse.
-
Dovilas Kaarel replied to the discussion How do I scrape user reviews on 1688.com with Rust? in the forum General Web Scraping a year ago
How do I scrape user reviews on 1688.com with Rust?
Rotating IPs and user-agent headers in requests reduces detection risk when frequently accessing 1688.com’s popular products.
-
Dovilas Kaarel replied to the discussion How to handle site formatting differences when scraping multiple Shopify stores? in the forum General Web Scraping a year ago
How to handle site formatting differences when scraping multiple Shopify stores?
I implement conditional checks within my scraper to handle optional fields that may appear on some stores but not others.
-
Jove Benton replied to the discussion How can I scrape product data from Lazada Thailand using Python n BeautifulSoup? in the forum General Web Scraping a year ago
How can I scrape product data from Lazada Thailand using Python n BeautifulSoup?
For large-scale tracking, I store price data in a database and compare it periodically to identify trends or price drops.
-
Jove Benton replied to the discussion How to scrape profile information from BitBrowser using Python and Selenium? in the forum General Web Scraping a year ago
How to scrape profile information from BitBrowser using Python and Selenium?
For infinite scrolling pages, I use Selenium’s execute_script method to automate scrolling and ensure all content is loaded before scraping begins
-
Dovilas Kaarel changed their photo a year ago
-
Dovilas Kaarel became a registered member a year ago
-
Jove Benton started the discussion Scrape product name, price, and stock from Tops Thailand using Puppeteer? in the forum General Web Scraping a year ago
Scrape product name, price, and stock from Tops Thailand using Puppeteer?
To scrape the product name from Tops Thailand, you can use Puppeteer to open the product page and locate the div or h1 tag containing the name. The product name is usually found in a specific class within these tags. After waiting for the page to load fully, use page.$eval() to extract the inner text.
const puppeteer =…
-
Jove Benton changed their photo a year ago
- Load More