

Tasunka Meliton
-
Tasunka Meliton replied to the discussion What are the best methods for scraping data from dynamically-loaded websites? in the forum General Web Scraping 5 months ago
What are the best methods for scraping data from dynamically-loaded websites?
Scrapy Splash is another option for Python users. It can render JavaScript within Scrapy pipelines, allowing you to handle dynamic content without switching libraries.
rayobyte.com
What are the best methods for scraping data from dynamically-loaded websites? - Rayobyte Community
Headless browsers like Selenium or Puppeteer are ideal for handling dynamic sites. They can render JavaScript, so you can wait for content to load before
-
Tasunka Meliton replied to the discussion How can I manage session-based scraping effectively? in the forum General Web Scraping 5 months ago
How can I manage session-based scraping effectively?
For session-based scraping, I authenticate first and store session cookies, then pass them with each request. This maintains login state and reduces the need for re-authentication.
-
Tasunka Meliton replied to the discussion What’s the best way to handle CAPTCHAs while scraping? in the forum General Web Scraping 5 months ago
What’s the best way to handle CAPTCHAs while scraping?
Sometimes, changing the proxy IP can bypass CAPTCHAs. CAPTCHA triggers are often IP-based, so if you encounter one, switching IPs could get you around it.
-
Tasunka Meliton replied to the discussion What are the best resources for learning Rust in 2024? in the forum General Web Scraping 5 months ago
What are the best resources for learning Rust in 2024?
The Rust by Example website offers clear, real-world examples that help you see Rust in action.
-
Tasunka Meliton replied to the discussion What’s the best way to learn Golang for backend development? in the forum General Web Scraping 5 months ago
What’s the best way to learn Golang for backend development?
Take advantage of Go’s built-in tooling like go fmt for formatting and go test for testing, which will help you write cleaner, more reliable code.
-
Tasunka Meliton started the discussion How do I approach scraping data that appears only on hover or in tooltips? in the forum General Web Scraping 5 months ago
How do I approach scraping data that appears only on hover or in tooltips?
I use Selenium to hover over elements and reveal the tooltip data. Selenium’s actions chains are perfect for simulating mouse movements.
-
Tasunka Meliton changed their photo 5 months ago
-
Tasunka Meliton became a registered member 5 months ago