

Nohemi Preben
-
Nohemi Preben replied to the discussion How can I scrape for product reviews and ratings on e-commerce sites? in the forum General Web Scraping 4 months ago
How can I scrape for product reviews and ratings on e-commerce sites?
For sites with multiple review categories, like features, durability, and value, I set up structured data models to store each review metric separately.
-
Nohemi Preben replied to the discussion What’s the best way to scrape e-commerce sites for product specifications? in the forum General Web Scraping 4 months ago
What’s the best way to scrape e-commerce sites for product specifications?
Setting up selectors for structured elements, like specifications tables, allows for precise extraction of key product details.
-
Nohemi Preben replied to the discussion How do I approach scraping data that appears only on hover or in tooltips? in the forum General Web Scraping 4 months ago
How do I approach scraping data that appears only on hover or in tooltips?
I add waits between hover actions to let each tooltip load fully, which prevents missing data from elements that take longer to display.
-
Nohemi Preben replied to the discussion How can I scrape structured data from sites without standard HTML tags? in the forum General Web Scraping 4 months ago
How can I scrape structured data from sites without standard HTML tags?
Parsing out meta tags or schema markup is also effective, as some sites embed structured data in the header instead of HTML tables.
-
Nohemi Preben started the discussion How can I scrape travel deals from JTB Japan using Java? in the forum General Web Scraping 4 months ago
How can I scrape travel deals from JTB Japan using Java?
JSoup in Java is great for static HTML content on JTB’s travel package listings, letting me capture basic information like destination and price.
-
Nohemi Preben changed their photo 4 months ago
-
Nohemi Preben became a registered member 4 months ago