Ai Tools
Toolify AI logo

Toolify AI API

toolify.ai

AI tools directory - categories, tool details, ratings, and rankings.

Actions
4
Category
Ai Tools
Login
Not required
Output
JSON

Call the Toolify AI API

Submit a task, then poll the job until it settles. This example runs act_toolify_ai_category_tree.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_toolify_ai_category_tree",
    "params": {
      "locale": "en",
      "timezone": "Asia/Calcutta"
    }
  }'

4 actions on toolify.ai

Read

  • Category Taxonomy

    act_toolify_ai_category_treeread1 credit / call

    Returns the full category taxonomy grouped by section, with names and tool counts.

    locale
    string
    timezone
    string
  • Category Tool Listing

    act_toolify_ai_category_tool_listingread2 credits / call

    Returns AI tools in a category with names, descriptions, websites, and ratings.

    category_slug
    string · required
    page
    integer
    locale
    string
    timezone
    string
  • Tool Favorite Counts

    act_toolify_ai_tool_favorite_countsread2 credits / call

    Returns favorite and collection counts for one or more tools.

    tool_handles
    string · required
    locale
    string
    timezone
    string
  • Tool Social Media Videos

    act_toolify_ai_tool_social_media_videosread2 credits / call

    Returns social media videos for a tool with titles, URLs, and platforms.

    domain
    string · required
    page
    integer
    locale
    string
    timezone
    string

Toolify AI API questions

Is there an API for Toolify AI?
Toolify AI does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for toolify.ai. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Toolify AI data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when toolify.ai changes its markup, Anakin updates the action.
Do I need a Toolify AI account?
No. Every Toolify AI action listed here runs anonymously — no account and no credentials required.
What does the Toolify AI API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites