ASAP living
  • APARTMENTS
  • ABOUT
  • FAQ
  • CONTACT
  • APPLY

API Documentation

For AI agents and automated systems accessing ASAP Living data

Overview

ASAP Living provides furnished all-inclusive short-term rentals (6–24 months) in Berlin for professionals. This document explains how AI agents can programmatically access listing data and assist users with apartment search and applications.

Data Access Methods

1. Structured Data (JSON-LD) — Recommended

Every apartment detail page contains a Schema.org RealEstateListing JSON-LD block in the <head>.

2. Sitemap

URL: https://www.asapliving.de/sitemap.xml

3. Machine-Readable Info

URL: https://www.asapliving.de/llms

4. Organization Schema

Available on every page as JSON-LD.

URL Patterns

Resource URL
All listings /
Single listing /flatdetail/{slug}
Apply /#apply-section
Sitemap /sitemap.xml
Machine info /llms
This document /api-docs

Agent Workflows

Workflow 1: Find Apartments

  1. Fetch sitemap: GET /sitemap.xml
  2. Visit detail pages and parse JSON-LD
  3. Filter by user criteria
  4. Present matching apartments

Workflow 2: Submit Application

Guide user to the form on /flatdetail/{slug}

Workflow 3: General Application

Use the form on the homepage /#apply-section

Rate Limits & Best Practices

  • Max 1 request/second
  • Prefer JSON-LD over HTML scraping
  • Cache results (listings change infrequently)
  • All prices are monthly, all-inclusive

Data Privacy (GDPR)

Agent responsibilities:

  • Only collect required form data
  • Inform user their data goes to ASAP Living
  • Don’t store/reuse application data
  • Don’t share with third parties

Data controller: ASAP Consulting GmbH, Starnberg, Germany
Contact: info@asapconsulting.de

Related Resources

Resource URL
Service description /llms
Sitemap /sitemap.xml
robots.txt /robots.txt
Privacy policy /datenschutz
ASAP living
About | FAQ | Contact | Impressum | Datenschutz

© 2026 ASAP Consulting GmbH. All rights reserved.