Yogastudiozuerich APIyogastudiozuerich.ch ↗
Access comprehensive information from Yoga Pilates Studio Zürich including class schedules, team profiles, pricing details, and studio rental options to integrate their offerings into your application or service. Build features that display current classes, instructor information, rates, and rental availability all from a single unified source.
curl -X GET 'https://api.parse.bot/scraper/00e81762-4075-4045-8d74-59e545287c37/get_page_content?page=home' \ -H 'X-API-Key: $PARSE_API_KEY'
Extracts structured content from a specific page of the website including headings, text, navigation links, images, and internal links. Returns all visible content organized by sections for site recreation.
| Param | Type | Description |
|---|---|---|
| page | string | Which page to extract content from. |
{
"type": "object",
"fields": {
"url": "string - full URL of the page",
"page": "string - the page identifier",
"links": "array of all page links with text and URL",
"images": "array of image objects with src URL and alt text",
"sections": "array of heading objects with heading text, level, and associated content",
"navigation": "array of navigation link objects",
"text_content": "array of text elements with tag type and text"
},
"sample": {
"data": {
"url": "https://www.yogastudiozuerich.ch/",
"page": "home",
"links": [
{
"url": "https://www.yogastudiozuerich.ch",
"text": "HOME"
}
],
"footer": null,
"images": [
{
"alt": "Instagram",
"src": "https://static.wixstatic.com/media/01c3aff52f2a4dffa526d7a9843d46ea.png/v1/fill/w_20,h_20,al_c,q_85/01c3aff52f2a4dffa526d7a9843d46ea.png"
}
],
"sections": [
{
"level": "h6",
"content": null,
"heading": "dein Ausgleich, deine Zeit."
},
{
"level": "h2",
"content": null,
"heading": "dein Studio im Kreis 4."
}
],
"navigation": [
{
"href": "https://www.yogastudiozuerich.ch",
"label": "HOME"
},
{
"href": "https://www.yogastudiozuerich.ch/angebot",
"label": "ANGEBOT"
}
],
"text_content": [
{
"tag": "h6",
"text": "dein Ausgleich, deine Zeit."
},
{
"tag": "h2",
"text": "dein Studio im Kreis 4."
},
{
"tag": "p",
"text": "Mitten im lebendigen Kreis 4 findest du Raum für Ruhe, Bewegung und neue Energie."
}
]
},
"status": "success"
}
}About the Yogastudiozuerich API
The Yogastudiozuerich API on Parse exposes 5 endpoints for the publicly available data on yogastudiozuerich.ch. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.