• 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 Shyamala Laura
    @ShyamalaLaura

    Shyamala Laura

    I find peace and joy in botanical art and sketching.
    Germany
    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 Shyamala Laura

      Shyamala Laura replied to the discussion Scrape product specifications, images, shipping details -Amazon Brazil -Python in the forum General Web Scraping 8 months ago

      8 months ago

      Reply to Scrape product specifications, images, shipping details -Amazon Brazil -Python

      To scrape product images, identify the img tags containing image URLs, usually part of a gallery. Use Selenium to extract the src attribute for all available images on the page.

      from selenium import webdriver from selenium.webdriver.common.by import By

      driver = webdriver.Chrome()

      driver.get('https://www.amazon.com.br/dp/product-page')

      # Scrape…

      Read more

    • Profile photo of Shyamala Laura

      Shyamala Laura replied to 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

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

      To scrape the price, use Colly to locate the price element, usually within a div or span tag. You can use the OnHTML method to fetch the element and extract its text.

      package main import (

      "fmt"

      "log"

      "github.com/gocolly/colly"

      )

      func main() {

      // Create a new collector

      c := colly.NewCollector()

      // Extract product…

      Read more

    • Profile photo of Shyamala Laura

      Shyamala Laura started the discussion Extract shipping fees from Amazon UK product pages using Node.js in the forum General Web Scraping 8 months ago

      8 months ago

      Extract shipping fees from Amazon UK product pages using Node.js

      Scraping shipping fees from Amazon UK requires setting up a Node.js script using Puppeteer for efficient handling of dynamic content. Shipping fees are often displayed near the pricing section or as part of the delivery options on the product page. These fees may vary depending on the user’s location or the availability of specific…

      Read more

    • Profile photo of Shyamala Laura

      Shyamala Laura changed their photo 8 months ago

      8 months ago

      0 Comments
    • Profile photo of Shyamala Laura

      Shyamala Laura 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 .