Scrape search results from Internet Archive, allowing a scrolling cursor
get/search/v1/scrape
Query parameters
qstring
Lucene-type search query
fieldstring
Metadata field
sortstring
sort collations
sizeinteger
Number of query results to return
cursorstring
Cursor for scrolling (used for subsequent calls)
total_onlyboolean
Request total only; do not return hits
callbackstring
Specifies a JavaScript function func, for a JSON-P response. When provided, results are wrapped as callback(data), and the returned MIME type is application/javascript. This causes the caller to automatically run the func with the JSON results as its argument.
Response
Scaping API