# EduPulse Homeschool Co-op Finder

> EduPulse Homeschool Co-op Finder is a paid API for AI agents from edupulse-xi-blond.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Locates homeschool co-ops, support groups, and educational communities in a given area, with evaluation criteria, cost expectations, and startup guidance

## Facts

- Endpoint: GET https://edupulse-xi-blond.vercel.app/api/edu/co-op-guide
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edupulse-homeschool-co-op-finder-b094202b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dAVJvXTPijTMYEwxuGtTu

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 edupulse-homeschool-co-op-finder-b094202b
```

Example prompt: Can you find homeschool co-ops and support groups near Austin, Texas — I want to know what's available, what to look for when evaluating them, and roughly how much they typically cost to join?

## When to prefer this

Use this endpoint when a homeschooling parent or agent needs to discover local co-ops and educational communities, evaluate their options, understand costs, or get guidance on starting a new co-op — especially when geographic proximity and community-fit criteria are important. Prefer over generic web search when structured, curated homeschool-specific results and evaluation frameworks are needed.

## Known failure modes

- No co-ops found for very rural or underserved areas — returns empty results or minimal listings
- Ambiguous location input may yield broad or mismatched results
- Outdated co-op information if local groups have disbanded or moved
- Service unavailable if payment of 0.1 USDC is not completed (x402 payment required)

## How this service works

Global education intelligence API — 14 endpoints for students, test-takers, homeschool families, and lifelong learners worldwide. Study guide generation (any subject, any grade level, 190+ countries), adaptive quiz with explanations, concept explainer, backwards-planned study schedule (with Magoosh/Kaplan/Coursera exam prep links), authentic exam-style practice questions (GRE/GMAT/Bar/CPA/NCLEX/LSAT/MCAT/Series 7 and 200+ exams), flashcard sets for spaced repetition, exam format explainer, full mock exam simulation, misconception diagnosis (pinpoints the exact knowledge gap behind a wrong answer), rubric-based exam grading with detailed feedback, homeschool co-op/support-group finder, homeschool curriculum matcher, college admissions essay review, and homeschool legal-requirements lookup by jurisdiction. All require x402 micropayment (USDC on Base).

## Output

Returns a structured guide including discovered homeschool co-ops, support groups, and educational communities in the specified area, along with evaluation criteria to assess fit, typical cost ranges for joining or participating, and practical guidance for getting started or launching a new co-op.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "city": {
       "type": "string"
      },
      "lang": {
       "type": "string"
      },
      "focus": {
       "type": "string"
      },
      "state": {
       "type": "string"
      },
      "child_ages": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "location": "Austin, Texas",
  "co_op_landscape": "Austin has a vibrant homeschool community with dozens of active co-ops ranging from classical academies to enrichment-only groups.",
  "where_to_find_coops": [
   {
    "source": "Facebook Groups",
    "search_terms": "\"Austin homeschool\" OR \"Austin homeschoolers\"",
    "expected_results": "Multiple active groups with thousands of members"
   }
  ],
  "live_results_from_search": [
   "Austin Homeschool Co-op — weekly classes in science and humanities",
   "Texas Home Educators Association — statewide network with local chapters"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edupulse-homeschool-co-op-finder-b094202b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edupulse-xi-blond.vercel.app](https://www.zero.xyz/host/edupulse-xi-blond.vercel.app/llms.txt)
