# Scrape AI Code Assistant Tools - Futurepedia

**Use case:** 

Find AI coding and developer tools on Futurepedia with Tool, Rating, Pricing, Categories, Website and Futurepedia URL. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchQueries": [
    "video"
  ],
  "categories": [
    "Code Assistant"
  ],
  "scrapeAllTools": false,
  "includeToolDetails": true,
  "enrichLeads": false,
  "minRating": 0,
  "hasWebsiteOnly": false,
  "monitorMode": false,
  "monitorStoreName": "futurepedia-scraper-monitor",
  "maxResults": 100,
  "concurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Tool",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "pricingModel": {
    "label": "Pricing",
    "format": "text"
  },
  "startingPriceUsd": {
    "label": "From (USD)",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Futurepedia URL",
    "format": "link"
  }
}
```

## About this Actor

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