Archive Search
Connector for the archive-search API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.archive.org - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_search_v1_fields— GET /search/v1/fields — Fields that can be requested-
get_search_v1_organic— GET /search/v1/organic — Return relevance-based results from search queries -
get_search_v1_scrape— GET /search/v1/scrape — Scrape search results from Internet Archive, allowing a scrolling cursor
Inputs
apiKey— your archive-search API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_search_v1_fields
apiKey: <your key>