# Monday.com Marketplace Apps Extractor

**Use case:** 

Create a sitemap-based monday.com Marketplace app dataset for partner discovery, app research, and SaaS lead workflows.

## Input

```json
{
  "listingUrls": [
    {
      "url": "https://monday.com/marketplace/listing/23/miro"
    },
    {
      "url": "https://monday.com/marketplace/listing/37/stripe"
    }
  ],
  "searchTerms": [],
  "maxItems": 100,
  "maxPagesToScan": 250,
  "includeMarketplaceHome": false
}
```

## Output

```json
{
  "id": {
    "label": "Marketplace ID"
  },
  "name": {
    "label": "App name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "listingType": {
    "label": "Listing type"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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