

Nora Ramzan
-
Nora Ramzan posted a new post. 2 days ago
Parsing HTML in JavaScript with Firebase – Step-by-Step GuideLearn how to parse HTML in JavaScript using Firebase with this step-by-step guide. Simplify data handling and enhance your web app’s functionality.
-
Nora Ramzan posted a new post. a week ago
Scraping JavaScript-Rendered Pages with Python and MongoDBLearn to scrape JavaScript-rendered pages using Python and store data in MongoDB. Master techniques for dynamic content extraction and efficient data management.
-
Nora Ramzan replied to the discussion Compare Python and Node.js to scrape product reviews from Momo Taiwan in the forum General Web Scraping 2 months ago
Compare Python and Node.js to scrape product reviews from Momo Taiwan
Node.js with Puppeteer is better suited for handling dynamic content since it can render JavaScript-heavy pages. It also allows for easier interaction with elements such as pop-ups or expandable sections, which are common on e-commerce sites like Momo.
-
Nora Ramzan replied to the discussion Use Node.js to scrape product titles from Books.com.tw in the forum General Web Scraping 2 months ago
Use Node.js to scrape product titles from Books.com.tw
If the product title element is dynamically loaded, Puppeteer is well-suited for the task. However, inspecting the network requests for API endpoints could reveal a direct way to fetch product data without rendering the entire page.
-
Nora Ramzan started the discussion How to extract sports team names and match schedules from a website? in the forum General Web Scraping 2 months ago
How to extract sports team names and match schedules from a website?
Scraping sports team names and match schedules can provide valuable data for analysis or personal use. Most sports websites structure this information in lists or tables, making it easy to locate with HTML inspection. For static pages, tools like BeautifulSoup are effective in extracting team names and match timings. Dynamic sites often…
-
Nora Ramzan changed their photo 2 months ago
-
Nora Ramzan became a registered member 2 months ago