# FindPulse Scholarship Finder

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

Matches a student profile (field of study, country, state/region) to worldwide scholarships including major international awards and overlooked local/employer opportunities with application tips

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/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-e9db43e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VD8a4WUL_9JMMy9SFtTkA

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

Example prompt: I'm a US student from Texas studying biomedical engineering at the undergraduate level — can you find all the scholarships and funding awards I qualify for, including any international programs like Fulbright or overlooked local ones, along with tips on how to apply?

## When to prefer this

Use this endpoint when an agent needs to surface scholarship and financial aid opportunities tailored to a specific student profile, especially when coverage of both major international awards (Fulbright, Chevening, DAAD, MEXT) and niche local/employer scholarships is needed in one call. Prefer over generic web search when structured, filtered, and actionable scholarship matches with application tips are required.

## Known failure modes

- Missing or incomplete student profile fields result in fewer or no matches
- Unsupported country/region returns empty result set
- Ambiguous field of study may not map to known scholarship categories
- Stale scholarship data may reference expired programs or past deadlines
- API returns 402 if payment header is missing or invalid USDC amount

## 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, country, and state/region and returns matched scholarship awards worldwide (US, UK, EU, Canada, Australia, Germany, India, plus international-student awards like Chevening, Fulbright, DAAD, MEXT, Australia Awards), including overlooked local and employer scholarships, with application tips.

## Output

A list of matched scholarship awards relevant to the student's profile, covering global programs (Chevening, Fulbright, DAAD, MEXT, Australia Awards), US/UK/EU/Canada/Australia/Germany/India-specific awards, and local or employer scholarships, each with eligibility details, award amounts, deadlines, and application tips.

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