<?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 | Aston Martial | Activity</title>
	<link>https://rayobyte.com/community/members/astonmartial/activity/</link>
	<atom:link href="https://rayobyte.com/community/members/astonmartial/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Aston Martial.</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">2475d87be22c7bbc07c6460cce8ef5db</guid>
				<title>Aston Martial posted a new post.</title>
				<link></link>
				<pubDate>Thu, 13 Feb 2025 18:09:29 +0000</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://rayobyte.com/community/zalora-com-my-scrape-with-go-dynamodb-extracting-fashion-product-prices-brand-popularity-and-customer-ratings-for-competitive-analysis/"><img src="https://rayobyte.com/community/wp-content/uploads/2025/02/img-cfv1Ir8SvqAzDmx8yrWZjS57.jpg" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://rayobyte.com/community/zalora-com-my-scrape-with-go-dynamodb-extracting-fashion-product-prices-brand-popularity-and-customer-ratings-for-competitive-analysis/"><span class="bb-post-title">Zalora.com.my Scrape with Go DynamoDB: Extracting Fashion Product Prices, Brand Popularity, and Customer Ratings for Competitive Analysis</span></a> <p>Scrape Zalora.com.my using Go &amp; DynamoDB to extract fashion product prices, brand popularity, and customer ratings for competitive analysis.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">701180a209be3c9f34e32c29810efdfb</guid>
				<title>Aston Martial replied to the discussion How can I scrape product details from JD Central Thailand using Python n Scrapy? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-can-i-scrape-product-details-from-jd-central-thailand-using-python-n-scrapy/#post-2514</link>
				<pubDate>Thu, 12 Dec 2024 10:37:07 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-product-details-from-jd-central-thailand-using-python-n-scrapy/#post-2574"><span class="bb-reply-lable">Reply to</span> How can I scrape product details from JD Central Thailand using Python n Scrapy?</a></p> <div class="bb-content-inr-wrap"><p>JD Central Thailand utilizes JavaScript and dynamic content loading for product information, so it&#8217;s important to work with Scrapy&#8217;s middleware settings to handle AJAX requests. Scrapy is excellent for scraping static HTML content, but you may need to integrate it with other tools like Splash if dealing with pages that require&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-2191"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-product-details-from-jd-central-thailand-using-python-n-scrapy/#post-2514" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f7ec17fbecd272b9edbb0403546ed16</guid>
				<title>Aston Martial replied to the discussion Scrape product availability, price from Central Thailand’s using Python n Scrapy in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/scrape-product-availability-price-from-central-thailands-using-python-n-scrapy/#post-2511</link>
				<pubDate>Thu, 12 Dec 2024 10:35:30 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/scrape-product-availability-price-from-central-thailands-using-python-n-scrapy/#post-2573"><span class="bb-reply-lable">Reply to</span> Scrape product availability, price from Central Thailand’s using Python n Scrapy</a></p> <div class="bb-content-inr-wrap"><p>When scraping Central Thailand&#8217;s product pages, Scrapy offers an easy way to extract prices and availability. The product price is typically found within a specific HTML tag, often within a span or div. Availability might be indicated with classes like in-stock or out-of-stock. One challenge here is that some products may show&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-2190"><a href="https://rayobyte.com/community/discussion/scrape-product-availability-price-from-central-thailands-using-python-n-scrapy/#post-2511" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c80d872dfde78d7f3a9263d628f5ad9</guid>
				<title>Aston Martial started the discussion How can I scrape product features, price, promotions from Ponto Frio Brazil? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/forums/general-web-scraping/</link>
				<pubDate>Thu, 12 Dec 2024 10:32:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-product-features-price-promotions-from-ponto-frio-brazil/">How can I scrape product features, price, promotions from Ponto Frio Brazil?</a></p> <div class="bb-content-inr-wrap"><p>To scrape product features from Ponto Frio Brazil, you can use Puppeteer to load the page and locate the div or ul tag containing the product features list. Use page.$$eval() to extract and map each feature into an array. This allows you to collect all product features efficiently.</p>
<pre><p>const puppeteer = require('puppeteer');</p><p>(async () =&gt; {</p><p>   &hellip;</p></pre>
<p><span class="activity-read-more" id="activity-read-more-2189"><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">e514516564c70555aa47952435e9f789</guid>
				<title>Aston Martial changed their photo</title>
				<link>https://rayobyte.com/community/news-feed/p/2188/</link>
				<pubDate>Thu, 12 Dec 2024 10:27:57 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5a0fe409d081cac591c8da2c2fb68fea</guid>
				<title>Aston Martial became a registered member</title>
				<link>https://rayobyte.com/community/news-feed/p/2187/</link>
				<pubDate>Thu, 12 Dec 2024 10:24:51 +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 70/190 objects using Disk
Page Caching using Disk: Enhanced (Page is feed) 
Lazy Loading (feed)

Served from: rayobyte.com @ 2026-04-06 12:29:10 by W3 Total Cache
-->