Huggingface Intelligence Scraper
Pricing
Pay per usage
Go to Apify Store

Huggingface Intelligence Scraper
Scrape Hugging Face models, datasets, and spaces via public API. Get downloads, likes, trending models, pipeline tags, and more. Perfect for AI market research.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Matthieu Cast
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Hugging Face Intelligence Scraper
Scrape Hugging Face models, datasets, and spaces via the public API. Get downloads, likes, trending models, pipeline tags, and more.
Features
- Models: Browse and search AI/ML models with rich metadata
- Datasets: Discover training datasets
- Spaces: Find demo applications
- Trending: Track popular and recently updated models
- Model Details: Deep-dive into specific models
Modes
| Mode | Description |
|---|---|
models | Browse/search models with filters |
datasets | Browse/search datasets |
spaces | Browse/search spaces |
model-details | Get detailed info for a specific model |
trending | Get trending models by likes |
Use Cases
- AI Market Research: Track which models are gaining traction
- Competitive Intelligence: Monitor competitors' model releases
- Trend Analysis: Identify rising AI/ML technologies
- Content Research: Find popular datasets for blog posts
Examples
Top 50 most downloaded models
{ "mode": "models", "sort": "downloads", "limit": 50 }
All Llama models
{ "mode": "models", "author": "meta-llama", "limit": 100 }
Text generation models
{ "mode": "models", "pipelineTag": "text-generation", "library": "transformers" }
Details for a specific model
{ "mode": "model-details", "search": "meta-llama/Llama-3-8B" }
API
Uses the official Hugging Face API which is free and requires no authentication.
License
MIT