

Leonzio Jonatan
-
Leonzio Jonatan replied to the discussion What are the differences between wget and curl for web scraping? in the forum General Web Scraping 2 months ago
What are the differences between wget and curl for web scraping?
If I need to integrate HTTP requests into a program, I use libcurl in languages like Python or PHP. This allows for more advanced and automated workflows.
-
Leonzio Jonatan replied to the discussion How to scrape movie details from Viooz.ac using JavaScript and Puppeteer? in the forum General Web Scraping 2 months ago
How to scrape movie details from Viooz.ac using JavaScript and Puppeteer?
To avoid server blocks, I implement randomized delays between requests and rotate proxies when scraping repeatedly.
-
Leonzio Jonatan started the discussion How to extract images from a website during scraping? in the forum General Web Scraping 2 months ago
How to extract images from a website during scraping?
Extracting images from a website involves identifying the HTML tags where the image URLs are stored. Most images are found in img elements with src attributes that point to the image file. Using Python’s BeautifulSoup, you can easily extract these URLs for static pages. For dynamic sites, tools like Puppeteer or Selenium can help load all images…
-
Leonzio Jonatan changed their photo 2 months ago
-
Leonzio Jonatan became a registered member 2 months ago