# Official Node.js Runtimes

**Use case:** 

Scrape Docker Official Images for Node.js JavaScript execution environments.

## Input

```json
{
  "searchQuery": "node",
  "filterType": "official",
  "maxItems": 100,
  "includeTags": false
}
```

## Output

```json
{
  "slug": {
    "label": "Image Slug",
    "format": "string"
  },
  "namespace": {
    "label": "Namespace",
    "format": "string"
  },
  "name": {
    "label": "Repository Name",
    "format": "string"
  },
  "shortDescription": {
    "label": "Short Description",
    "format": "string"
  },
  "starCount": {
    "label": "Star Count",
    "format": "integer"
  },
  "pullCount": {
    "label": "Pull Count",
    "format": "integer"
  },
  "pullBand": {
    "label": "Pull Band",
    "format": "string"
  },
  "isOfficial": {
    "label": "Is Official",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Docker Hub Scraper · Images, Tags, Pulls & Publishers](https://apify.com/reapx/docker-hub-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/docker-hub-scraper) to learn more, explore other use cases, and run it yourself.