# FindPulse Scholarship Finder

> FindPulse Scholarship Finder is a paid API for AI agents from findpulse-omega.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Finds matched scholarships by student profile and field of study, including overlooked local and employer-sponsored awards

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/scholarship
- 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/findpulse-scholarship-finder-8ebdf875
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4MfCJOsG7wk92hvYHsN4J

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 findpulse-scholarship-finder-8ebdf875
```

Example prompt: Can you find scholarships I might qualify for? I'm a junior studying environmental science, grew up in rural Ohio, and my mom works for a manufacturing company — especially interested in any local or employer awards people usually overlook.

## When to prefer this

Use this endpoint when an agent needs to surface scholarship opportunities personalized to a student's academic profile, field of study, or demographic background — especially when the goal is to surface overlooked local and employer-sponsored awards that generic scholarship databases miss. Prefer this over grant finders when the beneficiary is specifically a student rather than a business or nonprofit.

## Known failure modes

- No scholarships found for the given profile or field — returns empty results
- Invalid or missing required profile parameters — returns 400-level error
- Payment not processed — returns 402 Payment Required
- Service temporarily unavailable — returns 503 or timeout
- Overly broad query returns too many low-relevance results

## How this service works

Scholarships I qualify for, find scholarships, financial aid finder, scholarships for my major. For student and funding agents: takes a student profile, field of study, and state and returns matched scholarship awards, including overlooked local and employer scholarships, with application tips.

## Output

A list of matched scholarship opportunities including award names, amounts, eligibility criteria, application links, and a mix of mainstream plus overlooked local and employer-sponsored awards tailored to the student's profile and field.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "field": {
   "type": "string",
   "description": "field"
  },
  "state": {
   "type": "string",
   "description": "state"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "profile": {
   "type": "string",
   "description": "profile"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-scholarship-finder-8ebdf875/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse-omega.vercel.app](https://www.zero.xyz/host/findpulse-omega.vercel.app/llms.txt)
