# AWS Marketplace MCP Server Monitor

**Use case:** 

Monitor AWS Marketplace MCP server and AI agent listings for vendors, categories, pricing models, badges, and product URLs.

## Input

```json
{
  "searchTerms": [
    "mcp server",
    "ai agent"
  ],
  "startUrls": [
    {
      "url": "https://aws.amazon.com/marketplace/search/results?searchTerms=observability"
    }
  ],
  "maxItems": 150,
  "sortBy": "RELEVANT",
  "includeLongDescription": true
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search term"
  },
  "rank": {
    "label": "Rank"
  },
  "title": {
    "label": "Title"
  },
  "vendorName": {
    "label": "Vendor"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "categories": {
    "label": "Categories"
  },
  "deliveryMethods": {
    "label": "Delivery methods"
  },
  "pricingModels": {
    "label": "Pricing models"
  },
  "badges": {
    "label": "Badges"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "shortDescription": {
    "label": "Short description"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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