# Scrape New AI Tools This Week - TAAFT

**Use case:** 

Find new AI tools launched this week on There's An AI For That with tool, task, released, days ago, pricing, rating, views and website. Export to CSV.

## Input

```json
{
  "tasks": [
    "copywriting"
  ],
  "period": "this-week",
  "includeToolDetails": false,
  "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",
    "format": "text"
  },
  "releasedText": {
    "label": "Released",
    "format": "text"
  },
  "releasedDaysAgo": {
    "label": "Days ago",
    "format": "number"
  },
  "priceModel": {
    "label": "Pricing",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "monitorStatus": {
    "label": "Monitor",
    "format": "text"
  },
  "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.