Challenge - Scrape a Book Store!

i am getting only 86% accuracy but my csv has 1000 books data. code link: https://ide.codingblocks.com/s/155556 code for json to csv: https://ide.codingblocks.com/s/155557

Hey,
I’ve made a few small changes on your code for spider.
Here’s the link to new code : https://ide.codingblocks.com/s/157202

And you don’t code for converting json to csv. While running the crawler just simply follow this command scrapy crawl books_spider -o "all_books.csv"
So, directly get the results in csv file.
Hope this will help.

Happy Learning,

@mohituniyal2010 i’ve tried your code but this time i’m getting accuracy only 33% one less than my previous accuracy.