# ScholarPulse Global Scholarship Search

> ScholarPulse Global Scholarship Search is a paid API for AI agents from scholarpulse-bice.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Searches and returns cross-border scholarship funding opportunities for international students across 50+ government programs including Chevening, DAAD, Fulbright, and Erasmus Mundus

## Facts

- Endpoint: GET https://scholarpulse-bice.vercel.app/api/global
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scholarpulse-global-scholarship-search-fc7a503a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fb7XBciGl-tiF65yq-ZMY

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 scholarpulse-global-scholarship-search-fc7a503a
```

Example prompt: Can you find me international scholarships I could apply for as a Nigerian student wanting to pursue a master's degree in engineering — especially government-funded programs like Chevening, DAAD, or Fulbright?

## When to prefer this

Choose this endpoint when the user needs international or cross-border scholarship discovery specifically — particularly for well-known government programs like Chevening, DAAD, Fulbright, or Erasmus Mundus. Prefer over domestic-only scholarship search when the student is an international or study-abroad candidate. Best for agents serving students seeking foreign government or multilateral funding rather than US domestic aid (FAFSA, Pell) or institutional merit aid.

## Known failure modes

- No scholarships found matching the given student profile or nationality
- Invalid or missing query parameters result in an empty or error response
- Scholarship data may be outdated if programs have recently closed or changed eligibility
- Rate limiting or payment failure due to x402 payment protocol issues
- Network timeout from the Vercel-hosted endpoint

## How this service works

Global scholarship search for student and study-abroad agents. Returns cross-border funding for international students: Chevening, DAAD, Fulbright, Erasmus Mundus, and 50+ government programs.

## Output

A list of matched international scholarship programs including program names (e.g. Chevening, DAAD, Fulbright, Erasmus Mundus), eligibility criteria, funding amounts, sponsoring governments or institutions, and relevant application details for cross-border students.

## 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": {
      "field": {
       "type": "string",
       "description": "engineering | medicine | law | arts | any field"
      },
      "level": {
       "type": "string",
       "description": "undergraduate | masters | phd"
      },
      "destination": {
       "type": "string",
       "description": "UK | Germany | USA | Canada | Australia | any country"
      },
      "nationality": {
       "type": "string",
       "description": "Indian | Nigerian | Brazilian | Vietnamese | any nationality"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "timeline": {
   "research_start": "12-18 months before intake"
  },
  "scholarships": [
   {
    "name": "Chevening Scholarship",
    "type": "full-ride",
    "covers": [
     "tuition",
     "living expenses",
     "flights"
    ],
    "provider": "UK Government",
    "competition_level": "very competitive"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scholarpulse-global-scholarship-search-fc7a503a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scholarpulse-bice.vercel.app](https://www.zero.xyz/host/scholarpulse-bice.vercel.app/llms.txt)
