# ChronicaPulse Archive Full-Text Search

> ChronicaPulse Archive Full-Text Search is a paid API for AI agents from chronicapulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Full-text search across global digitized historical newspaper archives for genealogy and research queries

## Facts

- Endpoint: GET https://chronicapulse.theaslangroupllc.com/api/chronica/search
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chronicapulse-archive-full-text-search-a9e065ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z6Jly7siQkI4y7xFm23X9

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 chronicapulse-archive-full-text-search-a9e065ef
```

Example prompt: Search the digitized newspaper archives for any mentions of 'Heinrich Braun' from Bavaria between 1880 and 1920 — I'm trying to trace my great-great-grandfather for a genealogy project.

## When to prefer this

Use this endpoint when you need a broad, keyword-based full-text search across multiple global newspaper archives simultaneously, rather than searching for a specific entity type (person, place, business). Ideal as a starting point for genealogy or historical research when the researcher wants to cast a wide net before using more targeted sibling endpoints like person search, obituary, or military history lookups.

## Known failure modes

- No results found for the given query or date range — returns empty result set
- Query too broad returns excessive results with low relevance
- Archive coverage gaps for certain regions or time periods may yield no matches
- Invalid or malformed query parameters return an error response
- Rate limiting or payment failure prevents the request from completing

## How this service works

Archive search for genealogy and research agents. Full-text search across global digitized newspaper archives.

## Output

Returns full-text search results from global digitized newspaper archives, including matching article snippets, publication names, dates, locations, and archive source metadata relevant to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "q"
 ],
 "properties": {
  "q": {
   "type": "string",
   "description": "Search query"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "state": {
   "type": "string",
   "description": "state"
  },
  "year_end": {
   "type": "string",
   "description": "year_end"
  },
  "year_start": {
   "type": "string",
   "description": "year_start"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chronicapulse-archive-full-text-search-a9e065ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chronicapulse.theaslangroupllc.com](https://www.zero.xyz/host/chronicapulse.theaslangroupllc.com/llms.txt)
