# Collect Airtable Product Design & UX Base Templates

**Use case:** 

Gather detailed information on Airtable Universe templates focused on product design and UX, perfect for managing sprints, feedback, and roadmaps. Implement the

## Input

```json
{
  "mode": "byCategory",
  "category": "product-design-and-ux",
  "startUrls": [],
  "maxItems": 80
}
```

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