Using PyRFC with archive.org

Python integration

Install

pip install PyRFC

Quick start

import PyRFC

client = PyRFC.Client("YOUR_API_KEY")
Fields that can be requested
curl \
  https://api.archive.org/search/v1/fields
Scrape search results from Internet Archive, allowing a scrolling cursor
curl \
  https://api.archive.org/search/v1/scrape
Return relevance-based results from search queries
curl \
  https://api.archive.org/search/v1/organic
SDK on GitHub 📄 API Docs
SDK
PyRFC
Python
API
archive.org
archive.org:search

At a glance

Language Python
Endpoints3
Base URLhttps://api.archive.org