# Find Exact Match Alzheimer's Disease Concepts

**Use case:** 

Locate exact matching terms for 'Alzheimer's Disease' and related concepts within key neurodegenerative ontologies. This ensures precise data retrieval for rese

## Input

```json
{
  "mode": "searchTerms",
  "query": "Alzheimer's Disease",
  "ontologies": "doid,efo,mondo",
  "entityType": "",
  "exactMatch": true,
  "includeObsoleteInSearch": false,
  "localOnly": false,
  "includeObsolete": true,
  "maxItems": 50
}
```

## 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.