# BigCommerce marketing app extractor

**Use case:** 

Extract BigCommerce marketing category apps for partner research, vendor lead lists, and competitive tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bigcommerce.com/apps/categories/marketing/"
    }
  ],
  "searchQuery": "shipping",
  "categories": [
    "marketing"
  ],
  "maxItems": 150,
  "includeDetails": true,
  "minRating": 0
}
```

## Output

```json
{
  "appName": {
    "label": "App name"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "summary": {
    "label": "Summary"
  },
  "categories": {
    "label": "Categories"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "pricing": {
    "label": "Pricing"
  },
  "pricingType": {
    "label": "Pricing type"
  },
  "isFree": {
    "label": "Free"
  },
  "hasFreeTrial": {
    "label": "Free trial"
  },
  "appType": {
    "label": "App type"
  },
  "tierName": {
    "label": "Partner tier"
  },
  "features": {
    "label": "Features"
  },
  "collections": {
    "label": "Collections"
  },
  "supportUrl": {
    "label": "Support URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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