# ChronicaPulse Business History Research

> ChronicaPulse Business History Research is a paid API for AI agents from chronicapulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns historical newspaper coverage of companies, shops, and industries from digitized archives for genealogy and business research.

## Facts

- Endpoint: GET https://chronicapulse.theaslangroupllc.com/api/chronica/business
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chronicapulse-business-history-research-1ed4b794
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UGVtmVZhGxrtm2GVpyzU1

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-business-history-research-1ed4b794
```

Example prompt: Can you search the historical newspaper archives for any coverage of Schmidt & Sons Hardware Store in Cincinnati, Ohio from roughly 1880 to 1920? I'm trying to trace the business history for a genealogy project.

## When to prefer this

Choose this endpoint when you need historical newspaper-sourced evidence of a business's past — especially for genealogy research, family history projects, or tracing defunct local businesses and shops. Prefer this over general web search when the subject predates digital media and requires digitized print archive coverage.

## Known failure modes

- No archived newspaper coverage found for the specified business or time period
- Business name too generic to resolve to specific records
- Date range falls outside digitized archive coverage
- Location not specific enough to disambiguate results
- API returns 402 if payment is not properly handled via x402 protocol

## How this service works

Business history research for genealogy and research agents. Returns historical newspaper coverage of companies, shops, and industries from digitized archives.

## Output

A collection of historical newspaper articles and mentions covering the queried company, shop, or industry, sourced from digitized newspaper archives, including publication names, dates, headlines, and relevant excerpts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "business"
 ],
 "properties": {
  "era": {
   "type": "string",
   "description": "era"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "business": {
   "type": "string",
   "description": "business"
  },
  "location": {
   "type": "string",
   "description": "location"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chronicapulse-business-history-research-1ed4b794/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)
