# Extract Airtable Education & Learning Templates

**Use case:** 

Extract a curated list of Airtable templates from the education and self-improvement categories, ideal for course planning, student tracking, and personal devel

## Input

```json
{
  "mode": "byCategory",
  "category": "education",
  "startUrls": [],
  "maxItems": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authorName": {
    "label": "Author name"
  },
  "category": {
    "label": "Category"
  },
  "relativeDate": {
    "label": "Relative date"
  },
  "description": {
    "label": "Description"
  },
  "templateUrl": {
    "label": "Template url"
  }
}
```

## About this Actor

This example demonstrates how to use [Airtable Universe Scraper](https://apify.com/crawlerbros/airtable-universe-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/airtable-universe-scraper) to learn more, explore other use cases, and run it yourself.