# PromptBase Midjourney prompts scraper

**Use case:** 

Browse the PromptBase Midjourney category and export trending prompt listings for marketplace research.

## Input

```json
{
  "searchQuery": "",
  "category": "midjourney",
  "sortBy": "hotness",
  "maxPrompts": 75,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price ($)",
    "format": "number"
  },
  "modelType": {
    "label": "AI Model",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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