# TravelPulse Hotel & Travel Deals Finder

> TravelPulse Hotel & Travel Deals Finder is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns current hotel deals, attraction discounts, and money-saving travel tips for any destination worldwide

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/deals
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-hotel-travel-deals-finder-f63fb78d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r8uT351wq0J3mwBAEcxNu

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-hotel-travel-deals-finder-f63fb78d
```

Example prompt: Can you find me the best current hotel deals and attraction discounts in Lisbon, Portugal for a budget traveler — I want to see what money-saving offers are available right now?

## When to prefer this

Use this endpoint when a user wants to discover current hotel deals, attraction discounts, or budget travel tips for a specific destination. Prefer this over general web search when structured, up-to-date deal data is needed in a machine-readable format for travel planning or budget optimization workflows.

## Known failure modes

- Destination not recognized or too vague — returns empty results or error
- No current deals available for the requested destination — returns empty deals array
- Payment of $0.08 USDC not completed — request blocked with 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Service temporarily unavailable — returns 503 error

## 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 list of current hotel deals with pricing and discount details, attraction discounts, and actionable money-saving travel tips for the requested destination worldwide.

## 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-hotel-travel-deals-finder-f63fb78d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse.theaslangroupllc.com](https://www.zero.xyz/host/travelpulse.theaslangroupllc.com/llms.txt)
