AI Tools & Models Intelligence
Pricing
from $1.00 / 1,000 results
AI Tools & Models Intelligence
Aggregate AI tool and model data from Futurepedia (29 tool categories) and Hugging Face Hub (models, datasets, spaces). Used by AI investors tracking new launches, founders sizing markets, recruiters sourcing AI talent, and SaaS competitive-intelligence teams benchmarking AI product features.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Swerve
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Aggregate AI tool, model, dataset, and space data from two of the largest open catalogs:
- Futurepedia — the largest curated directory of AI tools, with 29 categories (chatbots, code assistants, image generation, video, marketing, productivity, AI agents, etc.)
- Hugging Face Hub — the canonical registry for open-source AI models, datasets, and hosted demos (Spaces)
Pick a source, optionally narrow by category and keyword, and get a normalized dataset across all four endpoints.
Use cases
- AI investors tracking new tool launches and which models are climbing the popularity rankings
- Founders sizing a market ("how many code assistants are out there? how many have over 10K likes?")
- Recruiters sourcing AI talent mining authors / orgs of top-trending models
- Competitive-intelligence teams benchmarking AI product features against an industry-wide list
- AI directory builders seeding their own catalog with a clean baseline
- Data scientists finding the most popular datasets for a given task
Sources
| Source | What it returns | Filters |
|---|---|---|
futurepedia | AI tools across 29 categories | category (slug), keyword (client-side title filter) |
huggingface_models | LLMs, vision, audio, multimodal models | category (e.g. text-generation), keyword (server-side), sortBy |
huggingface_datasets | Training / evaluation datasets | category (e.g. task_categories:text-classification), keyword, sortBy |
huggingface_spaces | Hosted Gradio / Streamlit demos | category (e.g. gradio), keyword, sortBy |
Output fields
| Field | Type | Description |
|---|---|---|
source | string | One of: futurepedia, huggingface_models, huggingface_datasets, huggingface_spaces |
id | string | Unique ID at the source |
name | string | Display name |
url | string | Direct URL on the source |
description | string | null | Short description (Futurepedia only) |
categories | string[] | Human-readable categories |
tags | string[] | Source-specific tags |
popularity | integer | null | Favs / likes |
downloads | integer | null | All-time downloads (HF models + datasets) |
author | string | null | Author / organization (HF only) |
libraryName | string | null | Library (HF models: transformers, diffusers, etc.) |
pipelineTag | string | null | Primary task (HF models) |
sdk | string | null | Spaces SDK (HF spaces) |
imageUrl | string | null | Thumbnail (Futurepedia) |
createdAt | string | null | ISO timestamp (HF only) |
scrapedAt | string | ISO timestamp of the scrape |
Examples
Top 100 trending models on Hugging Face:
{"source": "huggingface_models","sortBy": "trending","maxItems": 100}
All text-generation LLMs sorted by downloads:
{"source": "huggingface_models","category": "text-generation","sortBy": "downloads","maxItems": 500}
AI chatbots on Futurepedia:
{"source": "futurepedia","category": "chatbots","maxItems": 50}
All AI agent tools across Futurepedia:
{"source": "futurepedia","category": "ai-agents","maxItems": 100}
Hugging Face Spaces built on Gradio, searching for "image":
{"source": "huggingface_spaces","category": "gradio","keyword": "image","maxItems": 50}
Notes
- The keyword filter is title-first: every token must appear in the name, ID, categories, or tags. This avoids description-matching false positives.
- Futurepedia category slugs include:
productivity,chatbots,image,code-assistant,video,audio,writing-generators,design-generators,marketing,business,research-assistant,ai-agents,avatars,data-analysis,social-media,education-assistant,sales,customer-support,finance,legal,health,translation,art,gaming,real-estate,lifestyle,human-resources,religion,fun-tools. - Hugging Face uses cursor-based pagination via the
Linkheader — pages up to themaxItemscap are fetched automatically. - No login or API key required.
Pricing
Pay per result. See the Pricing tab. Failed runs cost nothing.