<?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 | Joline Abdastartus | Activity</title>
	<link>https://rayobyte.com/community/members/jolineabdastartus/activity/</link>
	<atom:link href="https://rayobyte.com/community/members/jolineabdastartus/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Joline Abdastartus.</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">14edf36422850c16bcea9b5ac757df68</guid>
				<title>Joline Abdastartus posted a new post.</title>
				<link></link>
				<pubDate>Thu, 20 Mar 2025 16:48:35 +0000</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">fe6795b4259ab50c0aa8083d8efebebb</guid>
				<title>Joline Abdastartus posted a new post.</title>
				<link></link>
				<pubDate>Wed, 19 Mar 2025 14:57:37 +0000</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">941570057ff770620474302e77c340a8</guid>
				<title>Joline Abdastartus posted a new post.</title>
				<link></link>
				<pubDate>Tue, 18 Mar 2025 16:15:52 +0000</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">aa19fd1d7a8d11441610262b161cec7b</guid>
				<title>Joline Abdastartus posted a new post.</title>
				<link></link>
				<pubDate>Mon, 17 Mar 2025 14:56:29 +0000</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">810f0dda90c0d12303ff19b7b3afc57a</guid>
				<title>Joline Abdastartus posted a new post.</title>
				<link></link>
				<pubDate>Thu, 06 Mar 2025 17:01:38 +0000</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">546fda83d02c3575d79724df320656bc</guid>
				<title>Joline Abdastartus 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:28:00 +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-2025"><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>I cache recent data locally and compare it with new scrapes to identify meaningful changes instead of saving duplicate data.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3fb5a8f7aa5761422fa6251ca2ae0428</guid>
				<title>Joline Abdastartus replied to the discussion What strategies can I use to scrape websites with limited search functionality? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/what-strategies-can-i-use-to-scrape-websites-with-limited-search-functionality/#post-1763</link>
				<pubDate>Mon, 18 Nov 2024 06:27:33 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/what-strategies-can-i-use-to-scrape-websites-with-limited-search-functionality/#post-2024"><span class="bb-reply-lable">Reply to</span> What strategies can I use to scrape websites with limited search functionality?</a></p> <div class="bb-content-inr-wrap"><p>Monitoring the site’s network traffic can reveal API calls with hidden parameters. Often, tweaking these parameters yields more search results.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bb44a5562f64c89b995595d7bdfb0752</guid>
				<title>Joline Abdastartus 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:27:15 +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-2023"><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>Logging each URL as I progress through pages ensures I don’t revisit pages accidentally. This is crucial for scraping sites with complex pagination structures.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2147c69086ad843620988b58fbdf324b</guid>
				<title>Joline Abdastartus replied to the discussion What’s the best approach to handling large datasets while scraping? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/whats-the-best-approach-to-handling-large-datasets-while-scraping/#post-1757</link>
				<pubDate>Mon, 18 Nov 2024 06:26:43 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/whats-the-best-approach-to-handling-large-datasets-while-scraping/#post-2022"><span class="bb-reply-lable">Reply to</span> What’s the best approach to handling large datasets while scraping?</a></p> <div class="bb-content-inr-wrap"><p>A distributed scraping setup, where multiple scrapers work on different parts of the site simultaneously, helps speed up data collection without overloading any one scraper.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d8247716725a5d40e80df967ac1f8d95</guid>
				<title>Joline Abdastartus started the discussion How can I scrape promotional offers and discounts on Grab? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/forums/general-web-scraping/</link>
				<pubDate>Mon, 18 Nov 2024 06:25:46 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-promotional-offers-and-discounts-on-grab/">How can I scrape promotional offers and discounts on Grab?</a></p> <div class="bb-content-inr-wrap"><p><span>Grab’s app and website often feature promotional banners with special codes. Using a headless browser like Puppeteer, I capture these banners and associated offers.</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f5322f86ff2640402c80ede6e5b2fa6</guid>
				<title>Joline Abdastartus changed their photo</title>
				<link>https://rayobyte.com/community/news-feed/p/1492/</link>
				<pubDate>Mon, 18 Nov 2024 06:20:38 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">55b5a919c0ed926f88e2acb41270f2e9</guid>
				<title>Joline Abdastartus became a registered member</title>
				<link>https://rayobyte.com/community/news-feed/p/1491/</link>
				<pubDate>Mon, 18 Nov 2024 06:19:39 +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 118/247 objects using Disk
Page Caching using Disk: Enhanced (Page is feed) 
Lazy Loading (feed)

Served from: rayobyte.com @ 2026-04-06 17:04:52 by W3 Total Cache
-->