{
  "openapi": "3.0.1",
  "info": {
    "title": "There's An AI For That Scraper",
    "description": "Scrape There's An AI For That (theresanaiforthat.com) - the #1 AI tool directory. Browse AI tools by category, most-saved, just-released, popular, or by maker company, plus fetch full tool detail pages with descriptions, pricing, and stats.",
    "version": "1.0",
    "x-build-id": "AbKOCRMky6x36JAW3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~theresanaiforthat-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-theresanaiforthat-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~theresanaiforthat-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-theresanaiforthat-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~theresanaiforthat-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-theresanaiforthat-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "category",
              "mostSaved",
              "justReleased",
              "popular",
              "trending",
              "featured",
              "agentsHub",
              "company",
              "discontinued",
              "deals",
              "list",
              "leaderboard",
              "miniTools",
              "feature",
              "timeline",
              "characters",
              "toolDetail"
            ],
            "type": "string",
            "description": "Which listing / lookup to run.",
            "default": "category"
          },
          "categorySlug": {
            "title": "Category (mode=category)",
            "enum": [
              "writing",
              "chatbots",
              "images",
              "videos",
              "audio",
              "music",
              "art",
              "agents",
              "coding-guidance",
              "seo-content",
              "marketing",
              "marketing-content",
              "productivity",
              "content",
              "articles",
              "blogging",
              "book-writing",
              "brainstorming",
              "business-writing",
              "chatting",
              "comics",
              "copywriting-coaching",
              "courses",
              "cover-letters",
              "creative-writing-prompts",
              "creativity",
              "customer-support",
              "design",
              "document-writing",
              "email-outreach",
              "email-writing",
              "essays",
              "games",
              "grant-writing",
              "handwriting",
              "home-assistant-guidance",
              "image-captions",
              "image-enhancement",
              "image-to-video",
              "investment-research",
              "job-applications",
              "knowledge-bases",
              "linkedin",
              "logos",
              "meeting-transcription",
              "multimedia",
              "personal-assistant",
              "product-descriptions",
              "prompts",
              "proofreading",
              "resume-optimization",
              "rpg-storytelling",
              "sales-agendas",
              "scriptwriting",
              "sheet-music",
              "software",
              "startup-ideas",
              "stories",
              "summaries",
              "text-editing",
              "text-humanization",
              "transcription",
              "translations",
              "typography",
              "ui-components",
              "video-editing",
              "voice-assistants",
              "websites",
              "wordpress",
              "custom"
            ],
            "type": "string",
            "description": "AI tool category/task to browse. Pick `Custom / other category slug` and fill `customCategorySlug` below to use any of the site's 1000+ granular task slugs not listed here.",
            "default": "writing"
          },
          "customCategorySlug": {
            "title": "Custom category slug (mode=category, categorySlug=custom)",
            "type": "string",
            "description": "Exact category slug from a theresanaiforthat.com URL, e.g. `text-to-speech` from `theresanaiforthat.com/task/text-to-speech/`."
          },
          "sortBy": {
            "title": "Sort order (mode=category)",
            "enum": [
              "default",
              "latest",
              "top-rated",
              "most-saved",
              "popular",
              "price"
            ],
            "type": "string",
            "description": "How to order tools within the chosen category. Only applies to mode=category.",
            "default": "default"
          },
          "companySlug": {
            "title": "Company slug (mode=company)",
            "type": "string",
            "description": "Maker/company slug from a theresanaiforthat.com URL, e.g. `nvidia` from `theresanaiforthat.com/company/nvidia/`.",
            "default": "nvidia"
          },
          "listUrl": {
            "title": "List URL (mode=list)",
            "type": "string",
            "description": "URL of a user-curated tool list/collection page, e.g. `https://theresanaiforthat.com/@ytdescriptionextractor/saved-for-later/` (a bare `@user/list-slug` path also works).",
            "default": "https://theresanaiforthat.com/@ytdescriptionextractor/saved-for-later/"
          },
          "leaderboardYear": {
            "title": "Leaderboard year (mode=leaderboard)",
            "enum": [
              "current",
              "2024",
              "2025",
              "2026"
            ],
            "type": "string",
            "description": "Which yearly cohort of the AI Tool Rankings leaderboard to fetch. `current` always tracks whatever year theresanaiforthat.com/leaderboard/ currently shows (its default).",
            "default": "current"
          },
          "miniToolsSort": {
            "title": "Mini Tools sort (mode=miniTools)",
            "enum": [
              "all",
              "topRated",
              "new"
            ],
            "type": "string",
            "description": "Which ranking of the free, embedded Mini Tools (in-site AI generators under `/@user/<slug>/`) to browse.",
            "default": "all"
          },
          "featureSlug": {
            "title": "Feature (mode=feature)",
            "enum": [
              "agents",
              "ai-search",
              "api",
              "assistant",
              "automation",
              "deep-research",
              "image-understanding",
              "imageedit",
              "imagegen",
              "integrations",
              "mcp",
              "memory",
              "no-signup",
              "run-locally",
              "social-media",
              "styling",
              "team-collaboration",
              "text-generation",
              "transcription",
              "translation",
              "videoedit",
              "videogen",
              "visual-creation",
              "writing"
            ],
            "type": "string",
            "description": "Cross-category feature/capability to browse, e.g. tools with an API, MCP support, or no-signup access. Cards can belong to any task category.",
            "default": "api"
          },
          "toolSlugs": {
            "title": "Tool slugs (mode=toolDetail)",
            "type": "array",
            "description": "AI tool slugs from theresanaiforthat.com/ai/<slug>/ URLs, e.g. `canva-magic-write`.",
            "default": [
              "canva-magic-write"
            ],
            "items": {
              "type": "string"
            }
          },
          "characterCategory": {
            "title": "Character mood/category (mode=characters)",
            "enum": [
              "all",
              "battle",
              "cry",
              "friend",
              "teacher",
              "wildcard"
            ],
            "type": "string",
            "description": "Quick-filter mood tab for browsing AI Characters. `all` browses every character.",
            "default": "all"
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records (ignored for mode=toolDetail, which is capped by the number of tool slugs given). mode=category, mode=feature, mode=timeline, and mode=characters paginate through additional result pages automatically until this cap is reached or the listing runs out of entries; other listing modes are backed by a single page on theresanaiforthat.com.",
            "default": 30
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}