for i in `cat ips_to_scan.txt` ; do shodan download --limit -1 k_${i}.json.gz "ip:'${i}'"; done
read in a file of ips, downloads it to a file based on name. parse or transform after.
Shodan ® - All rights reserved