Skip to content

Addono/worldcat-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Worldcat Scraper

Collects book titles from Worldcat's search pages. See this example of a scrape getting the titles of all Dutch fiction books released in 2019.

Note: Worldcat search only allows you to scroll through the first 5000 hits.

Usage

scrapy runspider spider.py

Or if you want to save the output, e.g. as CSV:

scrapy runspider spider.py --output=res.csv -t csv

Releases

No releases published

Packages

No packages published

Languages