# Find ChatGPT productivity GPTs in marketplace search

**Use case:** 

Monitor ChatGPT GPTs marketplace productivity tool listings with descriptions and creator profiles for AI assistant discovery.

## Input

```json
{
  "query": "productivity",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [ChatGPT GPTs Marketplace Scraper](https://apify.com/lexis-solutions/chatgpt-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/chatgpt-marketplace-scraper) to learn more, explore other use cases, and run it yourself.