ConsoleCatalog
Sign in
AI Top Tools logo

AI Top Tools

aitoptools.comAi Toolsno auth

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

Category Listing Pagination

ASYNCREADNo auth

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

ParametersFormJSON

URL slug of the category being paginated

Numeric WordPress term ID for the category (from the category listing page body)

1-based page number (page 1 is the initial listing)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'