# AgentPayStore Trek Travel Planning & Booking Research

> AgentPayStore Trek Travel Planning & Booking Research is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Provides live travel planning research including destinations, itineraries, and booking quotes, payable in USDC via x402.

## Facts

- Endpoint: GET https://agentpaystore.com/trek/api/query
- 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/agentpaystore-trek-travel-planning-booking-research-fb5444b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EjmxAp_ySu7ubrRyH9Qaz

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 agentpaystore-trek-travel-planning-booking-research-fb5444b5
```

Example prompt: Can you research a 10-day trip to Japan for two people in April, including recommended itineraries and live booking quotes for flights and hotels?

## When to prefer this

Choose this endpoint when you need live, research-grade travel planning data including destination recommendations, itineraries, and booking quotes in a single call, especially when operating in an agentic payment context using USDC via x402. Prefer this over static travel databases when up-to-date pricing and availability matter.

## Known failure modes

- Missing or empty 'reply' query parameter returns an error or empty result
- Overly vague queries may return generic rather than actionable travel data
- Live booking quote data may be unavailable for some destinations or dates
- Payment failure (insufficient USDC balance or x402 protocol error) blocks the request
- Rate limiting or service unavailability may result in timeout or HTTP 402/503 errors

## How this service works

Travel planning and live booking research: destinations, itineraries, and quotes payable in USDC.

## Output

Returns travel research results including destination recommendations, proposed itineraries, and live booking quotes (priced in USDC), based on the submitted query string. The response covers destination context, suggested day-by-day plans, and indicative pricing for flights and accommodation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "reply": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-trek-travel-planning-booking-research-fb5444b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
