Not sure if I should revive this thread or start a new one? With the generous help above I've made good use of a sitemap with Internet Archive book search hits but I have been unable to collect more than a page of search hits at a time.
It seems like a typical infinite scroll scenario with no buttons to advance pages, but my efforts to use SelectorElementScroll have failed. I assume the issue is what marker to use for the scroll down element. I don't know if the shadow-root links require a special setup or if I am just not structuring this properly - increasing the scroll delay had no effect.
{"_id":"Archive-org-Test","startUrl":["https://archive.org/details/texts?tab=collection&query=NLB&and[]=collection%3A%22internetarchivebooks%22"],"selectors":[{"id":"element-wrapper","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"app-root:shadow-root collection-page:shadow-root collection-browser:shadow-root infinite-scroller:shadow-root tile-dispatcher:shadow-root a","multiple":true,"delay":2000,"elementLimit":0},{"id":"link","parentSelectors":["element-wrapper"],"type":"SelectorLink","selector":"app-root:shadow-root collection-page:shadow-root collection-browser:shadow-root infinite-scroller:shadow-root tile-dispatcher:shadow-root a","multiple":true,"linkType":"linkFromHref"},{"id":"name","parentSelectors":["link"],"type":"SelectorText","selector":"span[itemprop='name']","multiple":false,"regex":""},{"id":"identifier","parentSelectors":["link"],"type":"SelectorText","selector":"span[itemprop='identifier']","multiple":false,"regex":""},{"id":"publisher","parentSelectors":["link"],"type":"SelectorGroup","selector":"span[itemprop='publisher']","extractAttribute":""}]}