requirements: python installation: install Scrapy: pip install Scrapy edit configuration cp config.py.template config.py && vi config.py run Scrapy: scrapy crawl contacts -o my_contacts.json