-
Sunil Iztok replied to the discussion How can I scrape data from dynamically loaded JavaScript content? in the forum General Web Scraping a year ago
How can I scrape data from dynamically loaded JavaScript content?
Puppeteer is another tool that handles dynamic content well, especially for Node.js users.
-
Sunil Iztok replied to the discussion What’s the best Python library for web scraping in 2024? in the forum General Web Scraping a year ago
What’s the best Python library for web scraping in 2024?
Playwright is the most efficient for handling JavaScript-heavy sites. It’s newer but faster than Selenium.
-
Nanna Pankaj replied to the discussion What are the benefits of using Selenium for web scraping vs. API scraping? in the forum General Web Scraping a year ago
What are the benefits of using Selenium for web scraping vs. API scraping?
APIs are generally faster and more reliable than scraping with Selenium, which requires loading full web pages.
-
Nanna Pankaj started the discussion What are the most important new features in Python 3.12? in the forum General Web Scraping a year ago
What are the most important new features in Python 3.12?
Python 3.12 added better performance optimizations with faster method calls and attribute lookups.
-
Nanna Pankaj changed their photo a year ago
-
Nanna Pankaj became a registered member a year ago
-
Evpraksiya Beatriz replied to the discussion How do I scrape real-time data from stock market websites? in the forum General Web Scraping a year ago
How do I scrape real-time data from stock market websites?
If you must scrape, use Selenium or Playwright to grab dynamic stock data, but beware of rate limits and legal restrictions.
-
Evpraksiya Beatriz started the discussion How does backend development differ between Python and JavaScript? in the forum General Web Scraping a year ago
How does backend development differ between Python and JavaScript?
Python is easier to write and read, especially for quick prototyping and data-heavy applications.
-
Evpraksiya Beatriz changed their photo a year ago
-
Evpraksiya Beatriz became a registered member a year ago
- Load More