Hugging Face Models Scraper avatar

Hugging Face Models Scraper

Pricing

$3.00 / 1,000 model scrapeds

Go to Apify Store
Hugging Face Models Scraper

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.

Pricing

$3.00 / 1,000 model scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

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 query
  • pipelineTag — HF task filter
  • library — library filter
  • sort — downloads / likes / lastModified / trending
  • maxItems — 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.