# Scrape ChatGPT GPTs marketplace video tool listings

**Use case:** 

Extract ChatGPT GPTs marketplace results for video keyword with creator, description, and usage stats for AI tool discovery.

## Input

```json
{
  "query": "video",
  "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.