Request a tool
All toolsGuidesMCP serverRequest a toolPlatformsCategories
Internet Archive Scraper icon

Internet Archive Scraper

Search archive.org by keyword and export clean items (title, creator, year, downloads, item URL). Filter by media type, sort by popularity or date.

5 from 1 review on Apify 68 runs on Apify $0.002 per item ($2 / 1,000)
Run this in the cloudRun on Apify →

Developer & Research Tools

How it works

  1. 1
    Open it on Apify

    Hit Run on Apify — it opens the tool in the cloud, no install.

  2. 2
    Set the inputs

    Adjust query, mediaType, sort (sensible defaults are pre-filled).

  3. 3
    Click Run

    The tool runs on Apify’s cloud and collects the data for you.

  4. 4
    Export the results

    Download as JSON, CSV or Excel, or pipe straight into your app, Google Sheets, or an AI agent.

Pricing

$0.002 per item = $2 per 1,000

You are charged forWhenPrice
Item returnedCharged per archive item returned.$0.002

Pay-per-event pricing: you are billed per result, not per subscription — a run that returns nothing costs nothing beyond the start fee. Billing is handled by Apify on your own account. These are the live Apify store prices, in effect since 2026-06-13, and they are what you are actually charged.

Inputs

FieldWhat it doesType
queryKeywords to search the Internet Archive for (e.g. "nasa apollo", "jazz"). Supports Lucene operators used by archive.org, e.g. "title:(grateful dead) AND year:[1977 TO 1980]". Required.string
mediaTypeRestrict results to one media type, or leave empty for any. texts = books/documents, audio = music/recordings, movies = video/film, software, image, web (archived sites), data, collection.string
sortOrder of results. downloads = most-downloaded first, date = newest item date first, publicdate = most recently added to archive.org first, relevance = the archive's default relevance ranking.string
maxItemsMaximum number of unique items to return. The actor paginates 100 per request until this many items are collected or the result set is exhausted.integer
notionConnectorOptional. Write each item as a page into your Notion when the run finishes. Authorize a Notion connector once in Settings → API & Integrations → MCP connectors, then pick it here. Leave empty to skip (default) — results are always saved to the dataset regardless.string
notionParentIdOptional. The Notion data source ID of the database to write into (only used if a Notion connector is set). Leave empty to create the pages privately in your workspace instead.string

What you get

A structured dataset — each result includes fields like:

creatordatedescriptiondownloadsidentifiermediaTypepublicdatesubjectstitleurlyear

Export every run as JSON, CSV or Excel, or send it to your app, a database, Google Sheets, or an AI agent.

2 ready-to-run use cases

Archive.org Book Search by Keyword to JSON

Free public-domain books from archive.org's text collection by keyword, with author, publication year and item link for every title. Ideal for researchers.

Newest Archive.org Uploads for Any Search Term

Track recently added archive.org items for any topic, sorted newest first by upload date, each with its title, date and direct link. Great for monitoring.

Related tools in Developer & Research Tools

Other ready-to-run tools in the same category — all pay-per-use on the Apify cloud.

Hacker News Scraper iconDeveloper & Research Tools

Hacker News Scraper

Search Hacker News stories, Show HN, Ask HN, comments, or the front page by keyword and get clean JSON with points, author and comment links.

3 use cases

Research MCP Server — 10 Tools for AI Agents iconDeveloper & Research Tools

Research MCP Server — 10 Tools for AI Agents

One MCP server URL gives Claude, Cursor or ChatGPT 10 research tools: arXiv, Reddit, GitHub, HN, OpenAlex, Wikipedia, CoinGecko, GDELT and more.

4 use cases

DEV.to Scraper iconDeveloper & Research Tools

DEV.to Scraper

Scrape DEV.to articles by tag, author or sort: title, URL, tags, reactions, comments, reading time, cover image and full body.

Ready to run — no setup

Wikidata Scraper iconDeveloper & Research Tools

Wikidata Scraper

Resolve names or Q-ids to Wikidata entities for $0.20 per 1,000 plus $0.001 per run. Labels, aliases, instance-of, claims and Wikipedia links.

Ready to run — no setup

Domain Inspector iconDeveloper & Research Tools

Domain Inspector

Bulk-inspect domains: DNS records, RDAP registrar and expiry, redirects, TLS dates, security headers, robots, sitemaps and tech detection.

Ready to run — no setup

GitHub Scraper iconDeveloper & Research Tools

GitHub Scraper

Search GitHub repos or users and export clean rows: stars, forks, language, topics, license, plus user bio, company, location and follower count.

18 use cases

See all Developer & Research Tools →

Internet Archive Scraper

Search the Internet Archive (archive.org) by keyword and get back clean, structured items — title, creator, year, downloads, subjects, description and the item URL. No API key, no login.

Built on the public advancedsearch.php JSON API. Filter by media type (texts, audio, movies, software, image, …), sort by downloads, date, or relevance, and paginate transparently up to your item limit.

What you get per item

identifier, title, creator, year, date, mediaType, downloads, subjects (array), description (first ~500 chars), publicdate, and url (https://archive.org/details/{identifier}).

Fields that can be null

  • title, creator, year, date, description, publicdate — null when archive.org's metadata doesn't include that field for an item.
  • subjects — empty array when the item has no subject tags.
  • downloads0 when not reported.

Input

FieldNotes
queryRequired. Keywords, e.g. nasa apollo, jazz. Supports archive.org Lucene operators, e.g. title:(grateful dead) AND year:[1977 TO 1980].
mediaTypeRestrict to one type: texts, audio, movies, software, image, web, data, collection. Empty = any.
sortdownloads (default), date, publicdate, or relevance.
maxItemsMax unique items to return (default 100). Paginates 100 per request until reached or exhausted.

Output

One dataset row per item. You are only charged for genuine item rows (ok: true). Diagnostic rows are never charged — this includes:

  • empty/invalid input (errorCode: "BAD_INPUT" — empty query or an unknown mediaType),
  • no results for the query (NO_RESULTS),
  • rate limits or network errors (RATE_LIMITED / NETWORK / SERVER_ERROR).

Results are de-duplicated by identifier, so a paginated sweep never bills you twice for the same item.

Pricing

$2.00 per 1,000 items ($0.002 each), with no run-start fee. Flat rate — no volume tiers, no plan gates — and you are charged only for items actually returned.

Because there is no start fee and diagnostics are free, a broad exploratory query that comes back NO_RESULTS costs nothing, and you can safely fire many small maxItems probes to tune a Lucene query before committing to a large pull.

Proxy

The archive.org advancedsearch API is a public, no-auth JSON endpoint with no anti-bot, so no proxy is required and the default runs without one (saving proxy credits). Only enable Apify Proxy if you hit IP rate limits at very high volume.

Troubleshooting

  • Getting a BAD_INPUT row? Provide a non-empty query, and if you set mediaType make sure it's one of the allowed values.
  • NO_RESULTS? The query matched nothing on archive.org — broaden the keywords or remove the media-type filter.
  • Want fewer/more results? Adjust maxItems. The archive can return very large result sets for broad queries.

Example

{ "query": "jazz", "mediaType": "audio", "sort": "downloads", "maxItems": 50 }

Notes

The actor calls advancedsearch.php with output=json, requesting identifier, title, creator, year, date, mediatype, downloads, description, subject, and publicdate, then maps each doc to a clean row. Pagination uses page with 100 rows per request until your maxItems is reached or the numFound total is exhausted.