Scrapy works only with Python 2.7.

Start the scrapper

scrapy crawl myscraper -t jsonlines -o persons.json

Exports items are inside the file persons.json.

This scraper harvests data from "tour de France" on Wikipedia