Scraping (some of) the NYPL Catalog: a story of Requests and BeautifulSoup

10:00 AM - 10:55 AM on August 16, 2015, Room 705

Susan Steinman

Audience level:
novice
Watch:
http://youtu.be/Tn3YUoRKmdg

Description

A foray into web scraping in Python

Abstract

A few months ago, I asked the NYPL for access to the API to their catalog, for the purposes of building a book-mapping web app. They said no. Alas. Learn how I got around this problem using Python Requests and Beautiful Soup, and get acquainted with the awesomeness of web scraping in Python.