# Search Figma dashboard plugins and templates

**Use case:** 

Export dashboard plugins, widgets, and design templates from Figma Community with creator, engagement, category, pricing, and canonical URL data.

## Input

```json
{
  "query": "dashboard",
  "searchMode": "resources",
  "resourceTypes": [
    "plugins",
    "widgets",
    "designTemplates"
  ],
  "sortBy": "relevancy",
  "price": "all",
  "maxItems": 50
}
```

## Output

```json
{
  "entityType": {
    "label": "Entity Type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "resourceType": {
    "label": "Resource Type",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "object"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "users": {
    "label": "Users",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "isPaid": {
    "label": "Is Paid",
    "format": "boolean"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Figma Community Scraper](https://apify.com/automation-lab/figma-community-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/figma-community-scraper) to learn more, explore other use cases, and run it yourself.