Ai Tools
AI Top Tools logo

AI Top Tools API

aitoptools.com

Directory of AI tools - categories, details, and rankings.

Actions
4
Category
Ai Tools
Login
Not required
Output
JSON

Call the AI Top Tools API

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

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_aitoptools_com_category_listing_pagination",
    "params": {
      "category_slug": "chatbot",
      "category_id": "6775",
      "page": "2"
    }
  }'

4 actions on aitoptools.com

Read

  • Category Listing Pagination

    act_aitoptools_com_category_listing_paginationread2 credits / call

    Returns the next page of tool cards in a category with names, ratings, and pricing.

    category_slug
    string · required
    category_id
    string · required
    page
    string · required
  • Category Tool Listing

    act_aitoptools_com_category_tool_listingread1 credit / call

    Returns tools in a category with names, ratings, pricing, and related categories.

    category_slug
    string · required
  • Homepage Directory

    act_aitoptools_com_homepage_directory_ssrread1 credit / call

    Returns homepage featured tools, category links, ratings, and pricing.

  • Tool Details

    act_aitoptools_com_tool_detailread1 credit / call

    Returns a tool's title, description, rating, pricing, features, and similar tools.

    tool_slug
    string · required
    category_slug
    string

AI Top Tools API questions

Is there an API for AI Top Tools?
AI Top Tools does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for aitoptools.com. 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 AI Top Tools 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 aitoptools.com changes its markup, Anakin updates the action.
Do I need a AI Top Tools account?
No. Every AI Top Tools action listed here runs anonymously — no account and no credentials required.
What does the AI Top Tools 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