

Fanni Marija
-
Fanni Marija 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?
One challenge I’ve faced is when websites dynamically load content using JavaScript. BeautifulSoup can’t handle that, so I had to switch to Selenium or Playwright to scrape the full page.
-
Fanni Marija 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 Colly library is incredibly fast and efficient for scraping static HTML content. However, it may not handle JavaScript-rendered content as effectively as Node.js with Puppeteer.
-
Fanni Marija started the discussion Extracting property images and prices with PHP and DOMDocument in the forum General Web Scraping 3 months ago
Extracting property images and prices with PHP and DOMDocument
Scraping property images and prices from real estate websites is a common use case for data aggregation or market analysis. PHP’s DOMDocument and DOMXPath libraries provide robust methods for extracting structured data. For static pages, you can parse HTML using these libraries and extract elements like image URLs and prices. If the site uses…
-
Fanni Marija changed their photo 3 months ago
-
Fanni Marija became a registered member 3 months ago