# ScholarPulse Global Scholarship Search

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

Returns cross-border scholarship and funding opportunities from 50+ government programs (Chevening, DAAD, Fulbright, Erasmus Mundus, etc.) for international students

## Facts

- Endpoint: GET https://scholarpulse.theaslangroupllc.com/api/global
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scholarpulse-global-scholarship-search-9e7813ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dvua0TWmSLUkZltQl8ExJ

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-9e7813ed
```

Example prompt: Can you search for international scholarships available for a Nigerian student wanting to do a master's degree in computer science in Germany or the UK — I'm especially interested in fully funded government programs like DAAD, Chevening, or Erasmus Mundus?

## When to prefer this

Use this endpoint when a user needs to discover international, government-funded, or cross-border scholarships specifically for students studying outside their home country. Prefer this over domestic scholarship search endpoints when the user is an international student, a study-abroad candidate, or seeking programs like Fulbright, Chevening, DAAD, or Erasmus Mundus.

## Known failure modes

- No matching scholarships found for the given nationality/country combination — returns empty result set
- Invalid or unsupported query parameters — returns 400 error
- Service unavailable or timeout — returns 5xx error
- Payment not processed — returns 402 Payment Required

## 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 with details including program name (e.g. Chevening, DAAD, Fulbright, Erasmus Mundus), awarding government or body, eligible nationalities, covered countries/institutions, funding amounts, degree levels supported, and application deadlines.

## 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"
    },
    "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": {
  "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-9e7813ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scholarpulse.theaslangroupllc.com](https://www.zero.xyz/host/scholarpulse.theaslangroupllc.com/llms.txt)
