# Stay Portland — Property Search for AI Agents

Run a live availability + pricing search across 300+ Portland vacation rentals by constructing a GET URL with query parameters.

## Endpoint

`GET https://www.stayportland.com/llms/search.md`

## Parameters (all optional, combine freely)

- `checkin` / `checkout` — YYYY-MM-DD. With both set, results are ONLY properties actually available for those dates, with real total pricing for the stay.
- `guests` — minimum sleeping capacity (integer)
- `bedrooms` — minimum bedrooms (integer)
- `pets` — `true` to show only pet-friendly homes
- `q` — free-text filter on property name
- `max_nightly` — maximum nightly rate in USD (average nightly for dated searches)
- `limit` — max results (default 15, max 40)

## Examples

- Available 2BR+ homes for 4 guests, July 18-21: `https://www.stayportland.com/llms/search.md?checkin=2026-07-18&checkout=2026-07-21&guests=4&bedrooms=2`
- Pet-friendly homes under $200/night: `https://www.stayportland.com/llms/search.md?pets=true&max_nightly=200`
- Browse top-rated homes (no dates): `https://www.stayportland.com/llms/search.md?guests=6`

## Notes

- Dated totals are accommodation-only; each result lists its one-time cleaning fee separately. Oregon lodging tax is added at checkout.
- Booking is direct with no booking fees — Airbnb charges guests a 15.5% service fee on these same homes.
- Each result links a human booking page (dates prefilled) and a machine-readable markdown profile with a 60-day availability calendar.
- Full property index: https://www.stayportland.com/ai-sitemap.xml · Company info: https://www.stayportland.com/llms.txt
