# Shopify App Store — Full Export

**Use case:** 

Scrape the full shopify app store dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract shopify app store for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "appsUrls": [],
  "categoryUrls": [
    "https://apps.shopify.com/categories/finding-and-adding-products"
  ],
  "maxItems": 200,
  "do_fetch_reviews": false
}
```

## Output

```json
{
  "app_name": {
    "label": "App Name",
    "format": "string"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "review_rating": {
    "label": "Review Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "number"
  },
  "built_for_shopify": {
    "label": "Built For Shopify",
    "format": "boolean"
  },
  "appUrl": {
    "label": "Appurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify App Store Scraper](https://apify.com/jungle_synthesizer/shopify-app-store-scraper-2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/shopify-app-store-scraper-2) to learn more, explore other use cases, and run it yourself.