Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get scrapy output file in json

# Add this line below start_urls
custom_settings = {"FEEDS":{"results.json":{"format":"json"}}}
#working on scrapy version 2.4.1
# to export output into json file format
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #scrapy #output #file #json
ADD COMMENT
Topic
Name
5+6 =