# Slack App / Marketplace — Full Export

**Use case:** 

Scrape the full slack app / marketplace dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract slack app / marketplace for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200
}
```

## Output

```json
{
  "app_name": {
    "label": "App Name",
    "format": "string"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "pricing": {
    "label": "Pricing",
    "format": "string"
  }
}
```

## About this Actor

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