# EBI OLS Ontologies Latest Results

**Use case:** 

Latest Results of EBI OLS Ontologies. 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"
  },
  "preferredPrefix": {
    "label": "preferredPrefix",
    "format": "text"
  },
  "numberOfTerms": {
    "label": "numberOfTerms",
    "format": "text"
  },
  "numberOfProperties": {
    "label": "numberOfProperties",
    "format": "text"
  },
  "numberOfIndividuals": {
    "label": "numberOfIndividuals",
    "format": "text"
  },
  "languages": {
    "label": "languages",
    "format": "text"
  },
  "homepage": {
    "label": "homepage",
    "format": "text"
  },
  "fileLocation": {
    "label": "fileLocation",
    "format": "text"
  },
  "loaded": {
    "label": "loaded",
    "format": "text"
  },
  "updated": {
    "label": "updated",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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