# Direct lookup by name RubyGems | Ruby Package Registry and

**Use case:** 

Extract RubyGems | Ruby Package Registry and Stats data filtered by Direct lookup by name. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "rails",
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "💎 Name",
    "format": "text"
  },
  "version": {
    "label": "🏷 Version",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "authors": {
    "label": "👤 Authors",
    "format": "text"
  },
  "downloads": {
    "label": "📥 Downloads",
    "format": "text"
  },
  "currentVersionDownloads": {
    "label": "📊 Version Downloads",
    "format": "text"
  },
  "licenses": {
    "label": "📜 Licenses",
    "format": "text"
  },
  "rubyVersion": {
    "label": "💻 Ruby Version",
    "format": "text"
  },
  "homepageUrl": {
    "label": "🏠 Homepage",
    "format": "link"
  },
  "sourceCodeUrl": {
    "label": "💻 Source Code",
    "format": "link"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "🔄 Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RubyGems Scraper | Ruby Package Registry and Stats](https://apify.com/parseforge/rubygems-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/rubygems-scraper) to learn more, explore other use cases, and run it yourself.