How can I use scrapy shell for a website like pepperfry.com which inly allows browsers to make requests
How to use Scrapy Shell for this challenge
hey @garggaurav823 ,
scrapy provides an option of providing headers to scrape any website.
So , you can just try them once and see how it works.
Can you provide me an example code for that?