# Monitor Competitor AI Prompts on PromptBase

**Use case:** 

Track newly listed or updated prompts from key competitors on PromptBase to stay ahead of market offerings and identify emerging trends. Gain insights into comp

## Input

```json
{
  "maxPrompts": 1,
  "scrapeDetails": true,
  "categories": [],
  "pricingModel": "all",
  "sortBy": "newest",
  "minPrice": 0,
  "maxPrice": 100,
  "minRating": 1,
  "featuredOnly": false,
  "minViews": 0,
  "minSales": 0
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "detail_url": {
    "label": "Detail url"
  },
  "creator_name": {
    "label": "Creator name"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "pricing_model": {
    "label": "Pricing model"
  },
  "category": {
    "label": "Category"
  },
  "tags": {
    "label": "Tags"
  },
  "rating": {
    "label": "Rating"
  },
  "scraped_at": {
    "label": "Scraped at"
  },
  "source": {
    "label": "Source"
  }
}
```

## About this Actor

This example demonstrates how to use [PromptBase Scraper](https://apify.com/crawlerbros/promptbase) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/promptbase) to learn more, explore other use cases, and run it yourself.