Internet Archive Search — Books, Video, Audio & Software avatar

Internet Archive Search — Books, Video, Audio & Software

Pricing

from $1.00 / 1,000 catalog items

Go to Apify Store
Internet Archive Search — Books, Video, Audio & Software

Internet Archive Search — Books, Video, Audio & Software

Search the Internet Archive catalog through its public JSON API. No browser and no API key. Returns identifier, title, creator, year, downloads, media type, subjects, formats, and the details URL.

Pricing

from $1.00 / 1,000 catalog items

Rating

0.0

(0)

Developer

Celal Tokmak

Celal Tokmak

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Search the public Internet Archive catalog and save structured items. The actor calls https://archive.org/advancedsearch.php and reads JSON. It does not open a browser, log in, or download files.

Why this actor

  • Public JSON API — no API key, no login, no browser.
  • Filter by media type (texts, movies, audio, software, image, data) and year range.
  • Sort by downloads, item date, date added, or relevance.
  • Output is one catalog record per dataset item: identifier, title, creator, year, downloads, formats, subjects, and the details URL.

Input

{
"search_queries": ["nasa apollo"],
"mediatype": "texts",
"year_from": 1960,
"year_to": 1975,
"sort_by": "downloads",
"max_items": 50
}

search_queries also accepts a raw Archive.org query such as title:(apollo) AND mediatype:texts.

FieldTypeDefaultDescription
search_queriesArray<String>["nasa apollo"]Plain words or an Archive.org Lucene query.
mediatypeStringtextsall, texts, movies, audio, software, image, data.
year_from / year_toInteger—Optional inclusive year range.
sort_byStringdownloadsdownloads, date, added, relevance.
max_itemsInteger50How many catalog items to save (1–1000).

Output

Each item has identifier, title, creator, year, date, downloads, mediatype, language, description, subjects, formats, collections, url, query, and scraped_at.

url points at https://archive.org/details/{identifier}. Favorite-list collections (fav-*) are dropped because a popular item can carry thousands of them.

{
"identifier": "nasa_techdoc_20000088626",
"title": "Challenge To Apollo: The Soviet Union and The Space Race, 1945-1974",
"creator": "Siddiqi, Asif A",
"year": 2000,
"downloads": 41992,
"mediatype": "texts",
"url": "https://archive.org/details/nasa_techdoc_20000088626"
}

Pricing

$1.50 per 1,000 saved catalog items (pay-per-event, $0.0015 per dataset item). Actor start is $0.00005. Compute is extra and typically a few cents because this actor uses HTTP JSON only.

Store

https://apify.com/haktelaren/internet-archive-scraper