# Clipboard GNOME Extensions

**Use case:** 

Explore clipboard with GNOME Extensions Scraper - Extension Directory. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "extension_id": {
    "label": "Extension Id",
    "format": "text"
  },
  "uuid": {
    "label": "Uuid",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "shell_versions": {
    "label": "Shell Versions",
    "format": "text"
  },
  "donation_urls": {
    "label": "Donation Urls",
    "format": "text"
  },
  "extension_url": {
    "label": "Extension Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GNOME Extensions Scraper - Extension Directory](https://apify.com/benthepythondev/gnome-extensions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/gnome-extensions-scraper) to learn more, explore other use cases, and run it yourself.