

Norbu Nata
-
Norbu Nata replied to the discussion What’s the best approach to handling large datasets while scraping? in the forum General Web Scraping 5 months ago
What’s the best approach to handling large datasets while scraping?
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.
-
Norbu Nata replied to the discussion How can I scrape data that’s only available after login? in the forum General Web Scraping 5 months ago
How can I scrape data that’s only available after login?
Some sites require CSRF tokens or other session-specific values. I capture and send these with each request to maintain session continuity.
-
Norbu Nata replied to the discussion What are some ways to handle redirects during scraping? in the forum General Web Scraping 5 months ago
What are some ways to handle redirects during scraping?
Analyzing the redirection chain in dev tools can reveal if it’s intended for bots. Sometimes, switching IPs can help avoid these traps.
-
Norbu Nata replied to the discussion How do I deal with rate limits on public APIs? in the forum General Web Scraping 5 months ago
How do I deal with rate limits on public APIs?
For batch processing, I queue requests and handle them in smaller chunks, which lets me stay within limits while gathering data continuously.
-
Norbu Nata replied to the discussion How can I scrape data from complex multi-page forms? in the forum General Web Scraping 5 months ago
How can I scrape data from complex multi-page forms?
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.
-
Norbu Nata started the discussion What’s the best way to scrape financial data from Yahoo Finance? in the forum General Web Scraping 5 months ago
What’s the best way to scrape financial data from Yahoo Finance?
Yahoo Finance has a public API that provides stock prices, historical data, and financial metrics, making it easier than scraping the site itself.
-
Norbu Nata changed their photo 5 months ago
-
Norbu Nata became a registered member 5 months ago