# NLM MeSH SPARQL Latest Results

**Use case:** 

Latest Results of NLM MeSH SPARQL. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "year": "2024",
  "labelContains": ""
}
```

## Output

```json
{
  "mesh_id": {
    "label": "mesh_id",
    "format": "text"
  },
  "label": {
    "label": "label",
    "format": "text"
  },
  "scope_note": {
    "label": "scope_note",
    "format": "text"
  },
  "tree_numbers": {
    "label": "tree_numbers",
    "format": "text"
  },
  "qualifiers": {
    "label": "qualifiers",
    "format": "text"
  },
  "broader": {
    "label": "broader",
    "format": "text"
  },
  "narrower": {
    "label": "narrower",
    "format": "text"
  },
  "related": {
    "label": "related",
    "format": "text"
  },
  "semantic_types": {
    "label": "semantic_types",
    "format": "text"
  },
  "year": {
    "label": "year",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NLM MeSH SPARQL Scraper](https://apify.com/parseforge/mesh-sparql-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mesh-sparql-scraper) to learn more, explore other use cases, and run it yourself.