Hugging Face Models Scraper
Pricing
$3.00 / 1,000 model scrapeds
Go to Apify Store
Hugging Face Models Scraper
Search and scrape Hugging Face models by task, library, or query. Returns id, downloads, likes, pipeline_tag, library_name, tags, last modified. Pay per model returned.
Search and list models on Hugging Face by task, library, or query. Returns model id, author, downloads, likes, pipeline tag, library name, tags, dates.
Use cases
- Discover trending models for a task (e.g. text-classification, image-segmentation).
- Build a dataset of models in a library (transformers, diffusers, sentence-transformers).
- Track model popularity over time.
- Power leaderboards or model-comparison apps.
Input
search— free-text querypipelineTag— HF task filterlibrary— library filtersort— downloads / likes / lastModified / trendingmaxItems— number of models to return
Output
Each item: { id, author, downloads, likes, pipeline_tag, library_name, tags, createdAt, lastModified, private, gated, url, scrapedAt }
Pricing
Pay per model returned: $0.003 / model. No charge for empty results.
How it works
Calls the public Hugging Face Hub API (/api/models) with cursor pagination. No login required, no anti-bot.