# Discover Figma Community creators for AI design

**Use case:** 

Search Figma Community creator profiles for AI design, then export public handles, follower signals, locations, profile images, and canonical profile URLs.

## Input

```json
{
  "query": "AI design",
  "searchMode": "creators",
  "resourceTypes": [
    "plugins",
    "widgets",
    "apps",
    "designTemplates",
    "figjamTemplates",
    "siteTemplates"
  ],
  "sortBy": "relevancy",
  "price": "all",
  "maxItems": 80
}
```

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