GET /search/v1/scrape
Summary: —
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Scrape search results from Internet Archive, allowing a scrolling cursor
Parameters (7)
callback
(string, query, optional)
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.
cursor
(string, query, optional)
Cursor for scrolling (used for subsequent calls)
field
(string, query, optional, default: identifier)
Metadata field
Constraints: {'minLength': 1, 'maxLength': 250}
q
(string, query, optional)
Lucene-type search query
size
(integer, query, optional, default: 1000)
Number of query results to return
Constraints: {'minimum': 10, 'maximum': 10000}
sort
(string, query, optional)
sort collations
Constraints: {'minLength': 5, 'maxLength': 250}
total_only
(boolean, query, optional, default: False)
Request total only; do not return hits
No probe data for this endpoint yet.