

Heledd Neha
-
Heledd Neha replied to the discussion Which is better: Go or Node.js for scraping hotel prices from Agoda? in the forum General Web Scraping 3 months ago
Which is better: Go or Node.js for scraping hotel prices from Agoda?
Go’s concurrency model allows for scraping multiple pages simultaneously with minimal resource usage, making it a great option for large-scale scraping projects.
-
Heledd Neha replied to the discussion How does web scraping work using Python and BeautifulSoup? in the forum General Web Scraping 3 months ago
How does web scraping work using Python and BeautifulSoup?
Pagination is another tricky part. I usually look for the “Next Page” button, extract its link, and loop through all the pages to get the complete dataset.
-
Heledd Neha started the discussion How to scrape restaurant data from DoorDash.com using Python? in the forum General Web Scraping 3 months ago
How to scrape restaurant data from DoorDash.com using Python?
Scraping restaurant data from DoorDash.com using Python can provide insights into menu items, prices, and restaurant names. Python’s requests library can fetch page content, while BeautifulSoup parses the HTML to extract relevant information. This script demonstrates how to gather restaurant names and menu item prices from DoorDash.
import…
-
Heledd Neha changed their photo 3 months ago
-
Heledd Neha became a registered member 3 months ago