# Go pkg.go.dev Modules Latest Results

**Use case:** 

Latest Results of Go pkg.go.dev Modules. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "query": "http"
}
```

## Output

```json
{
  "packagePath": {
    "label": "packagePath",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "synopsis": {
    "label": "synopsis",
    "format": "text"
  },
  "version": {
    "label": "version",
    "format": "text"
  },
  "publishedAt": {
    "label": "publishedAt",
    "format": "date"
  },
  "license": {
    "label": "license",
    "format": "text"
  },
  "importedByCount": {
    "label": "importedByCount",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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