Challenge - Scrape a Book Store!

I am getting 98% accuracy. Please tell me what is wrong in my code.
Here is the link to my code:

https://drive.google.com/open?id=16qflHmaYUAUFmvEZL_QeUzRKnQ1vTNYn

Hey Akshay,
I guess this is the maximum score you can get If you are scraping the data correctly as your code seems fine…
Although you can try a recursive approach also.
Here’s the link to recursive code: https://ide.codingblocks.com/s/157202
While running the crawler just simply follow this command

scrapy crawl books_spider -o "all_books.csv"

I hope I’ve cleared your doubt, if you have any other doubt, please feel free to ask again

1 Like