# SeniorPulse RX Assistance Lookup

> SeniorPulse RX Assistance Lookup is a paid API for AI agents from seniorpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns state-specific prescription cost-assistance options for low-income seniors, covering Medicare Extra Help, state pharmaceutical programs, and pharma patient-assistance programs.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/rx-assist
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-rx-assistance-lookup-c7fd2a07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nBWNUvjFm0pEWxauSqKUW

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 seniorpulse-rx-assistance-lookup-c7fd2a07
```

Example prompt: My mom is 72, lives in Florida, and is on a fixed income — can you look up all the prescription assistance programs available to her, including Medicare Extra Help, any Florida state drug programs, and pharmaceutical patient-assistance options that could lower her medication costs?

## When to prefer this

Use this endpoint when a caregiver, benefits counselor, or AI agent needs to identify all available prescription drug cost-reduction programs for a low-income senior by state, especially when Medicare Part D Extra Help, state pharmaceutical programs, and pharma PAPs all need to be surfaced together in a single lookup rather than searching each separately.

## Known failure modes

- Unsupported or invalid US state returns empty program list or error
- Income or eligibility parameters out of range return no matching programs
- Service temporarily unavailable returns 5xx error
- Missing required state parameter returns 400 bad request

## How this service works

Prescription assistance / lower drug costs for low-income seniors, by state: Medicare Extra Help, state pharmaceutical programs, and pharma patient-assistance programs that cover medication costs. For caregiver and benefits agents — informational.

## Output

A structured informational response listing available prescription cost-assistance programs for the specified state, including Medicare Extra Help (Low Income Subsidy) details, state pharmaceutical assistance programs, and pharmaceutical manufacturer patient-assistance programs — with eligibility criteria, coverage scope, and application guidance for each.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "state": {
   "type": "string",
   "description": "US state name or abbreviation"
  },
  "income": {
   "type": "number",
   "description": "Monthly income in USD — determines Extra Help eligibility (2024 limit: $1,903/month individual)"
  },
  "country": {
   "type": "string",
   "description": "Country of residence — defaults to US programs (Extra Help, SPAP) if omitted. Set for non-US countries (e.g. 'United Kingdom', 'Canada', 'Australia') to get that country's equivalent prescription cost relief instead."
  },
  "medications": {
   "type": "string",
   "description": "Comma-separated medication list — used to identify specific manufacturer PAPs for each drug"
  },
  "on_medicare": {
   "type": "boolean",
   "description": "Whether the senior is enrolled in Medicare Part D — affects Extra Help vs. manufacturer PAP eligibility"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-rx-assistance-lookup-c7fd2a07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
