Hugging Face Model Explorer avatar

Hugging Face Model Explorer

Pricing

from $20.00 / 1,000 model extracteds

Go to Apify Store
Hugging Face Model Explorer

Hugging Face Model Explorer

Structured export of HF models with task, library, license, download count, and parsed model-card metadata. Built for AI teams doing model selection at scale.

Pricing

from $20.00 / 1,000 model extracteds

Rating

0.0

(0)

Developer

Vivek Gaur

Vivek Gaur

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Structured export of Hugging Face models matching search/filter criteria, with full model-card metadata parsed from YAML frontmatter — not raw markdown.

Why This Over the HF Website?

The HF model hub UI is great for browsing. This Actor is for teams that need to:

  • Compare 50+ models programmatically (license check, task type, library)
  • Feed model metadata into a selection pipeline or RAG index
  • Monitor model downloads/likes over time via scheduled runs

The key differentiator: parsed model card fields (license, base model, quantization info) — most scraping attempts just return raw README markdown.

Input

FieldTypeDefault
querystring
taskstring
librarystring
sortstringdownloads
maxResultsinteger50

Output

{
"modelId": "meta-llama/Llama-3.1-8B-Instruct",
"author": "meta-llama",
"downloads": 8200000,
"likes": 12400,
"task": "text-generation",
"library": "transformers",
"license": "llama3.1",
"lastModified": "2024-07-23T00:00:00Z",
"tags": ["llama", "facebook", "pytorch"],
"cardSummary": "The Meta Llama 3.1 collection of multilingual..."
}

Pricing (PPE)

EventPrice
actor-start$0.01
model-item$0.015 per model