

Hirune Islam
-
Hirune Islam replied to the discussion Extracting property images and prices with PHP and DOMDocument in the forum General Web Scraping 3 months ago
Extracting property images and prices with PHP and DOMDocument
I use PHP’s filter_var function to validate and sanitize image URLs. This ensures the URLs are safe and usable for downloading images later.
-
Hirune Islam replied to the discussion Scraping book titles and authors from an online bookstore using Java in the forum General Web Scraping 3 months ago
Scraping book titles and authors from an online bookstore using Java
When dealing with dynamic content, I use Selenium WebDriver with Java to ensure all elements are fully loaded before scraping. It’s slower than Jsoup but handles JavaScript-rendered content well.
-
Hirune Islam started the discussion What data can I scrape from StockX.com sneaker listings using Ruby? in the forum General Web Scraping 3 months ago
What data can I scrape from StockX.com sneaker listings using Ruby?
Scraping sneaker listings from StockX.com using Ruby allows you to extract details such as sneaker names, prices, and popularity. Using Ruby’s open-uri library for HTTP requests and nokogiri for parsing HTML, you can efficiently extract data. Below is an example script for scraping sneaker information from StockX.
require 'open-uri'
require…
-
Hirune Islam changed their photo 3 months ago
-
Hirune Islam became a registered member 3 months ago