← 返回
AI智能 中文

Epstein Files Search

Search 44,886+ DOJ-released Jeffrey Epstein documents (Jan 2026 release). Free, no payment required. Search by name, topic, location, or keyword across the full DugganUSA index of declassified Epstein files. Returns document previews, people mentioned, locations, aircraft, evidence types, and source references.
搜索44,886+份司法部解密的杰弗里·爱泼斯坦文件(2026年1月发布)。免费无需付费。支持按姓名、主题、地点或关键词在DugganUSA索引中检索,返回文档预览、提及人物、地点、飞机、证据类型及来源参考。
chuxo
AI智能 clawhub v1.1.0 1 版本 99742.6 Key: 无需
★ 2
Stars
📥 1,510
下载
💾 71
安装
1
版本
#latest

概述

Epstein Files Search — Free DOJ Document Search

Search 44,886+ declassified Jeffrey Epstein documents released by the U.S. Department of Justice on January 30, 2026. Powered by the DugganUSA public index.

100% free. No API keys. No accounts. No payment.

Quick Start

# Search by name
node scripts/epstein.mjs search --query "Ghislaine Maxwell" --limit 10

# Search by topic
node scripts/epstein.mjs search --query "flight logs" --limit 20

# Search by location
node scripts/epstein.mjs search --query "Little St James"

# Get index statistics
node scripts/epstein.mjs stats

Commands

search — Search Epstein Documents

Search across all 44,886+ indexed documents by keyword, name, topic, or location.

node scripts/epstein.mjs search --query "SEARCH TERMS" [--limit N]
FlagDescriptionDefault
----------------------------
--query Search query (required)
--limit Number of results (1-500)10

Examples:

# Search for a specific person
node scripts/epstein.mjs search --query "Prince Andrew"

# Search for a topic
node scripts/epstein.mjs search --query "financial transactions"

# Search for locations
node scripts/epstein.mjs search --query "New York mansion"

# Get more results
node scripts/epstein.mjs search --query "flight logs" --limit 50

# Search for evidence types
node scripts/epstein.mjs search --query "phone records"

stats — Index Statistics

Get the current state of the document index — total documents, database size, and last update time.

node scripts/epstein.mjs stats

Output Format

Search results are returned as JSON to stdout (for easy piping and parsing). Status messages and Quick Links (direct PDF URLs) go to stderr for easy viewing.

Search Result Shape

{
  "query": "flight logs",
  "totalHits": 1523,
  "hits": [
    {
      "id": "doc-abc123",
      "efta_id": "EFTA-00001234",
      "content_preview": "Excerpt from the document...",
      "doc_type": "legal_document",
      "dataset": "epstein_files",
      "pages": 3,
      "people": ["Person A", "Person B"],
      "locations": ["New York", "Palm Beach"],
      "aircraft": ["N908JE"],
      "evidence_types": ["financial_record"],
      "source": "DOJ Release Jan 2026",
      "indexed_at": "2026-01-31T...",
      "doj_url": "https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf",
      "doj_listing_url": "https://www.justice.gov/epstein/doj-disclosures/data-set-9-files"
    }
  ]
}

New in v1.1.0: Each result now includes doj_url (direct PDF link) and doj_listing_url (dataset page). The CLI also displays Quick Links in stderr output:

--- Quick Links ---
1. EFTA-00001234: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001234.pdf
2. EFTA-00001235: https://www.justice.gov/epstein/files/DataSet%209/EFTA-00001235.pdf

Stats Shape

{
  "totalDocuments": 44886,
  "databaseSize": "2.1 GB",
  "lastUpdate": "2026-01-31T...",
  "isIndexing": false
}

Data Source

All documents come from the U.S. Department of Justice release of Jeffrey Epstein-related records on January 30, 2026. The documents are indexed and searchable via the DugganUSA public API.

  • Source: DOJ Epstein Records
  • Index: DugganUSA Analytics
  • Coverage: 44,886+ document files (3+ million pages)
  • Content: Court filings, depositions, flight logs, financial records, communications, evidence inventories, and more

Piping & Integration

Results go to stdout as JSON, making it easy to pipe into other tools:

# Pipe to jq for filtering
node scripts/epstein.mjs search --query "Maxwell" --limit 100 | jq '.hits[] | .people'

# Save results to file
node scripts/epstein.mjs search --query "flight logs" --limit 500 > flight-logs.json

# Count total hits
node scripts/epstein.mjs search --query "Palm Beach" | jq '.totalHits'

# Extract all mentioned people
node scripts/epstein.mjs search --query "2005" --limit 100 | jq '[.hits[].people[]?] | unique'

Troubleshooting

"Cannot reach API"

Check your internet connection. The DugganUSA API may have temporary downtime.

"No results found"

Try broader search terms. The search is keyword-based — use names, locations, or document types rather than full sentences.

Slow responses

The API typically responds in 100-900ms. Larger result sets (limit > 100) may take slightly longer.

References

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-28 23:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 796,973
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 710 📥 243,597
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,352 📥 317,827