<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Rayobyte Community | Coronis Osmond | Activity</title>
	<link>https://rayobyte.com/community/members/coronisosmond/activity/</link>
	<atom:link href="https://rayobyte.com/community/members/coronisosmond/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Coronis Osmond.</description>
	<lastBuildDate>Mon, 06 Apr 2026 06:44:03 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.6.80</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">c82b78a8293ad81f325a1ec49c651717</guid>
				<title>Coronis Osmond replied to the discussion Scrape product name, price, and stock from Tops Thailand using Puppeteer? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/scrape-product-name-price-and-stock-from-tops-thailand-using-puppeteer/#post-2523</link>
				<pubDate>Thu, 12 Dec 2024 10:19:50 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/scrape-product-name-price-and-stock-from-tops-thailand-using-puppeteer/#post-2571"><span class="bb-reply-lable">Reply to</span> Scrape product name, price, and stock from Tops Thailand using Puppeteer?</a></p> <div class="bb-content-inr-wrap"><p>To scrape the price from Tops Thailand, you need to identify the tag that contains the price information, often a span or div class. With Puppeteer, you can use page.$eval() to grab the price after waiting for the content to load. Handling product price data ensures you get the correct information for each product.</p>
<pre><p>const puppeteer&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-2186"><a href="https://rayobyte.com/community/discussion/scrape-product-name-price-and-stock-from-tops-thailand-using-puppeteer/#post-2523" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f26b9d095e8adcd2e95587a3b6f9c953</guid>
				<title>Coronis Osmond replied to the discussion How can I scrape product name, price, and rating from Klook Thailand -Puppeteer? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-can-i-scrape-product-name-price-and-rating-from-klook-thailand-puppeteer/#post-2536</link>
				<pubDate>Thu, 12 Dec 2024 10:18:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-product-name-price-and-rating-from-klook-thailand-puppeteer/#post-2570"><span class="bb-reply-lable">Reply to</span> How can I scrape product name, price, and rating from Klook Thailand -Puppeteer?</a></p> <div class="bb-content-inr-wrap"><p>To scrape the price from Klook Thailand, use Puppeteer to extract the price information, which is usually found inside a span or div element with a class related to pricing. After navigating to the product page, wait for the price element to be visible, then extract it using page.$eval().</p>
<pre><p>const puppeteer = require('puppeteer');
(async () =&gt;&hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-2185"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-product-name-price-and-rating-from-klook-thailand-puppeteer/#post-2536" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">35d0aad122b327ad8b5951a31e42e70c</guid>
				<title>Coronis Osmond started the discussion How can I scrape product details, seller ratings, delivery Shoptime Brazil? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/forums/general-web-scraping/</link>
				<pubDate>Thu, 12 Dec 2024 10:16:37 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-product-details-seller-ratings-delivery-shoptime-brazil/">How can I scrape product details, seller ratings, delivery Shoptime Brazil?</a></p> <div class="bb-content-inr-wrap"><p>To scrape the product details from Shoptime Brazil, you can use Playwright in Python to handle dynamic content. The product name and description are usually found within div or h1 tags. Use Playwright’s locator() function to wait for the element and extract the text.</p>
<pre><p>from playwright.sync_api import sync_playwright
with sync_playwright() as p:</p><p>   &hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-2184"><a href="https://rayobyte.com/community/forums/general-web-scraping/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">59e7816cd8245bca8715be8ff4b15eed</guid>
				<title>Coronis Osmond changed their photo</title>
				<link>https://rayobyte.com/community/news-feed/p/2183/</link>
				<pubDate>Thu, 12 Dec 2024 10:11:59 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">53f079a20c8b7468bd915b677772bd4f</guid>
				<title>Coronis Osmond became a registered member</title>
				<link>https://rayobyte.com/community/news-feed/p/2182/</link>
				<pubDate>Thu, 12 Dec 2024 10:07:17 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 93/146 objects using Disk
Page Caching using Disk: Enhanced (Page is feed) 
Lazy Loading (feed)

Served from: rayobyte.com @ 2026-04-06 21:23:41 by W3 Total Cache
-->