# Saga — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Search for available commercial office spaces, apartments, and parking spots offered by SAGA Hamburg housing company. Find current listings and filter by property type to discover your next rental home or workspace in Hamburg.

**Category:** Real Estate | **Website:** [www.saga.hamburg/immobiliensuche?Kategorie=OFFICE](https://www.saga.hamburg/immobiliensuche?Kategorie=OFFICE) | **Docs:** [parse.bot/marketplace/cdbb0dd9-9b97-4dd0-b78e-08f33fd2bf74/saga-hamburg-api](https://parse.bot/marketplace/cdbb0dd9-9b97-4dd0-b78e-08f33fd2bf74/saga-hamburg-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-saga-hamburg-api-cdbb0dd9/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### search_offices

Search for available property listings in Hamburg by category. Returns all currently listed properties including offices, apartments, or parking spots with address, rent, area, and availability details. Results are returned in a single page (no pagination).

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `category` | string | No | Property category to search. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-saga-hamburg-api-cdbb0dd9/search_offices \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"category":"<string>"}'
```
