<?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 | Norbu Nata | Activity</title>
	<link>https://rayobyte.com/community/members/norbunata/activity/</link>
	<atom:link href="https://rayobyte.com/community/members/norbunata/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Norbu Nata.</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">abe01a862444e82aff76bfca7135de90</guid>
				<title>Norbu Nata 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>Sat, 16 Nov 2024 09:37:47 +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-1979"><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><span>If I need to process the data immediately, I set up streaming to a data pipeline with tools like Kafka. This way, I handle data in real time.</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ea320e9be4d4dd42e466112c0f28d3d</guid>
				<title>Norbu Nata replied to the discussion How can I scrape data that’s only available after login? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-can-i-scrape-data-thats-only-available-after-login/#post-1753</link>
				<pubDate>Sat, 16 Nov 2024 09:37:09 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-data-thats-only-available-after-login/#post-1978"><span class="bb-reply-lable">Reply to</span> How can I scrape data that’s only available after login?</a></p> <div class="bb-content-inr-wrap"><p>Some sites require CSRF tokens or other session-specific values. I capture and send these with each request to maintain session continuity.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df5b0c5f91846b30af7588e29dacc283</guid>
				<title>Norbu Nata replied to the discussion What are some ways to handle redirects during scraping? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/what-are-some-ways-to-handle-redirects-during-scraping/#post-1748</link>
				<pubDate>Sat, 16 Nov 2024 09:36:47 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/what-are-some-ways-to-handle-redirects-during-scraping/#post-1977"><span class="bb-reply-lable">Reply to</span> What are some ways to handle redirects during scraping?</a></p> <div class="bb-content-inr-wrap"><p>Analyzing the redirection chain in dev tools can reveal if it’s intended for bots. Sometimes, switching IPs can help avoid these traps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad0dce1635a7b3055a263e16b825fd90</guid>
				<title>Norbu Nata replied to the discussion How do I deal with rate limits on public APIs? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-do-i-deal-with-rate-limits-on-public-apis/#post-1742</link>
				<pubDate>Sat, 16 Nov 2024 09:36:25 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-do-i-deal-with-rate-limits-on-public-apis/#post-1976"><span class="bb-reply-lable">Reply to</span> How do I deal with rate limits on public APIs?</a></p> <div class="bb-content-inr-wrap"><p>For batch processing, I queue requests and handle them in smaller chunks, which lets me stay within limits while gathering data continuously.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a451192d33ebda3f3dce16ef4a6e4d55</guid>
				<title>Norbu Nata replied to the discussion How can I scrape data from complex multi-page forms? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/discussion/how-can-i-scrape-data-from-complex-multi-page-forms/#post-1733</link>
				<pubDate>Sat, 16 Nov 2024 09:35:52 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/how-can-i-scrape-data-from-complex-multi-page-forms/#post-1975"><span class="bb-reply-lable">Reply to</span> How can I scrape data from complex multi-page forms?</a></p> <div class="bb-content-inr-wrap"><p>Checking for CSRF tokens is important, as many multi-page forms use them for security. I include these tokens in each request to maintain sessions.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b4642b04e89ad8a3113fa006392781cd</guid>
				<title>Norbu Nata started the discussion What’s the best way to scrape financial data from Yahoo Finance? in the forum General Web Scraping</title>
				<link>https://rayobyte.com/community/forums/general-web-scraping/</link>
				<pubDate>Sat, 16 Nov 2024 09:34:34 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://rayobyte.com/community/discussion/whats-the-best-way-to-scrape-financial-data-from-yahoo-finance/">What’s the best way to scrape financial data from Yahoo Finance?</a></p> <div class="bb-content-inr-wrap"><p><span>Yahoo Finance has a public API that provides stock prices, historical data, and financial metrics, making it easier than scraping the site itself.</span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f56c18866a41616ca1c78cfcb1af9513</guid>
				<title>Norbu Nata changed their photo</title>
				<link>https://rayobyte.com/community/news-feed/p/1427/</link>
				<pubDate>Sat, 16 Nov 2024 09:32:30 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">814e0d8974d7904d96747572e879e262</guid>
				<title>Norbu Nata became a registered member</title>
				<link>https://rayobyte.com/community/news-feed/p/1426/</link>
				<pubDate>Sat, 16 Nov 2024 09:31:11 +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 74/230 objects using Disk
Page Caching using Disk: Enhanced (Page is feed) 
Lazy Loading (feed)

Served from: rayobyte.com @ 2026-04-06 12:23:46 by W3 Total Cache
-->