VOOZH about

URL: https://apify.com/arjunannamalai/huggingface-trending-scraper

⇱ Hugging Face Scraper - Trending Models, Datasets & Spaces Β· Apify


πŸ‘ Hugging Face Scraper - Trending Models, Datasets & Spaces avatar

Hugging Face Scraper - Trending Models, Datasets & Spaces

Pricing

from $10.00 / 1,000 results

Go to Apify Store

Hugging Face Scraper - Trending Models, Datasets & Spaces

Scrape trending, most-downloaded and most-liked Hugging Face models, datasets and spaces. Filter by author, task or keyword. No token required.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Arjun Annamalai

Arjun Annamalai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Hugging Face Scraper πŸ€— β€” Trending Models, Datasets & Spaces

Track the Hugging Face ecosystem programmatically. Scrape trending, most-downloaded, and most-liked models, datasets, and spaces β€” filter by author, task, or keyword β€” straight to a dataset you can export as JSON/CSV/Excel. No token required.

Perfect for ML teams tracking releases, VCs, competitive intelligence, AI newsletters, and dataset discovery.

What it does

  • Scrape models, datasets, and/or spaces in one run
  • Sort by trending, downloads, likes, recently-updated, or newest
  • Filter by search term, author/org, and task (pipeline tag)
  • Enriched fields: parsed license and derived daysSinceUpdate

Example input

{
"resourceTypes":["models","datasets"],
"sort":"trendingScore",
"task":"text-generation",
"maxItems":200
}

Example output (one item per result)

{
"resourceType":"model",
"id":"zai-org/GLM-5.2",
"url":"https://huggingface.co/zai-org/GLM-5.2",
"author":"zai-org",
"downloads":40127,
"likes":2255,
"trendingScore":1348,
"task":"text-generation",
"library":"transformers",
"license":"mit",
"daysSinceUpdate":1,
"lastModified":"2026-06-23T03:56:16.000Z"
}

Use cases

  • Track model releases from a competitor org (author: "meta-llama") on a schedule.
  • Discover trending datasets for fine-tuning or RAG by task.
  • Newsletter / research β€” pull the week's top models for write-ups.
  • Market intelligence β€” monitor what's gaining traction in AI.

Run locally first

pip install-r requirements.txt
python3 local_test.py # hits the real HF API, no Apify account needed

Then publish with the Apify CLI: apify push.

Notes

  • Uses only the public Hugging Face API (https://huggingface.co/api).
  • Handles cursor pagination and rate limits automatically.
  • maxItems caps total results so costs stay predictable.

Not affiliated with Hugging Face. Reads public data only.

You might also like

Hugging Face Insights Scraper β€” Models, Datasets & Spaces

brilliant_gum/huggingface-insights-scraper

Scrape Hugging Face models, datasets, spaces, and daily papers with downloads, likes, parameters, tags, and growth tracking between runs. Filter by pipeline, library, author, or keyword.

πŸ‘ User avatar

Yuliia Kulakova

2

Hugging Face Trending Scraper

funny_electrician/Korak1903

Hugging Face Trending Scraper: Tracks daily trending models and datasets to provide market intelligence.

πŸ‘ User avatar

Milton Gardener

2

Hugging Face Scraper - Models, Datasets, Papers

logiover/huggingface-hub-intelligence-scraper

Hugging Face data export tool: scrape models, datasets & daily papers without a token. Export to CSV/JSON. A no-login Hugging Face API alternative.

Hugging Face Hub API

alizarin_refrigerator-owner/hugging-face-hub

Access the Hugging Face Hub API to search & discover models, datasets & spaces. Search Models: Find ML models by name, task or library Search Datasets: Discover datasets for training & evaluation Search Spaces: Explore ML applications Get Metadata: Retrieve detailed repo information

Hugging Face Models Scraper β€” Search, Downloads, Likes, Tags

seemuapps/huggingface-models-scraper

Search Hugging Face for models by task, tag, or keyword and export downloads, likes, library, license, and tags to a clean dataset.

HuggingFace Models Datasets Spaces Scraper - Low-costπŸ’²πŸ”₯πŸ€–πŸ€—

delectable_incubator/huggingface-models-datasets-spaces-scraper-low-cost

Scrape Hugging Face Models, Datasets & Spaces πŸ€–πŸ“Š with a powerful AI ecosystem scraper. Extract repository names, owners, tags, downloads, likes, update dates, source URLs and more from keyword searches. Ideal for AI research, model discovery, dataset analysis and machine learning intelligence πŸš€πŸŒ

Hugging Face Models Scraper

gio21/huggingface-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.

Hugging Face Datasets Scraper

parseforge/hugging-face-datasets-scraper

Scrape dataset metadata from Hugging Face Hub. Extract names, authors, download counts, likes, trending scores, task categories, size categories, languages, licenses, tags and descriptions. Filter by search query, task type, language, or license. Sort by trending, downloads, likes, or last modified.

Hugging Face Spaces Scraper

parseforge/huggingface-spaces-scraper

Query the Hugging Face Spaces catalog by keyword, author, SDK, and sort order. Records include id, author, SDK, likes, trending score, runtime, hardware, license, tags, created date, and Space URL. Handy for AI model discovery, demo curation, and trend reporting.