Discover/cybex-online.com API
live

cybex-online.com APIwww.cybex-online.com

Search and browse CYBEX's strollers, car seats, and accessories with detailed product information including pricing, variants, and images. Find exactly what you need by searching specific products or exploring category listings from their online shop.

Endpoints
3
Updated
22h ago
Try it
Search query text (e.g. 'stroller', 'car seat', 'coya')
api.parse.bot/scraper/5f971f44-7fcd-4cb7-968b-d301e231cb83/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/5f971f44-7fcd-4cb7-968b-d301e231cb83/search_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for products using the CYBEX autocomplete/suggestions API. Returns matching products with prices, images, and availability, plus matching categories and search phrase suggestions.

Input
ParamTypeDescription
queryrequiredstringSearch query text (e.g. 'stroller', 'car seat', 'coya')
Response
{
  "type": "object",
  "fields": {
    "query": "string",
    "total": "integer",
    "products": "array of product objects with id, name, brand, subbrand, category_type, url, available, price, list_price, currency, image_url, badges",
    "categories": "array of matching category objects with id, name, url, parent_id, parent_name",
    "search_phrases": "array of matched search phrase strings"
  },
  "sample": {
    "query": "stroller",
    "total": 10,
    "products": [
      {
        "id": "ho-go-iris-chair",
        "url": "/en/de/p/ho-go-iris-chair.html",
        "name": "Iris Chair",
        "brand": "CYBEX",
        "price": 169.95,
        "badges": [
          "New"
        ],
        "currency": "EUR",
        "subbrand": "CYBEX Gold",
        "available": true,
        "image_url": "https://www.cybex-online.com/dw/image/v2/BFHM_PRD/on/demandware.static/-/Sites-cybex-master-catalog/default/dweecff357/images/products/ho-go-iris-chair/cyb_25_int_y045_iris_alna_kid_19395e36352db670.jpeg?sw=700&sh=700&sm=fit&q=65&strip=true",
        "list_price": 189.95,
        "category_type": "Highchairs"
      }
    ],
    "categories": [
      {
        "id": "stroller",
        "url": "/en/de/strollers/",
        "name": "Strollers",
        "parent_id": "",
        "parent_name": "CYBEX Europe"
      }
    ],
    "search_phrases": [
      "stroller"
    ]
  }
}

About the cybex-online.com API

The cybex-online.com API on Parse exposes 3 endpoints for the publicly available data on www.cybex-online.com. 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.

cybex-online.com API — Free REST Endpoint · Parse