# List All Available EBI Biomedical Ontologies

**Use case:** 

Retrieve a complete list of all biomedical and scientific ontologies hosted on the EBI OLS service, including their short IDs and descriptions. This provides an

## Input

```json
{
  "mode": "listOntologies",
  "query": "diabetes",
  "entityType": "",
  "exactMatch": false,
  "includeObsoleteInSearch": false,
  "localOnly": false,
  "includeObsolete": true,
  "maxItems": 300
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "label": {
    "label": "Label"
  },
  "title": {
    "label": "Title"
  },
  "ontologyName": {
    "label": "Ontology name"
  },
  "oboId": {
    "label": "Obo id"
  },
  "shortForm": {
    "label": "Short form"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [EBI Ontology Lookup (OLS) Scraper](https://apify.com/crawlerbros/ebi-ontology-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ebi-ontology-scraper) to learn more, explore other use cases, and run it yourself.