# DealPulse Student Discounts API

> DealPulse Student Discounts API is a paid API for AI agents from dealpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the best current verified student discounts for a given category, including how to verify student status to claim each deal

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/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-discounts-api-91e6ba9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BWgpUxKgoJqR8UZa9oJyZ

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-discounts-api-91e6ba9e
```

Example prompt: Can you find me the best verified student discounts available right now for electronics — I'm a college student and want to know what deals I can get and how to prove my student status to claim them?

## When to prefer this

Use this endpoint when a user explicitly identifies as a student and wants to find discounts for a specific spending category. Prefer this over general coupon or price comparison endpoints when the user's student status is the qualifying factor for the savings, and when verification method details are needed to actually claim the deal.

## Known failure modes

- No student discounts found for the specified category — returns empty list
- Invalid or unsupported category parameter — returns 400 error
- Service temporarily unavailable — returns 503
- Category too broad or ambiguous — may return generic results
- Student verification method data stale or unavailable for some offers

## 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 the best current verified student discounts for the requested category, each including the retailer or service name, the discount amount or percentage, and the specific method required to verify student status (e.g., .edu email, UNiDAYS, SheerID) to claim the deal.

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