# Webflow app marketplace scraper

**Use case:** 

Extract public Webflow Marketplace app listings, pricing signals, and integration details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://webflow.com/apps"
    }
  ],
  "search": "",
  "maxItems": 25,
  "includeDetails": false
}
```

## Output

```json
{
  "name": {
    "label": "App name"
  },
  "developer": {
    "label": "Developer"
  },
  "categories": {
    "label": "Categories"
  },
  "description": {
    "label": "Description"
  },
  "pricingSignals": {
    "label": "Pricing/install signals"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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