s/results/?date1=1912&state=Indiana&format=json&andtext=ralph%3Dbixler
# TODO: NEW API
# https://libraryofcongress.github.io/data-exploration/loc.gov%20JSON%20API/Chronicling_America/README.html
# ht
tps://libraryofcongress.github.io/data-exploration/loc.gov%20JSON%20API/Chronicling_America/ChronAm-download_results.html
# https://www.loc.gov/collections/chronicling-america/?dl=page&end_date=1912-1
s=ralph+bixler&searchType=advanced&start_date=1912-01-01&fo=json
use warnings;
use strict;
use Carp;
use CHI;
use LWP::UserAgent;
use JSON::MaybeXS;
use Object::Configure;
use Params::Get 0.13;
use