# free-ebooks-search

> free-ebooks-search is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Search public-domain books across Project Gutenberg and Internet Archive, returning direct download links in epub, Kindle, HTML, and plain-text formats along with author dates, language, and subject metadata.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/books
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/free-ebooks-search-96e9e0cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_McB35Fntt2WUHk0irQ0fG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability free-ebooks-search-96e9e0cb
```

Example prompt: Can you find me a free downloadable copy of 'Pride and Prejudice' by Jane Austen — ideally with an epub or Kindle link I can grab right away?

## When to prefer this

Use this endpoint when you need to find and link to free, legal, public-domain ebook downloads — especially classic literature, historical texts, or out-of-copyright works. Prefer this over general web search when you specifically need structured download links (epub, Kindle, HTML, plain text) with edition metadata like author dates, language, and subjects. Best for agents helping users load books onto e-readers or build reading lists from freely available titles.

## Known failure modes

- No results found for very obscure or niche titles
- Copyrighted books not in public domain will not appear
- Download links may point to large Internet Archive scans with slow external servers
- Ambiguous author or title queries may return irrelevant editions
- Language filter may reduce or eliminate results for rare languages

## How this service works

Free ebook finder: search public-domain books and get direct epub, Kindle, HTML and plain-text download links (Project Gutenberg and Internet Archive scans). Author dates, language and subjects included so an agent can pick the right edition. $0.01 per search.

## Output

A list of matching public-domain books with title, author, author dates, language, subjects, and direct download URLs in available formats (epub, Kindle/mobi, HTML, plain text). Sourced from Project Gutenberg and Internet Archive scans.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/free-ebooks-search-96e9e0cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
