Have a spider that extracts tables from a few page...
# ask-anything
l
Have a spider that extracts tables from a few pages. Execute it via the command
Copy code
scrapy crawl <spider-id> -o <file-name>.json
the command above needs to be executed at the rool level of where the scrapy project was initialized