-
Acacius Caecilius replied to the discussion How to scrape data from mobile-optimized websites? in the forum General Web Scraping a year ago
How to scrape data from mobile-optimized websites?
If the mobile version is app-based, scraping might be more complex, requiring you to interact with APIs or app-specific requests.
-
Acacius Caecilius replied to the discussion How can I scrape data while maintaining user-agent rotation? in the forum General Web Scraping a year ago
How can I scrape data while maintaining user-agent rotation?
Be careful to use realistic user-agents from popular browsers to avoid getting flagged as a bot.
-
Acacius Caecilius started the discussion How does the performance of Go compare to Python in web applications? in the forum General Web Scraping a year ago
How does the performance of Go compare to Python in web applications?
Go is faster than Python, especially for web servers that need to handle a large number of concurrent connections due to its lightweight goroutines.
-
Acacius Caecilius changed their photo a year ago
-
Acacius Caecilius became a registered member a year ago
-
Henk Gratia replied to the discussion What key features were introduced in Python 3.12? in the forum General Web Scraping a year ago
What key features were introduced in Python 3.12?
There’s enhanced support for the match statement, improving pattern matching for cleaner and more efficient code.
-
Henk Gratia replied to the discussion Which is a better first language to learn, Go or Rust? in the forum General Web Scraping a year ago
Which is a better first language to learn, Go or Rust?
Rust offers more control over memory and concurrency, but it’s harder to learn and mostly used in systems programming.
-
Henk Gratia replied to the discussion What are the main differences between Python and JavaScript for backend dev work in the forum General Web Scraping a year ago
What are the main differences between Python and JavaScript for backend dev work
JavaScript (via Node.js) is known for its performance in real-time applications, thanks to its non-blocking event loop.
-
Henk Gratia replied to the discussion How do I scrape content from YouTube or other video-sharing platforms? in the forum General Web Scraping a year ago
How do I scrape content from YouTube or other video-sharing platforms?
If scraping directly from the page, you can use Selenium or BeautifulSoup, but YouTube’s dynamic nature makes this tough.
-
Henk Gratia replied to the discussion How can I scrape data while maintaining user-agent rotation? in the forum General Web Scraping a year ago
How can I scrape data while maintaining user-agent rotation?
Some websites detect user-agent inconsistencies, so make sure your user-agent matches the type of requests you’re sending (e.g., mobile vs. desktop).
- Load More