# Wg Gesucht — 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 and filter housing listings on WG-Gesucht.de to find shared apartments and rooms that match your budget, location, and availability preferences. Retrieve detailed listing information including rent, room size, district, and contact details.

**Category:** Real Estate | **Website:** [wg-gesucht.de/](https://wg-gesucht.de/) | **Docs:** [parse.bot/marketplace/fb4a18fa-1ea7-4b6b-bd91-40a12106aa6b/wg-gesucht-de-api](https://parse.bot/marketplace/fb4a18fa-1ea7-4b6b-bd91-40a12106aa6b/wg-gesucht-de-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-wg-gesucht-de-api-fb4a18fa/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### search_listings

Search for shared rooms and apartments on WG-Gesucht.de in Berlin. Returns listings with rent, room size, district, availability date, and contact information. Results span WG rooms, 1-room apartments, and larger apartments. Listings are filtered to exclude women-only offers and those available before October 2025. Paginated internally across multiple categories.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `limit` | integer | No | Maximum number of listings to return. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-wg-gesucht-de-api-fb4a18fa/search_listings \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"limit":"<integer>"}'
```
