Skip to main content

Web Scraping with Gazpacho

· One min read
Sparsh Agarwal

Using gazpacho to Download and Parse the Contents of a Website. Scrape the names of the three "Gorgons".

/img/content-blog-raw-blog-web-scraping-with-gazpacho-untitled.png

Using gazpacho and pandas to Retrieve the Contents of an HTML Table. Scrape the creature and habitat columns.

/img/content-blog-raw-blog-web-scraping-with-gazpacho-untitled-1.png

Using gazpacho and Selenium to Retrieve the Contents of a Password-Protected Web Page. Scrape the quote text behind the login form.

/img/content-blog-raw-blog-web-scraping-with-gazpacho-untitled-2.png

Using gazpacho and pytesseract to Parse the Contents of “Non-Text” Text Data. Extract the embedded text.

/img/content-blog-raw-blog-web-scraping-with-gazpacho-untitled-3.png

Using gazpacho and urllib to Retrieve and Download Images, Videos, and Audio Clippings. To download the Image, Audio and Video data.

/img/content-blog-raw-blog-web-scraping-with-gazpacho-untitled-4.png