58
/100
prowl
Benchmarked Aug 10, 2026

Chronicling America

Provides access to millions of pages of historic US newspapers from the Library of Congress

saas platform_profile
Benchmark Your API

Score Breakdown

Auth Simplicity 8/10
Token Efficiency 8/10
Parseability 7/10
Documentation 6/10
Error Clarity 5/10
Latency 4/10
Consistency 4/10
First-Try Success 4/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "http://chroniclingamerica.loc.gov",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [],
  "pricing_model": {"type": "free", "details": {}},
  "rate_limits": {},
  "capabilities": ["historical US newspapers search", "OCR text retrieval", "newspaper directory", "issue metadata", "page images"], 
  "raw_analysis": "Chronicling America is a public platform by the Library of Congress providing free access to millions of digitized historic US newspaper pages. The API is openly documented at the given URL, with REST endpoints for searching newspapers, issues, and pages, plus OCR text and images. It requires no authentication, making it easy to access programmatically. The platform is mature and backed by the National Digital Newspaper Program, with a broad collection spanning various states and eras. Integration is straightforward via HTTP requests and JSON responses. Rate limits are not explicitly advertised, but heavy use should be mindful of courtesy. Pricing is free. Main purpose is academic research, genealogy, and historical analysis. Capabilities include full-text search, faceted browsing, and downloading page images or text. The API likely supports JSON, with endpoints like /search, /newspapers, /issues, and /pages, though exact paths would need discovery. Worth noting that the API is static and not a SaaS platform with user accounts or billing, but rather a data service."}
}
Execute

0/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /403157ms
robots_txtGET /robots.txt40382ms
llms_txtGET /llms.txt404166ms
Interpret
```json
{
  "overall": 52,
  "dimensions": {
    "token_efficiency": 7.5,
    "first_try_success": 4.0,
    "response_parseability": 7.0,
    "error_clarity": 5.0,
    "doc_quality": 5.5,
    "auth_simplicity": 8.0,
    "latency": 4.5,
    "consistency": 3.5
  },
  "pricing_normalized": {
    "model": "free",
    "notes": "Free public access to historical newspapers via Library of Congress"
  },
  "issues": [
    {
      "issue": "Website protected by Cloudflare challenge (403) - blocks automated access without browser JavaScript execution, making agent-based scraping unreliable",
      "severity": "high"
    },
    {
      "issue": "robots.txt also returns 403 due to Cloudflare, preventing standard crawl protocol compliance verification",
      "severity": "medium"
    },
    {
      "issue": "No llms.txt file (404) - no optimized machine-readable content for AI agents",
      "severity": "medium"
    },
    {
      "issue": "Latency ~150ms but 403 responses mean the actual service experience is unusable for agents without specially configured browser automation",
      "severity": "high"
    }
  ],
  "recommendations": [
    "Provide an official API endpoint with proper authentication or API keys to bypass Cloudflare challenges",
    "Publish a llms.txt file to enable easier discovery and structured data access for AI agents",
    "Document automated access policies clearly, including any rate limits or required headers/user agents",
    "Consider providing zipped OCR text exports or bulk download options for research purposes"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/chronicling-america">
  <img src="https://prowl.world/badge/chronicling-america.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard