# EBI Ontology Lookup Service Latest Results

**Use case:** 

Latest Results of EBI Ontology Lookup Service. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "ontologyId": {
    "label": "🔹 ontologyId",
    "format": "text"
  },
  "title": {
    "label": "🔹 title",
    "format": "text"
  },
  "description": {
    "label": "🔹 description",
    "format": "text"
  },
  "numberOfTerms": {
    "label": "🔹 numberOfTerms",
    "format": "text"
  },
  "numberOfProperties": {
    "label": "🔹 numberOfProperties",
    "format": "text"
  },
  "version": {
    "label": "🔹 version",
    "format": "text"
  },
  "homepage": {
    "label": "🔹 homepage",
    "format": "text"
  },
  "namespace": {
    "label": "🔹 namespace",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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