# DealPulse Student Discount Finder

> DealPulse Student Discount Finder is a paid API for AI agents from dealpulse-weld.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the best verified student deals and discounts organized by category, including verification methods for each deal

## Facts

- Endpoint: GET https://dealpulse-weld.vercel.app/api/deals/student
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dealpulse-student-discount-finder-a6c48ac7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_60WU0aZFbml1kpk7OgHCC

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 dealpulse-student-discount-finder-a6c48ac7
```

Example prompt: Can you pull up the best verified student deals available right now in the electronics and software categories? I want to know what discounts I qualify for and how to verify my student status for each one.

## When to prefer this

Use this endpoint when the user is a student looking for discounts across retail, software, subscriptions, or services, and needs to know both the deal and how to prove eligibility. Prefer this over generic coupon finders when student-specific verification and category browsing are the primary goal.

## Known failure modes

- No deals found for a requested category — returns empty results or 404
- Category parameter not recognized — returns validation error
- Upstream deal data stale or unavailable — may return outdated deals or 503
- Rate limiting if called excessively — returns 429

## How this service works

Student discounts / college student deals / verified student savings by category. Returns the best current verified student discounts for a category, with how to verify student status to claim each. For shopping and savings agents.

## Output

A list of verified student deals grouped by category, each with the discount amount or percentage, the retailer or brand offering it, and the method required to verify student status (e.g., .edu email, UNiDAYS, SheerID).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "category": {
   "type": "string",
   "description": "category"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dealpulse-student-discount-finder-a6c48ac7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dealpulse-weld.vercel.app](https://www.zero.xyz/host/dealpulse-weld.vercel.app/llms.txt)
