# Best Notion Templates for Productivity

**Use case:** 

Find public Notion templates for productivity. Get template links, creator details, tags, prices, dates, and available popularity data.

## Input

```json
{
  "target": "search",
  "query": "best notion templates for productivity",
  "includeCreatorDetails": false,
  "maxItems": 20
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "galleryUrl": {
    "label": "Gallery URL",
    "format": "string"
  },
  "templateUrl": {
    "label": "Template URL",
    "format": "string"
  },
  "previewImageUrl": {
    "label": "Preview image URL",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "creator.name": {
    "label": "Name",
    "format": "string"
  },
  "creator.creatorType": {
    "label": "Creator type",
    "format": "string"
  },
  "price.isFree": {
    "label": "Is free",
    "format": "boolean"
  },
  "price.amount": {
    "label": "Amount",
    "format": "number"
  },
  "price.currency": {
    "label": "Currency",
    "format": "string"
  },
  "duplicateCount": {
    "label": "Duplicate count",
    "format": "integer"
  },
  "likeCount": {
    "label": "Like count",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Notion Template Scraper](https://apify.com/maximedupre/notion-template-gallery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/notion-template-gallery) to learn more, explore other use cases, and run it yourself.