# ParentPulse School Selection Intelligence

> ParentPulse School Selection Intelligence is a paid API for AI agents from parentpulse-delta.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns evidence-based school selection guidance including criteria, evaluation frameworks, and recommendations for choosing appropriate schools for children

## Facts

- Endpoint: GET https://parentpulse-delta.vercel.app/api/parent/school
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parentpulse-school-selection-intelligence-816290ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_arh00uBX9mIBRimQsq7Nc

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-school-selection-intelligence-816290ef
```

Example prompt: Can you give me evidence-based guidance on how to choose the right school for my 5-year-old — I want to know what criteria to look for, how to compare public versus private options, and what red flags to watch out for?

## When to prefer this

Use this endpoint when a parent or family agent needs structured, evidence-based guidance on evaluating and selecting schools for a child. Prefer this over generic web search when you want curated, parenting-expert-level criteria and checklists rather than raw search results or school directory listings.

## Known failure modes

- Missing or invalid query parameters may return empty or generic results
- Service may return limited guidance if child age or location context is not provided
- External service downtime may result in 402 or 5xx errors
- Response may be generic if insufficient context is supplied

## 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

Returns structured guidance on school selection including key evaluation criteria, comparison of school types (public, private, charter, homeschool), age-appropriate considerations, questions to ask during school visits, quality indicators, and red flags to avoid — all evidence-based and globally informed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "Postal/zip code or city"
  },
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "grade": {
   "type": "string",
   "description": "Grade or year level"
  },
  "country": {
   "type": "string",
   "description": "Country, to match the correct school-system types and rating tools — e.g. US, UK, Canada, Australia (default: not specified)"
  },
  "priorities": {
   "type": "string",
   "description": "Family priorities"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "grade": "K",
  "country": "US",
  "options": [
   {
    "name": "varies by neighborhood",
    "type": "public/zoned",
    "typical_cost": "free"
   }
  ],
  "location": "78701, US",
  "school_landscape": "Mix of zoned public elementary schools, several charter options, and private/independent K-8 schools",
  "rating_tools_for_this_country": [
   "GreatSchools",
   "Niche.com",
   "state report cards"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parentpulse-school-selection-intelligence-816290ef/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)
