Narayanan Syed
-
Narayanan Syed replied to the discussion How can I scrape product name, price, availability from BigC Thailand -Puppeteer in the forum General Web Scraping a week ago
How can I scrape product name, price, availability from BigC Thailand -Puppeteer
Scraping availability from BigC Thailand is similar to scraping the product price, but here you target the availability status, such as “In Stock” or “Out of Stock”. After navigating to the product page, use Puppeteer to extract the availability text by targeting the appropriate element using page.$eval(). This information is often displayed as…
-
Narayanan Syed replied to the discussion Scrape product specifications, seller ratings, delivery option Carrefour Brazil? in the forum General Web Scraping a week ago
Scrape product specifications, seller ratings, delivery option Carrefour Brazil?
To obtain seller ratings, locate the element that displays the seller’s rating, which is often within a span or div tag. Using DOMXPath, you can query this element and extract the rating value.
<?php // Initialize cURL
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,…
-
Narayanan Syed started the discussion Extract top deals, shipping costs, and ratings from John Lewis UK using Go in the forum General Web Scraping a week ago
Extract top deals, shipping costs, and ratings from John Lewis UK using Go
Scraping data from John Lewis UK, a renowned retailer in the UK, involves targeting key information such as top deals, shipping costs, and product ratings. Using Go with the Colly library, you can automate the scraping process to collect this data efficiently. The first step in this process is understanding the page structure by inspecting…
-
Narayanan Syed changed their photo a week ago
-
Narayanan Syed became a registered member a week ago