<?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 | Florianne Andrius | Activity</title>
	<link>https://rayobyte.com/community/members/florianneandrius/activity/</link>
	<atom:link href="https://rayobyte.com/community/members/florianneandrius/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Florianne Andrius.</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">8d76856a9554ed48ee653b7ffd7c3253</guid>
				<title>Florianne Andrius posted a new post.</title>
				<link></link>
				<pubDate>Thu, 13 Feb 2025 18:07:33 +0000</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://rayobyte.com/community/use-python-mysql-scrape-abenson-com-ph-extracting-electronics-prices-specifications-and-availability-for-market-analysis/"><img src="https://rayobyte.com/community/wp-content/uploads/2025/02/A-3D-isometric-illustration-of-an-ecommerce-website-development-process-showing-designers-and-developers-working-on-UI_UX-coding-and-testing.webp" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://rayobyte.com/community/use-python-mysql-scrape-abenson-com-ph-extracting-electronics-prices-specifications-and-availability-for-market-analysis/"><span class="bb-post-title">Use Python MySQL Scrape Abenson.com.ph: Extracting Electronics Prices, Specifications, and Availability for Market Analysis</span></a> <p>Learn to use Python and MySQL to scrape Abenson.com.ph, extracting electronics prices, specifications, and availability for effective market analysis.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca481d0d2c70e29669d0e0b70e7fb15a</guid>
				<title>Florianne Andrius replied to the discussion How can I detect and manage duplicate data in my scraped results? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-can-i-detect-and-manage-duplicate-data-in-my-scraped-results/#post-1799</link>
				<pubDate>Mon, 18 Nov 2024 06:05:45 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-detect-and-manage-duplicate-data-in-my-scraped-results/#post-2020"><span class="bb-reply-lable">Reply to</span> How can I detect and manage duplicate data in my scraped results?</a></p> <div class="bb-content-inr-wrap"><p>Pandas’ drop_duplicates function is a quick and effective way to filter out duplicates in bulk after data collection.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e63bbeb16176952a13475cd62ba57f59</guid>
				<title>Florianne Andrius replied to the discussion How do I handle scraping pages with endless AJAX requests? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-do-i-handle-scraping-pages-with-endless-ajax-requests/#post-1793</link>
				<pubDate>Mon, 18 Nov 2024 06:05:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-do-i-handle-scraping-pages-with-endless-ajax-requests/#post-2019"><span class="bb-reply-lable">Reply to</span> How do I handle scraping pages with endless AJAX requests?</a></p> <div class="bb-content-inr-wrap"><p>I use Playwright or Puppeteer to handle cases where AJAX loads new data as I scroll, simulating user interaction and loading all data at once.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e448cb17b637d311d9b3d8f9c49c09df</guid>
				<title>Florianne Andrius replied to the discussion What’s the best approach to scraping PDF documents online? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/whats-the-best-approach-to-scraping-pdf-documents-online/#post-1789</link>
				<pubDate>Mon, 18 Nov 2024 06:04:58 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/whats-the-best-approach-to-scraping-pdf-documents-online/#post-2018"><span class="bb-reply-lable">Reply to</span> What’s the best approach to scraping PDF documents online?</a></p> <div class="bb-content-inr-wrap"><p>Optical Character Recognition (OCR) with Tesseract is effective for scanned PDFs, though it requires more processing and is less accurate.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45b1b7370d9672c3582487d377155322</guid>
				<title>Florianne Andrius replied to the discussion How do I handle scraping for real-time data that updates frequently? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-do-i-handle-scraping-for-real-time-data-that-updates-frequently/#post-1768</link>
				<pubDate>Mon, 18 Nov 2024 06:04:21 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-do-i-handle-scraping-for-real-time-data-that-updates-frequently/#post-2017"><span class="bb-reply-lable">Reply to</span> How do I handle scraping for real-time data that updates frequently?</a></p> <div class="bb-content-inr-wrap"><p>Running the scraper on a server with high bandwidth ensures that updates are handled smoothly without lags.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b569b81c3210c50cb49f74e6cb65352</guid>
				<title>Florianne Andrius replied to the discussion How can I handle pagination when scraping JavaScript-heavy sites? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-can-i-handle-pagination-when-scraping-javascript-heavy-sites/#post-1898</link>
				<pubDate>Mon, 18 Nov 2024 06:03:42 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-handle-pagination-when-scraping-javascript-heavy-sites/#post-2016"><span class="bb-reply-lable">Reply to</span> How can I handle pagination when scraping JavaScript-heavy sites?</a></p> <div class="bb-content-inr-wrap"><p>In cases where JavaScript pagination isn’t feasible, I often look for URL parameters that can be manipulated to skip between pages.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4cb39fda6f7a5dff1b91bef9d27785a5</guid>
				<title>Florianne Andrius started the discussion What’s the best way to track used or second-hand listings on Carousell? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/forums/general-web-scraping/</link>
				<pubDate>Mon, 18 Nov 2024 06:02:44 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/whats-the-best-way-to-track-used-or-second-hand-listings-on-carousell/">What’s the best way to track used or second-hand listings on Carousell?</a></p> <div class="bb-content-inr-wrap"><p>Carousell has an API in some regions, making it easier to monitor new listings and prices for specific categories like electronics or fashion.</p>
<p><span class="medium-editor-create-link"></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06e65af49ee3756d06c95f2814089ff2</guid>
				<title>Florianne Andrius changed their photo</title>
				<link>https://rayobyte.com/community/news-feed/p/1484/</link>
				<pubDate>Mon, 18 Nov 2024 06:00:13 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e0f8ed20c32123443b80df9a5d3b115e</guid>
				<title>Florianne Andrius became a registered member</title>
				<link>https://rayobyte.com/community/news-feed/p/1483/</link>
				<pubDate>Mon, 18 Nov 2024 05:59:14 +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/253 objects using Disk
Page Caching using Disk: Enhanced (Page is feed) 
Lazy Loading (feed)

Served from: rayobyte.com @ 2026-04-06 17:08:40 by W3 Total Cache
-->