Huggingface Intelligence Scraper avatar

Huggingface Intelligence Scraper

Pricing

Pay per usage

Go to Apify Store
Huggingface Intelligence Scraper

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

Matthieu Cast

Maintained by Community

Actor 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

ModeDescription
modelsBrowse/search models with filters
datasetsBrowse/search datasets
spacesBrowse/search spaces
model-detailsGet detailed info for a specific model
trendingGet 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