# Scrape Airtable Marketing & Sales Templates for CRM

**Use case:** 

Extract comprehensive data on Airtable templates specifically designed for marketing and sales operations, including CRM and campaign management. Leverage these

## Input

```json
{
  "mode": "byCategory",
  "category": "marketing-and-sales",
  "startUrls": [],
  "maxItems": 150
}
```

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