• 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 Monica Nerva
    @MonicaNerva

    Monica Nerva

    When I’m not immersed in coding or analytics, I love exploring historical sites.
    Mexico
    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 Monica Nerva

      Monica Nerva 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?

      For stock availability, use Colly to find the element that indicates whether the product is in stock or out of stock. Extract the text from the element, which might show terms like “In Stock” or “Out of Stock.”

      package main

      import (

      "fmt"

      "log"

      "github.com/gocolly/colly"

      )

      func main() {

      // Create a new collector

      c := colly.NewCollector()

      //…

      Read more

    • Profile photo of Monica Nerva

      Monica Nerva replied to the discussion How can I scrape product features, price, promotions from Ponto Frio Brazil? in the forum General Web Scraping 8 months ago

      8 months ago

      Reply to How can I scrape product features, price, promotions from Ponto Frio Brazil?

      To scrape promotions, locate the section where discounts or special offers are displayed. Use page.$eval() to extract the promotion text. This is often presented as a percentage discount or special note within the product section.

      const puppeteer = require('puppeteer'); (async () => {

      const browser = await puppeteer.launch({ headless: true…

      Read more

    • Profile photo of Monica Nerva

      Monica Nerva started the discussion Extract shipping policies from Ceneo Poland using Node.js in the forum General Web Scraping 8 months ago

      8 months ago

      Extract shipping policies from Ceneo Poland using Node.js

      Ceneo is one of the most popular price comparison websites in Poland, helping customers find the best deals on various products. Scraping shipping policies from Ceneo involves focusing on the delivery details that are often provided by individual sellers. These policies typically include shipping costs, estimated delivery times, and options…

      Read more

    • Profile photo of Monica Nerva

      Monica Nerva changed their photo 8 months ago

      8 months ago

      0 Comments
    • Profile photo of Monica Nerva

      Monica Nerva 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 .