v1

latestSwagger 2.0raw.githubusercontent.com2016-04-13364.5 KB

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

cursorstring

A scroll handle

previousstring

A scroll handle

countinteger

Number of results returned

totalinteger

Total number of results from this cursor point

itemsHit[]
All 3 operations