# ParentPulse Activity Recommendations API

> ParentPulse Activity Recommendations API is a paid API for AI agents from parentpulse-delta.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns age-appropriate activity recommendations and parenting guidance for child development, nutrition, sleep, and family wellness.

## Facts

- Endpoint: GET https://parentpulse-delta.vercel.app/api/parent/activity
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parentpulse-activity-recommendations-api-4128566a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7SxPjjyKlORQjqRy-bGf6

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 parentpulse-activity-recommendations-api-4128566a
```

Example prompt: Can you suggest some age-appropriate developmental activities for my 3-year-old that help with motor skills and cognitive growth?

## When to prefer this

Use this endpoint when you need evidence-based, age-appropriate activity and parenting guidance for children, especially when integrating child development intelligence into a family or parenting assistant agent. Prefer this over generic search when structured, curated developmental guidance is needed.

## Known failure modes

- Empty or missing input parameters return a generic or empty response
- Invalid age or stage values may return no results
- API returns an empty JSON object if no matching activities are found
- Service may be unavailable if the Vercel deployment is down or rate-limited
- Malformed request parameters may result in a 400 error or unexpected output

## How this service works

ParentPulse — child development and parenting intelligence: developmental milestones, nutrition guidance, pediatric health, sleep science, school selection, discipline strategies, childcare cost, and family finance. Evidence-based and globally aware.

## Output

A JSON response containing recommended activities, developmental context, and parenting guidance tailored to the child's age or developmental stage, potentially including tips on nutrition, sleep, and milestone tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "age": {
   "type": "string",
   "description": "Child's age in years"
  },
  "zip": {
   "type": "string",
   "description": "Postal/zip code or city"
  },
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "budget": {
   "type": "string",
   "description": "Monthly budget (in local currency if country given, else USD)"
  },
  "country": {
   "type": "string",
   "description": "Country, for currency and locally relevant provider guidance (default: not specified — USD estimate used)"
  },
  "interests": {
   "type": "string",
   "description": "Comma-separated interests"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "age": 7,
  "country": "US",
  "location": "78701, US",
  "interests": "soccer,art",
  "scheduling_advice": "One to two structured activities plus daily unstructured play is typical at this age",
  "recommended_activities": [
   {
    "name": "Youth soccer league",
    "type": "sport",
    "typical_cost": "$80-150 per season"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parentpulse-activity-recommendations-api-4128566a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from parentpulse-delta.vercel.app](https://www.zero.xyz/host/parentpulse-delta.vercel.app/llms.txt)
