Getting ready

Open http://spidyquotes.herokuapp.com/scroll in your browser. This page will load additional content when you scroll to the bottom of the page: 

Screenshot of the quotes to scrape

Once the page is open, go into your developer tools and select the network panel. Then, scroll to the bottom of the page. You will see new content in the network panel:

Screenshot of the developer tools options

When we click on one of the links, we can see the following JSON:

{"has_next": true,"page": 2,"quotes": [{"author": {"goodreads_link": "/author/show/82952.Marilyn_Monroe", ...

Get Python Web Scraping Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.