-
Deianeira Afrodita became a registered member a year ago
-
Alheri Mien replied to the discussion Compare Go and Ruby for scraping product availability on Verkkokauppa Finland in the forum General Web Scraping a year ago
Compare Go and Ruby for scraping product availability on Verkkokauppa Finland
Dynamic stock levels or user-input-dependent data may require integrating JavaScript-rendering tools. In such cases, both languages would need supplementary tools—Playwright for Go or Selenium for Ruby.
-
Alheri Mien replied to the discussion Compare using Python and Go to scrape hotel prices from Traveloka Indonesia in the forum General Web Scraping a year ago
Compare using Python and Go to scrape hotel prices from Traveloka Indonesia
Dynamic content, such as hotel prices loaded via JavaScript, may require additional tools like Selenium in Python or Playwright for Go. These tools can simulate a browser and ensure that all elements are rendered before scraping.
-
Alheri Mien started the discussion What data can I scrape from Cars.com for car listings using Python? in the forum General Web Scraping a year ago
What data can I scrape from Cars.com for car listings using Python?
Scraping car listings from Cars.com using Python can help you extract important details like car models, prices, locations, and mileage. Python’s requests library allows you to fetch the page content, while BeautifulSoup can parse the HTML and extract the desired data. By targeting the structure of Cars.com pages, such as the divs or…
-
Alheri Mien changed their photo a year ago
-
Alheri Mien became a registered member a year ago
-
Ella Karl replied to the discussion Compare using PHP and Node.js to scrape product ratings from ETMall Taiwan in the forum General Web Scraping a year ago
Compare using PHP and Node.js to scrape product ratings from ETMall Taiwan
PHP’s simplicity and wide adoption make it a good choice for small-scale tasks, but it lacks native concurrency support, which can limit its scalability when scraping multiple pages simultaneously.
-
Ella Karl replied to the discussion Compare Ruby and Go to scrape shipping details from Yahoo! Taiwan in the forum General Web Scraping a year ago
Compare Ruby and Go to scrape shipping details from Yahoo! Taiwan
If the shipping details are dynamically loaded, neither Ruby’s Nokogiri nor Go’s Colly would suffice alone. In such cases, integrating tools like Selenium for Ruby or Playwright for Go would help render JavaScript and access the required data.
-
Ella Karl started the discussion How to scrape hotel prices from Expedia.com using JavaScript? in the forum General Web Scraping a year ago
How to scrape hotel prices from Expedia.com using JavaScript?
Scraping hotel prices from Expedia.com using JavaScript can be effectively done with Node.js and Puppeteer, a library that provides control over a headless browser. This approach allows you to handle dynamic content rendered by JavaScript, ensuring all hotel listings are fully loaded before data extraction. The process involves navigating to…
-
Ella Karl changed their photo a year ago
- Load More