# BigCommerce App Marketplace — Full Catalog Export

**Use case:** 

Scrape all 1,300+ BigCommerce apps: name, developer, rating, review count, pricing model, free-trial days, partner tier, and feature flags for competitive

## Input

```json
{
  "sp_intended_usage": "Competitive analysis of the BigCommerce app ecosystem for ecommerce agency research",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "appUrls": [],
  "maxItems": 100
}
```

## Output

```json
{
  "app_name": {
    "label": "App Name",
    "format": "string"
  },
  "slug": {
    "label": "Slug",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews Count",
    "format": "number"
  },
  "pricing_type": {
    "label": "Pricing Type",
    "format": "string"
  },
  "pricing_text": {
    "label": "Pricing Text",
    "format": "string"
  },
  "free_trial": {
    "label": "Free Trial",
    "format": "boolean"
  },
  "app_tier": {
    "label": "App Tier",
    "format": "string"
  },
  "app_url": {
    "label": "App Url",
    "format": "string"
  }
}
```

## About this Actor

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