# TravelPulse Deals Finder

> TravelPulse Deals Finder is a paid API for AI agents from travelpulse-nu.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns current hotel deals, attraction discounts, and money-saving travel tips for a given destination

## Facts

- Endpoint: GET https://travelpulse-nu.vercel.app/api/travel/deals
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-deals-finder-2741d5fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g7y9X-OwDexfk7zSQkUGx

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 travelpulse-deals-finder-2741d5fb
```

Example prompt: Can you find me current hotel deals and attraction discounts in Lisbon for a budget trip — I want the best money-saving tips and any offers available right now?

## When to prefer this

Use this endpoint when a user wants to discover current travel deals, hotel discounts, or attraction offers for a specific destination — especially useful for budget-travel agents compiling cost-saving recommendations. Prefer over generic search when structured deal data with money-saving tips is needed in a single call.

## Known failure modes

- No deals found for obscure or unsupported destinations
- Stale deal data if cache is not refreshed frequently
- Missing destination parameter returns error
- Payment not processed (x402 protocol failure) results in 402 response
- Destination string ambiguous or misspelled returns empty or incorrect results

## How this service works

Travel deals and hotel deals finder for any destination worldwide. Returns current hotel deals, attraction discounts, and money-saving travel tips for travel and budget-travel agents.

## Output

A structured response containing current hotel deals, attraction discounts, and curated money-saving tips for the requested destination, reflecting live or recently-cached promotional offers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "destination": {
   "type": "string",
   "description": "destination"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-deals-finder-2741d5fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse-nu.vercel.app](https://www.zero.xyz/host/travelpulse-nu.vercel.app/llms.txt)
