

Gohar Maksimilijan
-
Gohar Maksimilijan replied to the discussion How to scrape movie titles and links on YesMovies.org (unblocked) using Python? in the forum General Web Scraping 2 weeks ago
How to scrape movie titles and links on YesMovies.org (unblocked) using Python?
Unblock YesMovies.org Using Proxies and Automate Scraping Movies Using Java and MySQL
Setting Up Java for Web Scraping
Before scraping movie data from YesMovies.org, install the required Java dependencies:<dependencies> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.15.3</version>…
Michael Woo -
Gohar Maksimilijan replied to the discussion How to scrape API data using Node.js and node-fetch? in the forum General Web Scraping 3 months ago
How to scrape API data using Node.js and node-fetch?
For infinite scrolling pages, I use Capybara to simulate scrolling until all content is loaded. This ensures complete data extraction without missing hidden user agent profiles.
-
Gohar Maksimilijan replied to the discussion How to scrape API data using Node.js and node-fetch? in the forum General Web Scraping 3 months ago
How to scrape API data using Node.js and node-fetch?
I design my scraper with flexible CSS selectors or XPath queries that target attributes rather than static class names, making it easier to adapt to layout updates.
-
Gohar Maksimilijan started the discussion How to scrape browser profiles from XBrowser using Python and Selenium? in the forum General Web Scraping 3 months ago
How to scrape browser profiles from XBrowser using Python and Selenium?
Scraping browser profiles from XBrowser can help gather insights about user configurations, such as user agents, operating systems, and browser settings. Since XBrowser likely uses JavaScript to render dynamic content, Selenium is a reliable tool for automating the browser and extracting this data. Begin by inspecting the page structure to…
-
Gohar Maksimilijan changed their photo 3 months ago
-
Gohar Maksimilijan became a registered member 3 months ago