# TravelPulse Park Crowd Prediction

> TravelPulse Park Crowd Prediction 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-14).

Returns crowd level forecasts and visit optimization recommendations for theme parks or attractions on a specified date

## Facts

- Endpoint: GET https://travelpulse-nu.vercel.app/api/parks
- 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-park-crowd-prediction-d559e133
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9gxR_eNAfX9wKjKyHxG6K

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-park-crowd-prediction-d559e133
```

Example prompt: How crowded is Disney World going to be on July 4th? I want to know the crowd forecast so I can decide whether to visit that day or pick a better date nearby.

## When to prefer this

Use this endpoint when a user needs to forecast how busy a theme park or attraction will be on a specific future date, to plan visits that avoid peak crowds. Ideal for travel planning agents that help users optimize their itinerary around crowd levels.

## Known failure modes

- Invalid or unrecognized park identifier returns 404 or empty result
- Date out of supported forecast range returns error or null prediction
- Missing required query parameters (park, date) returns 400 bad request
- Payment not completed (x402) results in 402 Payment Required response
- Rate limiting or quota exceeded returns 429

## How this service works

TravelPulse crowd prediction — crowd level forecast and visit optimization for any date

## Output

Returns crowd level forecasts for the requested park and date, including predicted crowd scores or ratings, optimal visit windows, and recommendations for minimizing wait times or congestion.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-park-crowd-prediction-d559e133/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)
