Ai Tools
Futurepedia logo

Futurepedia API

futurepedia.io

AI tools directory - categories, tool details, pricing, reviews, and ratings.

Actions
7
Category
Ai Tools
Login
Not required
Output
JSON

Call the Futurepedia API

Submit a task, then poll the job until it settles. This example runs act_futurepedia_io_category_tool_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_futurepedia_io_category_tool_listing_pagination",
    "params": {
      "category_slug": "image-generators",
      "page": 2,
      "rsc_token": "IryjzCNCRUdE370N"
    }
  }'

7 actions on futurepedia.io

Read

  • Category Tool Listing

    act_futurepedia_io_category_tool_listing_paginationread2 credits / call

    Returns tools in a category by page with names, slugs, ratings, and pricing.

    category_slug
    string · required
    page
    integer · required
    rsc_token
    string · required
  • Featured Tools Listing

    act_futurepedia_io_featured_tools_listingread1 credit / call

    Returns featured AI tools with names, slugs, ratings, pricing, categories, and URLs.

  • Homepage Feed

    act_futurepedia_io_homepage_ssrread1 credit / call

    Returns homepage featured tools with titles, descriptions, upvotes, tags, and links.

  • Related Tools

    act_futurepedia_io_related_toolsread1 credit / call

    Returns AI tools related to a given tool with names, slugs, ratings, and pricing.

    tool_slug
    string · required
  • Reviewer Profile

    act_futurepedia_io_reviewer_profileread1 credit / call

    Returns a reviewer's name and profile photo for a tool review.

    reviewer_uid
    string · required
    tool_slug
    string · required
  • Tool Details

    act_futurepedia_io_tool_detail_rscread2 credits / call

    Returns a tool's name, description, features, ratings, and user reviews.

    tool_slug
    string · required
    rsc_token
    string · required
  • Tool Profile

    act_futurepedia_io_tool_detail_ssrread1 credit / call

    Returns a tool's description, ratings, review excerpts, pricing, and metadata.

    tool_slug
    string · required

Futurepedia API questions

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