# Export popular Figma accessibility plugins

**Use case:** 

Collect popular accessibility plugins from Figma Community for competitor research, including users, installs, likes, publisher profiles, and descriptions.

## Input

```json
{
  "query": "accessibility",
  "searchMode": "resources",
  "resourceTypes": [
    "plugins"
  ],
  "sortBy": "popular",
  "price": "all",
  "maxItems": 100
}
```

## 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.