# Slack app profile refresh

**Use case:** 

Refresh a known Slack app by marketplace URL, app ID, or app slug and export the latest public listing, vendor, contact, and security fields.

## Input

```json
{
  "searchQueries": [],
  "categories": [],
  "appTargets": [
    "A01BP7R4KNY"
  ],
  "pricingFilter": "",
  "maxItems": 1
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "appSlug": {
    "label": "App slug",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "pricingType": {
    "label": "Pricing type",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "supportedLanguages": {
    "label": "Supported languages",
    "format": "array"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "object"
  },
  "contact": {
    "label": "Contact",
    "format": "object"
  },
  "security": {
    "label": "Security",
    "format": "object"
  }
}
```

## About this Actor

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