# Latest Go Package Search

**Use case:** 

Explore Latest with Go Package Search Scraper - Module Metadata. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "http",
  "maxResults": 3
}
```

## Output

```json
{
  "package": {
    "label": "Package",
    "format": "text"
  },
  "module_path": {
    "label": "Module Path",
    "format": "text"
  },
  "synopsis": {
    "label": "Synopsis",
    "format": "text"
  },
  "metadata": {
    "label": "Metadata",
    "format": "text"
  },
  "package_url": {
    "label": "Package Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Go Package Search Scraper - Module Metadata](https://apify.com/benthepythondev/go-package-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/go-package-search-scraper) to learn more, explore other use cases, and run it yourself.