# Toolify AI tools scraper for web scraping software

**Use case:** 

Export Toolify AI web scraping tool listings, websites, pricing, ratings, categories, saves, features, and ranking context.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.toolify.ai/category/ai-web-scraping"
    }
  ],
  "searchQueries": [],
  "listModes": [],
  "maxItems": 20,
  "includeDetails": true,
  "maxPagesPerSource": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Tool name",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "toolifyUrl": {
    "label": "Toolify URL",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "savedCount": {
    "label": "Saved",
    "format": "integer"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "pricingPlans": {
    "label": "Pricing plans",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "useCases": {
    "label": "Use cases",
    "format": "array"
  },
  "listType": {
    "label": "Source type",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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