# Maven Central | Java Package Metadata Latest Results

**Use case:** 

Latest Results of Maven Central | Java Package Metadata. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "jackson-databind",
  "maxItems": 25
}
```

## Output

```json
{
  "groupId": {
    "label": "🏷 Group ID",
    "format": "text"
  },
  "artifactId": {
    "label": "📦 Artifact ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "latestVersion": {
    "label": "🏷 Version",
    "format": "text"
  },
  "packaging": {
    "label": "📁 Packaging",
    "format": "text"
  },
  "versionCount": {
    "label": "🔢 Versions",
    "format": "number"
  },
  "repositoryId": {
    "label": "Repository id"
  },
  "lastUpdated": {
    "label": "📅 Last Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Maven Central Scraper | Java Package Metadata](https://apify.com/parseforge/maven-central-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/maven-central-scraper) to learn more, explore other use cases, and run it yourself.