# ChronicaPulse Immigration Research

> ChronicaPulse Immigration Research is a paid API for AI agents from chronicapulse.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns historical immigration records including ship manifests, passenger lists, naturalization documents, ethnic press coverage, and immigrant-community newspapers from digitized archives

## Facts

- Endpoint: GET https://chronicapulse.vercel.app/api/chronica/immigration
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chronicapulse-immigration-research-772d5cec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VWFopYqmiWzHA7tNAvfdj

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-immigration-research-772d5cec
```

Example prompt: Can you pull up immigration records for my great-grandfather Stefan Kowalski, who came from Poland around 1908 and likely arrived through Ellis Island — I'm looking for his ship manifest, any naturalization records, and coverage in Polish-American newspapers from that era?

## When to prefer this

Choose this endpoint when a genealogy or family-history agent needs to specifically research immigration events — ship arrivals, passenger manifests, naturalization, or ethnic-community press — rather than general person research or obituaries. Prefer this over the general person search endpoint when the user's ancestor is known to be an immigrant and immigration-specific documents are the primary goal.

## Known failure modes

- No records found for the given name or time period — common for poorly documented immigrants or pre-digitization eras
- Ambiguous name matches returning multiple possible individuals with no clear disambiguation
- Ethnic press coverage missing if that community's newspapers were not digitized
- Date ranges outside available archive coverage returning empty results
- Non-English name variants causing mismatches in historical record searches

## How this service works

Immigration research for genealogy and family-history agents. Returns ship records, passenger lists, ethnic press, naturalization, and immigrant-community newspapers.

## Output

A structured response containing ship records and passenger list entries, naturalization documents, ethnic press articles, and immigrant-community newspaper coverage relevant to the queried individual or community, drawn from digitized historical newspaper and immigration archives.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "name": {
   "type": "string",
   "description": "name"
  },
  "year": {
   "type": "string",
   "description": "Approximate arrival year"
  },
  "origin": {
   "type": "string",
   "description": "Country of origin"
  },
  "destination": {
   "type": "string",
   "description": "US destination city"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chronicapulse-immigration-research-772d5cec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chronicapulse.vercel.app](https://www.zero.xyz/host/chronicapulse.vercel.app/llms.txt)
