

Jerilyn Shankar
-
Jerilyn Shankar replied to the discussion Scrape product name, review count, and availability from Casas Bahia Brazil? in the forum General Web Scraping 3 months ago
Scrape product name, review count, and availability from Casas Bahia Brazil?
To scrape availability from Casas Bahia Brazil, you can extract whether a product is in stock or out of stock. This is often found in a div or span tag that specifies availability status. Using BeautifulSoup, locate and extract this information to determine the product’s availability.
import requests from bs4 import BeautifulSoup
url =…
-
Jerilyn Shankar replied to the discussion Scrape product name, discount, and shipping from Submarino Brazil using Node.js? in the forum General Web Scraping 3 months ago
Scrape product name, discount, and shipping from Submarino Brazil using Node.js?
To scrape the discount from Submarino Brazil, you can use Cheerio to look for the element containing the discount percentage, which is typically wrapped in a span or div. The discount information may be shown with a percentage off and might appear only if the product is on sale. By querying the relevant HTML element, you can extract the…
-
Jerilyn Shankar changed their photo 3 months ago
-
Jerilyn Shankar became a registered member 3 months ago