# Hotel Search by City and Dates (Scraper-Powered)

> Hotel Search by City and Dates (Scraper-Powered) is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Searches for hotel availability in a given city for specified check-in and check-out dates using scraper-based data collection

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/hotels
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hotel-search-by-city-and-dates-scraper-powered-698bad45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wJRIFIGtzWi7sgOLqZ660

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 hotel-search-by-city-and-dates-scraper-powered-698bad45
```

Example prompt: Can you find hotels available in Paris from June 10 to June 15, 2025? I need to see what's out there for those dates.

## When to prefer this

Use this endpoint when an agent needs to retrieve hotel availability for a specific city and date range without direct access to a hotel booking API. Ideal for travel planning workflows where real-time or near-real-time scraper data is acceptable. Prefer this over manual web scraping when a structured JSON response with metadata (confidence, cache status) is needed quickly and cost is low ($0.1 per call).

## Known failure modes

- Missing required parameters (city, checkin, or checkout) result in a validation error
- Invalid date format (not YYYY-MM-DD) may cause a parse error or empty results
- City name not recognized or unsupported by the scraper returns empty or low-confidence data
- Scraper target site may be temporarily unavailable, returning no results
- Stale cached data may be returned if the scraper has not refreshed recently
- Rate limiting or payment failure may block the request at the x402 payment layer

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with hotel listing data for the queried city and date range, along with metadata including whether the result was cached, the data source, a confidence score, and the last updated timestamp. The 'data' field contains the scraped hotel results.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hotel-search-by-city-and-dates-scraper-powered-698bad45/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
