Skip to content

mate-academy/py-scrape-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrape books

Task

Here you will scrape https://books.toscrape.com/ website. For each of 1000 books you need to parse this information:

  • title
  • price
  • amount_in_stock
  • rating
  • category
  • description
  • upc

In this task you should use scrapy framework for parsing. And implement only 1 spider to do such job.

When completed it - save all books into books.jl file and commit it. This task doesn't have auto-tests, so test it manually.

Hints:

  • use scrapy documentation for searching for all required information;
  • use scrapy best practices & learn how to learn new frameworks;
  • make your code as clean as possible;
  • separate scraping for different steps to make code cleaner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published