# Automation Clio App Directory

**Use case:** 

Extract Clio App Directory data filtered by Automation. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "categorySlug": "automation",
  "regionSlug": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "title": {
    "label": "📌 App",
    "format": "text"
  },
  "url": {
    "label": "🔗 Listing",
    "format": "link"
  },
  "partnerTier": {
    "label": "🏅 Tier",
    "format": "text"
  },
  "tagline": {
    "label": "💬 Tagline",
    "format": "text"
  },
  "categories": {
    "label": "🏷 Categories",
    "format": "array"
  },
  "compatibility": {
    "label": "🔌 Works with",
    "format": "array"
  },
  "regions": {
    "label": "🌍 Regions",
    "format": "array"
  },
  "integrationUrl": {
    "label": "🌐 Vendor URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Clio App Directory Scraper](https://apify.com/parseforge/clio-app-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/clio-app-directory-scraper) to learn more, explore other use cases, and run it yourself.