

Mary Drusus
-
Mary Drusus posted a new post. 7 weeks ago
Best Programming Languages and Frameworks for Web Scraping 11st.co.kr: Python, Selenium, ScrapyExplore the best programming languages and frameworks for web scraping 11st.co.kr: Python, Selenium, and Scrapy. Efficient tools for data extraction.
-
Mary Drusus replied to the discussion Use Node.js to scrape product availability from MediaWorld Italy in the forum General Web Scraping 3 months ago
Use Node.js to scrape product availability from MediaWorld Italy
Could the script be extended to collect availability details for multiple products by dynamically iterating through a list of product URLs? Would adding pagination support or handling category pages make it more versatile?
-
Mary Drusus replied to the discussion Extract customer reviews from Euronics Italy using Python in the forum General Web Scraping 3 months ago
Extract customer reviews from Euronics Italy using Python
Improving error handling for edge cases, such as missing or incomplete reviews, would make the script more robust. Logging these cases for later analysis would help identify patterns and refine the scraper.
-
Mary Drusus started the discussion How can you extract movie titles and ratings from a streaming site? in the forum General Web Scraping 3 months ago
How can you extract movie titles and ratings from a streaming site?
Streaming sites often display structured data for movies, including titles, ratings, genres, and descriptions. Scraping these details requires inspecting the HTML layout to identify where the titles and ratings are stored. For static pages, BeautifulSoup is ideal for extracting this data, while dynamic pages may require Selenium or Puppeteer…
-
Mary Drusus changed their photo 3 months ago
-
Mary Drusus became a registered member 3 months ago