-
Abioye Sparrow started the discussion What’s the best programming language to learn in 2024 for web development? in the forum General Web Scraping a year ago
What’s the best programming language to learn in 2024 for web development?
-
JavaScript is still the king of web development—almost every web framework relies on it, especially React or Node.js.
-
-
Abioye Sparrow changed their photo a year ago
-
Abioye Sparrow became a registered member a year ago
-
Lawan Intira 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?
Another approach is to look at the network requests via your browser’s dev tools and try to directly query the API the website is using.
-
Lawan Intira started the discussion Web scraping with Golang vs. Python: Which is more efficient? in the forum General Web Scraping a year ago
Web scraping with Golang vs. Python: Which is more efficient?
Golang is more efficient for large-scale scraping because it’s faster and uses less memory.
-
Lawan Intira changed their photo a year ago
-
Lawan Intira became a registered member a year ago
-
Kanchana Lalita replied to the discussion How do you handle pagination when scraping websites? in the forum General Web Scraping a year ago
How do you handle pagination when scraping websites?
If the page uses infinite scrolling, Selenium or Playwright can simulate scrolling.
-
Kanchana Lalita started the discussion How to scrape data from a website using Node.js and Puppeteer? in the forum General Web Scraping a year ago
How to scrape data from a website using Node.js and Puppeteer?
Set up Puppeteer and use it to open a browser page and interact with the website just like a real user.
-
Kanchana Lalita changed their photo a year ago
- Load More