Scrapers.lat logo scrapers.lat
開発ツール

Hugging Face Models, Datasets & Spaces Scraper

Scrape Hugging Face Hub models, datasets and spaces with downloads, all-time downloads, likes, trending score, task, library, license, author, base model and dates. Track trending AI models and prolific authors. Export to JSON, CSV or Excel.

25 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
huggingface-models-scraper.json 200 OK
{
  "id": "meta-llama/Llama-3.2-1B-Instruct",
  "url": "https://huggingface.co/meta-llama/Llama-3.2-1B…",
  "type": "model",
  "modelName": "Llama-3.2-1B-Instruct",
  "author": "meta-llama",
  "pipelineTag": "text-generation",
  "library": "transformers",
  "downloads": 10519376,
  "downloadsAllTime": 89411950
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
IdUrlTypeModel NameAuthorPipeline TagLibraryDownloadsDownloads All TimeLikesTrending ScoreGatedLicenseNum Parameters
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

IdUrlTypeModel Name
meta-llama/Llama-3.2-1B-Instructhttps://huggingface.co/meta-llama…modelLlama-3.2-1B-Instruct
meta-llama/Llama-3.1-8B-Instructhttps://huggingface.co/meta-llama…modelLlama-3.1-8B-Instruct
hmellor/tiny-random-LlamaForCausa…https://huggingface.co/hmellor/ti…modeltiny-random-LlamaForCausalLM
meta-llama/Prompt-Guard-86Mhttps://huggingface.co/meta-llama…modelPrompt-Guard-86M
meta-llama/Llama-3.2-3B-Instructhttps://huggingface.co/meta-llama…modelLlama-3.2-3B-Instruct
GET /huggingface-models-scraper
{
  "id": "meta-llama/Llama-3.2-1B-Instruct",
  "url": "https://huggingface.co/meta-llama/Llama-3.2-1B…",
  "type": "model",
  "modelName": "Llama-3.2-1B-Instruct",
  "author": "meta-llama",
  "pipelineTag": "text-generation",
  "library": "transformers",
  "downloads": 10519376,
  "downloadsAllTime": 89411950
}

よくある質問

What is the difference between downloads and downloadsAllTime?

`downloads` counts downloads over the last 30 days, so it reflects current usage. `downloadsAllTime` is the cumulative total since the item was published.

Can I get only one task, like text-to-image?

Yes. For models, set the task / pipeline tag (for example `text-to-image` or `text-generation`) to keep only models for that task.

What does trending score mean?

It is a momentum signal that surfaces items gaining attention right now. Sort by trending to see what is rising fastest.

How fresh is the data?

Downloads, likes and trending score are read live at run time, so each record reflects the item at the moment of the run (see observedAt).

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。