AI Tools & Models Intelligence avatar

AI Tools & Models Intelligence

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AI Tools & Models Intelligence

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

Swerve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

SourceWhat it returnsFilters
futurepediaAI tools across 29 categoriescategory (slug), keyword (client-side title filter)
huggingface_modelsLLMs, vision, audio, multimodal modelscategory (e.g. text-generation), keyword (server-side), sortBy
huggingface_datasetsTraining / evaluation datasetscategory (e.g. task_categories:text-classification), keyword, sortBy
huggingface_spacesHosted Gradio / Streamlit demoscategory (e.g. gradio), keyword, sortBy

Output fields

FieldTypeDescription
sourcestringOne of: futurepedia, huggingface_models, huggingface_datasets, huggingface_spaces
idstringUnique ID at the source
namestringDisplay name
urlstringDirect URL on the source
descriptionstring | nullShort description (Futurepedia only)
categoriesstring[]Human-readable categories
tagsstring[]Source-specific tags
popularityinteger | nullFavs / likes
downloadsinteger | nullAll-time downloads (HF models + datasets)
authorstring | nullAuthor / organization (HF only)
libraryNamestring | nullLibrary (HF models: transformers, diffusers, etc.)
pipelineTagstring | nullPrimary task (HF models)
sdkstring | nullSpaces SDK (HF spaces)
imageUrlstring | nullThumbnail (Futurepedia)
createdAtstring | nullISO timestamp (HF only)
scrapedAtstringISO 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 Link header — pages up to the maxItems cap are fetched automatically.
  • No login or API key required.

Pricing

Pay per result. See the Pricing tab. Failed runs cost nothing.