Ai Tools
Aixploria logo

Aixploria API

aixploria.com

AI tools directory - categories, tool details, and top lists.

Actions
4
Category
Ai Tools
Login
Not required
Output
JSON

Call the Aixploria API

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

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_aixploria_category_tool_listing",
    "params": {
      "category_slug": "best-ai-agents",
      "locale_prefix": "en"
    }
  }'

4 actions on aixploria.com

Read

  • Category Tool Listing

    act_aixploria_category_tool_listingread1 credit / call

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

    category_slug
    string · required
    locale_prefix
    string · required
  • Homepage Directory

    act_aixploria_homepage_directory_ssrread1 credit / call

    Returns the homepage directory of featured AI tools with descriptions and upvotes.

    locale_prefix
    string · required
  • Paginated Category Tool Listing

    act_aixploria_category_tool_listing_pageread2 credits / call

    Returns AI tools in a category for a specific page with ratings and ranks.

    category_slug
    string · required
    page
    string · required
    locale_prefix
    string · required
  • Tool Details

    act_aixploria_tool_detail_ssrread1 credit / call

    Returns an AI tool's name, pricing, rating, category, and official website.

    tool_slug
    string · required
    locale_prefix
    string · required

Aixploria API questions

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