• Blog
  • All Scraping Projects
  • Forums
  • Rayobyte University
  • Sign In
  • Sign Up
  • Products
  • News Feed
  • Members
  • Forums
  • Rayobyte University
    Sign in Sign up
    • Blog
    • All Scraping Projects
    • Forums
    • Rayobyte University
    • Sign In
    • Sign Up
    cover image
    Profile photo of Lucianus Hallie
    @LucianuHallie

    Lucianus Hallie

    I love exploring hidden culinary gems in cities.
    Rome
    Joined Dec 2024

    Remove Connection

    Are you sure you want to remove from your connections?

    Cancel Confirm
    • About
    • Timeline
    • Blog
    • Scraping Projects
    • Connections
    • Discussions
    • Profile photo of Lucianus Hallie

      Lucianus Hallie replied to the discussion Scrape product name, price, customer reviews from Magazine Luiza Brazil on Ruby? in the forum General Web Scraping 8 months ago

      8 months ago

      Reply to Scrape product name, price, customer reviews from Magazine Luiza Brazil on Ruby?

      To obtain the price, locate the element containing the pricing information, which is often within a span or div tag with a class indicating price. Using Nokogiri, you can select this element and extract the text, ensuring you handle any currency symbols appropriately.

      require 'net/http' require 'nokogiri'

      # Fetch the product page

      url…

      Read more

    • Profile photo of Lucianus Hallie

      Lucianus Hallie replied to the discussion Scrape product name, review count, and availability from Casas Bahia Brazil? in the forum General Web Scraping 8 months ago

      8 months ago

      Reply to Scrape product name, review count, and availability from Casas Bahia Brazil?

      Scraping the review count from Casas Bahia Brazil involves finding the element that contains the number of reviews. This is typically found in a span or div tag with a class like review-count. After parsing the page with BeautifulSoup, you can extract the review count for each product.

      import requests from bs4 import BeautifulSoup

      url…

      Read more

    • Profile photo of Lucianus Hallie

      Lucianus Hallie started the discussion Scrape product details, ratings, and delivery info ASOS UK using PHP and Guzzle? in the forum General Web Scraping 8 months ago

      8 months ago

      Scrape product details, ratings, and delivery info ASOS UK using PHP and Guzzle?

      To scrape product details from ASOS UK, use PHP with the Guzzle HTTP client to fetch the page content and DOMDocument to parse the HTML. Product details such as name and description are typically found in div or span elements.

      <?php require 'vendor/autoload.php';

      use GuzzleHttpClient;

      // Initialize Guzzle client

      $client = new Client();

      $response…

      Read more

    • Profile photo of Lucianus Hallie

      Lucianus Hallie changed their photo 8 months ago

      8 months ago

      0 Comments
    • Profile photo of Lucianus Hallie

      Lucianus Hallie became a registered member 8 months ago

      8 months ago

      0 Comments

      Profile photo of

      Latest updates

      Profile photo of jennifer james

      jennifer james posted an update 5 months ago

      Profile photo of dali

      dali posted an update 8 months ago

      Profile photo of yew

      yew posted an update 8 months ago

      © 2025 - Rayobyte Community

      Report

      There was a problem reporting this post.

      Harassment or bullying behavior
      Contains mature or sensitive content
      Contains misleading or false information
      Contains abusive or derogatory content
      Contains spam, fake content or potential malware

      Block Member?

      Please confirm you want to block this member.

      You will no longer be able to:

      • See blocked member's posts
      • Mention this member in posts
      • Message this member
      • Add this member as a connection

      Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.

      Report

      You have already reported this .