# PromptBase pricing research workflow

**Use case:** 

Collect newest ChatGPT prompt listings from PromptBase to analyze sellers, prices, niches, and detail-page metadata.

## Input

```json
{
  "searchQuery": "",
  "category": "chatgpt",
  "sortBy": "created",
  "maxPrompts": 100,
  "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.