# Alquilo

Guía para agentes de software que leen alquilo.co.

## Installation

Alquilo is a hosted web service, not an npm package. Point HTTP clients at the public origin and the OpenAPI description:

```bash
curl https://alquilo.co/openapi.json
curl https://alquilo.co/api/propiedades
curl -H "Accept: text/markdown" https://alquilo.co/
```

No API key is required for public listing reads.

## Configuration

- Language: Spanish (Colombia), `es-CO`
- Currency: COP
- Coverage: Bogotá residential rentals
- Human channel: WhatsApp +57-301-233-8489
- Email: notificaciones@alquilo.co
- Canonical origin: https://alquilo.co
- Markdown mirrors: append `.md` or send `Accept: text/markdown`
- Errors on JSON APIs: `application/problem+json` (RFC 9457)

## Usage

1. Read [https://alquilo.co/llms.txt](https://alquilo.co/llms.txt) for the curated index.
2. Browse listings with `GET /api/propiedades` (filters: `zone`, `min`, `max`, `beds`, `baths`, `sort`, `chips`, map bounds).
3. Fetch a listing page at `/propiedades/{slug}` or `/propiedades/{slug}.md`.
4. Nearby listings: `GET /api/propiedades/{slug}/nearby`.
5. Owners start a case at `/publicar` or https://wa.me/573012338489. Do not invent prices or availability; use the live listing API.

## Sitemap

See [https://alquilo.co/sitemap.md](https://alquilo.co/sitemap.md).
