# Terraform Registry Modules Latest Results

**Use case:** 

Latest Results of Terraform Registry Modules. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "vpc",
  "maxItems": 25
}
```

## Output

```json
{
  "name": {
    "label": "📦 Module",
    "format": "text"
  },
  "namespace": {
    "label": "🏷 Namespace",
    "format": "text"
  },
  "provider": {
    "label": "☁️ Provider",
    "format": "text"
  },
  "version": {
    "label": "🔖 Version",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "downloads": {
    "label": "⬇️ Downloads",
    "format": "number"
  },
  "verified": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "date"
  },
  "sourceUrl": {
    "label": "📂 Source",
    "format": "link"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Terraform Registry Modules Scraper](https://apify.com/parseforge/terraform-registry-modules-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/terraform-registry-modules-scraper) to learn more, explore other use cases, and run it yourself.