# Scrape featured productivity AI tools

**Use case:** 

Collect featured productivity tools from FutureTools with pricing and popularity metadata for shortlist building.

## Input

```json
{
  "searchQuery": "",
  "categoryFilter": [
    "productivity"
  ],
  "pricingTierFilter": [],
  "featuredOnly": true,
  "mattsPicksOnly": false,
  "sortBy": "upvotes",
  "maxResults": 100
}
```

## Output

```json
{
  "name": {
    "label": "Tool Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "pricingTier": {
    "label": "Pricing",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "isMattsPick": {
    "label": "Matt's Pick",
    "format": "boolean"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "futuretoolsUrl": {
    "label": "FutureTools Page",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  }
}
```

## About this Actor

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