# Search video AI tools on There's An AI For That

**Use case:** 

Discover video AI tools from TAAFT search results with pricing, task categories, and website links.

## Input

```json
{
  "query": "video",
  "queries": [],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "toolName": {
    "label": "Tool name",
    "format": "string"
  },
  "toolShortDescription": {
    "label": "Short description",
    "format": "string"
  },
  "itemUrl": {
    "label": "Item URL",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "pricing": {
    "label": "Pricing",
    "format": "array"
  },
  "popularityScore": {
    "label": "Popularity score",
    "format": "number"
  },
  "favCount": {
    "label": "Favorite count",
    "format": "integer"
  },
  "toolCategories": {
    "label": "Categories",
    "format": "array"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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