# Clio app profile extractor for one vendor

**Use case:** 

Extract one Clio app profile with vendor website, Clio products, screenshots, categories, and description.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.clio.com/app-directory/case-status/"
    }
  ],
  "maxItems": 1,
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "App name",
    "format": "text"
  },
  "listingUrl": {
    "label": "Clio listing URL",
    "format": "link"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "vendorWebsite": {
    "label": "Vendor website",
    "format": "link"
  },
  "clioProducts": {
    "label": "Clio products",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "pricingText": {
    "label": "Pricing",
    "format": "text"
  },
  "isFree": {
    "label": "Free",
    "format": "text"
  },
  "isCertified": {
    "label": "Clio certified",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo URL",
    "format": "link"
  },
  "screenshots": {
    "label": "Screenshots",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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