# WooCommerce Subscription Extensions Scraper

**Use case:** 

Scrape WooCommerce subscription extensions with prices, categories, SEO copy, vendors, and update dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://woocommerce.com/product-category/woocommerce-extensions/"
    }
  ],
  "categoryIds": [
    1021
  ],
  "search": "subscriptions",
  "maxItems": 50,
  "perPage": 100,
  "orderBy": "modified",
  "order": "desc",
  "includeDescription": false
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL"
  },
  "priceText": {
    "label": "Price"
  },
  "availability": {
    "label": "Availability"
  },
  "categories": {
    "label": "Categories"
  },
  "authorName": {
    "label": "Author/vendor"
  },
  "dateModified": {
    "label": "Modified"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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