# Built by Miro apps extractor

**Use case:** 

Extract built-by-Miro apps from Miro Marketplace with URLs, descriptions, pricing labels, and media links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://miro.com/marketplace/"
    }
  ],
  "maxItems": 100,
  "searchTerm": "planning",
  "categoryKeys": [
    "built-by-miro"
  ],
  "includeFullDescription": false,
  "delayMs": 500
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "appUrl": {
    "label": "App URL",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "pricing": {
    "label": "Pricing",
    "format": "string"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "marketplaceRank": {
    "label": "Marketplace rank",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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