Discover/ottobock.com API
live

ottobock.com APIottobock.com

Access Ottobock's prosthetic and orthotic product catalog, technical specs, clinic finder, and newsroom articles via 9 structured API endpoints.

Endpoints
9
Updated
14d ago
Try it
Page number (0-based)
Results per page
Search keyword (e.g. 'knee', 'prosthetic hand')
api.parse.bot/scraper/7004377f-f0b7-4e84-9856-103b2244c366/<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/7004377f-f0b7-4e84-9856-103b2244c366/search_products?page=0&limit=2&query=knee' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Search for products on Ottobock by keyword using Algolia index. Returns paginated results with product names, codes, descriptions, and category paths.

Input
ParamTypeDescription
pageintegerPage number (0-based)
limitintegerResults per page
queryrequiredstringSearch keyword (e.g. 'knee', 'prosthetic hand')
Response
{
  "type": "object",
  "fields": {
    "hits": "array of product objects with code, onlineCode, name_en, description_en, categoryPath_en, previewImageUrl",
    "page": "integer current page number",
    "nbHits": "integer total number of matching products",
    "nbPages": "integer total number of pages"
  },
  "sample": {
    "data": {
      "hits": [
        {
          "code": "3R93",
          "name_en": "Knee joint with friction brake, monocentric, with lock",
          "onlineCode": "3R93-60877",
          "previewImageUrl": "https://res.cloudinary.com/ottobock-se/image/upload/..."
        }
      ],
      "page": 0,
      "nbHits": 42,
      "nbPages": 3
    },
    "status": "success"
  }
}

About the ottobock.com API

The Ottobock API covers 9 endpoints that expose the full product catalog, technical specifications, media assets, newsroom content, and a clinic locator from ottobock.com. Use search_products to query prosthetics and orthotics by keyword and get paginated results including product codes, English descriptions, category paths, and preview image URLs. Product detail endpoints return structured specs, gallery images, and document links tied to each product's unique onlineCode slug.

Product Catalog and Search

The search_products endpoint accepts a query string (e.g. 'knee', 'prosthetic hand') and returns paginated hits with fields including code, onlineCode, name_en, description_en, categoryPath_en, and previewImageUrl. Pagination uses 0-based page and a limit parameter; the response also returns nbHits and nbPages so you can walk the full result set. To browse by category instead of keyword, get_product_category accepts a category_id (e.g. '32355' for Knees) and returns the same hit shape filtered to that branch of the taxonomy.

Product Detail, Specs, and Media

Once you have a product's onlineCode slug, three endpoints give progressively deeper data. get_product_detail returns the full HTML description, a categoryPath array, and a customerData object that bundles gallery items, documents, tableTechnicalData, and functionalities. get_product_specifications isolates the spec tables—tableTechnicalData, tableTaxonomyAttributes (product type, mobility grade, user group), and tableHighlightAttributes—all as HTML strings. get_product_images returns galleryItems (each with thumbnailUrl, detailUrl, zoomUrl, altText), galleryVideo objects, and a productImage map with primary, zoom, thumbnail, and cart-sized URLs.

Clinic Finder and Navigation

find_clinics queries the Ottobock certified clinic directory. Pass a query string (city, state, or zip code) to filter results; omit it to retrieve all clinics. Each hit includes locationName, street, city, state, zipCode, phone, websiteLink, and _geoloc with latitude and longitude suitable for map rendering. list_categories returns the full site navigation tree for a given type ('Solutions', 'Services', 'Resources', or 'Newsroom'), with nested label, url, and children arrays—useful for building category browsers or feeding category IDs into get_product_category.

Newsroom

get_newsroom_articles returns a list of press releases and news entries, each with a headline, topline date/label, rich-text body, and a primaryButton link to the full article. To retrieve a complete article, get_newsroom_article_detail accepts an article slug and returns the full fields object including pageTitle, metaDescription, pageContent rich text, stage imagery, and sys timestamps for creation and last update.

Common use cases
  • Build a product comparison tool using get_product_specifications to pull tableTaxonomyAttributes like mobility grade and user group side-by-side.
  • Populate a prosthetics catalog app by paginating search_products results and displaying previewImageUrl and categoryPath_en.
  • Render a clinic locator map using find_clinics with the _geoloc lat/lng fields from each clinic hit.
  • Monitor Ottobock press releases by polling get_newsroom_articles for new headline and topline entries.
  • Seed a product database with full media assets by combining get_product_images gallery and video fields for each onlineCode slug.
  • Generate a browsable category tree for a rehab-tech directory using list_categories with the 'Solutions' type and its nested children.
  • Enrich a rehabilitation provider platform by cross-referencing find_clinics results with get_product_category items relevant to a patient's device type.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Ottobock offer an official public developer API?+
Ottobock does not publish a documented public developer API or API portal. This Parse API provides structured access to the same product, clinic, and newsroom data available on ottobock.com.
What does `get_product_detail` return beyond what `search_products` provides?+
search_products returns a lightweight hit with code, name_en, description_en, categoryPath_en, and previewImageUrl. get_product_detail adds the full HTML description, a structured categoryPath array, and the customerData object, which includes galleryItems, documents, tableTechnicalData, and functionalities—data that is not included in search results.
How does pagination work across the product endpoints?+
Both search_products and get_product_category use 0-based page indexing. The response always includes nbHits (total matching records) and nbPages (total pages at the current limit), so you can iterate through the full result set by incrementing page until you reach nbPages - 1.
Does the API return product pricing or availability/stock status?+
Not currently. The product endpoints return catalog data—names, codes, descriptions, specs, and images—but do not include pricing or inventory availability. You can fork this API on Parse and revise it to add an endpoint targeting pricing or availability data if that surface becomes accessible.
Are non-English product names and descriptions available?+
The current search and category endpoints return English-language fields (name_en, description_en, categoryPath_en). Localized variants in other languages are not currently exposed. You can fork this API on Parse and revise it to surface additional language fields if they are available in the underlying data.
Page content last updated . Spec covers 9 endpoints from ottobock.com.
Related APIs in HealthcareSee all →
goodtherapy.org API
Search and find therapists on GoodTherapy.org by location, name, or specialty, then view detailed profiles including credentials and practice information. Browse available therapists across different locations and filter results by specialty, insurance, language, and more to find the right mental health professional.
radiopaedia.org API
Search medical cases and images on Radiopaedia to find relevant radiology references, and stay updated with the latest articles in medical imaging. Access case details, diagnostic images, and recent content updates all in one place.
tbca.net.br API
Search Brazil's most comprehensive food database to get detailed nutritional profiles, household portion measurements, and statistical composition data for thousands of foods including regional and biodiversity-focused options. Find specific nutrients by component, browse foods by group or type, and access institutional food information all in one place.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
cabi.org API
Search and retrieve detailed information about plant diseases from the CABI Digital Library, including disease characteristics, symptoms, and management strategies. Find specific disease data by name or browse the comprehensive Compendium to identify and understand plant health issues.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.
arztsuche.116117.de API
Find therapists and doctors across Germany by postal code, radius, or medical specialty, getting detailed results with names, addresses, distances, and contact information. Quickly locate healthcare providers that match your needs using Germany's official 116117 doctor search portal.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.