# Find ChatGPT GPTs for marketing

**Use case:** 

Discover marketing GPTs in the ChatGPT GPT Store. Export tool names, use cases, creators, and links for content and growth team research.

## Input

```json
{
  "query": "marketing",
  "maxItems": 15,
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}
```

## 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.