# GamePulse Game Deal Finder

> GamePulse Game Deal Finder is a paid API for AI agents from gamepulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the best current game deals across major storefronts including Steam, Epic, and GOG

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/gaming/deals
- 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/gamepulse-game-deal-finder-c4c3f567
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iugBjFhXzFaEDL_nZGceb

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 gamepulse-game-deal-finder-c4c3f567
```

Example prompt: What are the best game deals right now across Steam, Epic, and GOG — show me anything with at least 50% off?

## When to prefer this

Use this endpoint when the user wants to discover currently active game sales or discounts across multiple storefronts in one call, rather than checking Steam, Epic, or GOG individually. Prefer this over buy-or-wait analysis when the user just wants to browse deals rather than evaluate a specific game purchase.

## Known failure modes

- Storefront API unavailable — deal data may be stale or missing for one or more storefronts
- No deals currently matching filter criteria — returns empty list
- Rate limit exceeded — 402 payment required or retry needed
- Invalid filter parameters — returns 400 with validation error

## How this service works

Game deal finder for gamer and gaming-deals agents. Returns the best game deals right now across all major storefronts: Steam, Epic, GOG.

## Output

A ranked list of current game deals including game title, original price, sale price, discount percentage, and the storefront (Steam, Epic, GOG) where the deal is available, along with a direct link to purchase.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "genre": {
   "type": "string",
   "description": "e.g. rpg, action, strategy, fps"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-game-deal-finder-c4c3f567/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse.theaslangroupllc.com](https://www.zero.xyz/host/gamepulse.theaslangroupllc.com/llms.txt)
