Multiple nested request with scrapy
问题 I try to scrap some airplane schedule information on www.flightradar24.com website for research project. The hierarchy of json file i want to obtain is something like that : Object ID - country - link - name - airports - airport0 - code_total - link - lat - lon - name - schedule - ... - ... - airport1 - code_total - link - lat - lon - name - schedule - ... - ... Country and Airport are stored using items, and as you can see on json file the CountryItem (link, name attribute) finally store