Skip to content

WooodHead/scrap_amazon_books

 
 

Repository files navigation

scrap_amazon_books

  • Using scrapy to scrap information about books from amazon

sample output

[
    {
        "book_title": "Learning Python, 5th Edition",
        "book_rate": "4.0 out of 5 stars",
        "number_of_people_rating_book": "343",
        "final_price": "$29.81",
        "book_url": "/Learning-Python-5th-Mark-Lutz/dp/1449355730/ref=sr_1_1?keywords=python&qid=1565893950&s=books&sr=1-1",
        "publisher_name_and_date": " O'Reilly Media; Fifth edition (July 6, 2013)",
        "number_of_pages": " 1648 pages"
    }
]

Run

$ cd scrap_amazon_books
$ scrapy crawl amazonbooks -o book.json -a search_keyword="<search_keyword>" 

or run in docker-compose

$  docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Dockerfile 5.1%