# Scrape AI Maker Leads - TAAFT

**Use case:** 

Build an AI maker lead list from There's An AI For That with tool, website, emails, phones, task, country, rating and views. Ready-to-use contact list.

## Input

```json
{
  "tasks": [
    "marketing"
  ],
  "period": "",
  "includeToolDetails": true,
  "enrichWebsiteContacts": true,
  "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"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "primaryTask": {
    "label": "Task",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "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.