top of page
  • Writer's pictureQuan Sheng

Scraping images using python

in this blog i will be doing scraping images using python.


What is a web scraping

"web scraping," is the process of extracting large amounts of information from a website. This may involve downloading several web pages or the entire site. The downloaded content may include just the text from the pages, the full HTML, or both the HTML and images from each page.


Inside the isbns text it has the ISBN code stored inside the text

By running the code it uses a urlretrieve to copy the network object to our local machine from the website images amazon url.



This will be convenient if you are required to download huge amount of multiple files, all you need is the isbn for the url link and there you go. Instant download, compared to manually downloading it.

2 views

コメント


bottom of page