# Scrape AI Tool Details by Slug - TAAFT

**Use case:** 

Pull full details for specific AI tools on There's An AI For That with tool, category, type, rating, views, saves, pricing and website. No login required.

## Input

```json
{
  "tasks": [
    "copywriting"
  ],
  "period": "",
  "toolUrls": [
    "chatgpt",
    "midjourney"
  ],
  "includeToolDetails": true,
  "enrichWebsiteContacts": false,
  "pricingModel": "any",
  "minRating": 0,
  "verifiedOnly": false,
  "releasedWithinDays": 0,
  "excludeGpts": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "taaft-scraper-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Tool",
    "format": "text"
  },
  "primaryTask": {
    "label": "Task / category",
    "format": "text"
  },
  "kind": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "saves": {
    "label": "Saves",
    "format": "number"
  },
  "priceModel": {
    "label": "Pricing",
    "format": "text"
  },
  "startingPriceUsd": {
    "label": "From $",
    "format": "number"
  },
  "releasedText": {
    "label": "Released",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "leadScore": {
    "label": "Score",
    "format": "number"
  },
  "taaftUrl": {
    "label": "TAAFT URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [There's An AI For That Scraper - AI Tools, Launches & Leads](https://apify.com/scrapesage/theresanaiforthat-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/theresanaiforthat-scraper) to learn more, explore other use cases, and run it yourself.