• 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 Elisabeth Ishita
    @ElisabethIshita

    Elisabeth Ishita

    The world of IT, you’ll often find me surrounded by flowers and greenery.
    Thailand
    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 Elisabeth Ishita

      Elisabeth Ishita replied to the discussion How can I scrape product name, price, availability from BigC Thailand -Puppeteer in the forum General Web Scraping 8 months ago

      8 months ago

      Reply to How can I scrape product name, price, availability from BigC Thailand -Puppeteer

      To scrape the price from BigC Thailand, you can use Puppeteer to select the HTML element containing the price. It’s usually found in a span or div tag with a specific class indicating price. Once the page has fully loaded, use page.$eval() to extract the price text, which is typically formatted with currency symbols.

      const puppeteer =…

      Read more

    • Profile photo of Elisabeth Ishita

      Elisabeth Ishita replied to the discussion How can I scrape product name, price, and rating from Klook Thailand -Puppeteer? in the forum General Web Scraping 8 months ago

      8 months ago

      Reply to How can I scrape product name, price, and rating from Klook Thailand -Puppeteer?

      For scraping the rating of a product on Klook Thailand, target the span or div tag that contains the rating information. Use Puppeteer’s page.$eval() to extract the rating text after waiting for the page to load completely. Be mindful that ratings can be in the form of stars or a numerical value, depending on the layout.

      const puppeteer =…

      Read more

    • Profile photo of Elisabeth Ishita

      Elisabeth Ishita started the discussion Scrape product name, price, stock availability from Argos UK using Go and Colly? in the forum General Web Scraping 8 months ago

      8 months ago

      Scrape product name, price, stock availability from Argos UK using Go and Colly?

      To scrape the product name from Argos UK, you can use Go with the Colly library for web scraping. The product name is typically found in an h1 or span tag. Use Colly’s OnHTML method to target the appropriate element and extract its text.

      package main import (

      "fmt"

      "log"

      "github.com/gocolly/colly"

      )

      func main() {

      // Create a new collector

      c…

      Read more

    • Profile photo of Elisabeth Ishita

      Elisabeth Ishita changed their photo 8 months ago

      8 months ago

      0 Comments
    • Profile photo of Elisabeth Ishita

      Elisabeth Ishita 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 .