# EduPulse Homeschool Co-op Finder

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

Locates local homeschool co-ops, support groups, and educational communities via live web search, with evaluation criteria, cost expectations, and how-to-start guidance.

## Facts

- Endpoint: GET https://edupulse.theaslangroupllc.com/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-a2afbf6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OvTxzKQADocxJ3UJ-1Zhn

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-a2afbf6a
```

Example prompt: Can you find homeschool co-ops and support groups near Austin, Texas? I'd also like to know what to look for when evaluating them, what they typically cost, and how to get started if I want to form my own.

## When to prefer this

Use this endpoint when a user needs to find local homeschool co-ops or support groups in a specific geographic area, wants practical evaluation and cost guidance, or needs advice on starting a new co-op — especially when a live web search for current, real groups is required rather than static directory data.

## Known failure modes

- No co-ops found for very rural or sparse areas — endpoint may return minimal results or a how-to-start guide only
- Overly broad location input (e.g. 'USA') may return generic national resources rather than local groups
- Live web search may surface outdated group listings if co-ops have disbanded or moved
- Ambiguous location strings may require more specific input (city + state preferred)

## How this service works

Homeschool co-op finder / find local homeschool groups / support groups near me. Locates co-ops, support groups, and educational communities in any area via live web search, with evaluation criteria, cost expectations, and how-to-start guidance.

## Output

A list of local homeschool co-ops, support groups, and educational communities in the specified area sourced via live web search, accompanied by evaluation criteria to assess each group, typical cost expectations, and guidance on how to start a new co-op if none are available locally.

## 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-a2afbf6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edupulse.theaslangroupllc.com](https://www.zero.xyz/host/edupulse.theaslangroupllc.com/llms.txt)
