Huggingface: List Top Spaces
Huggingface via Parse · developer_tools
List Spaces ranked by the chosen sort criterion. Each Space includes its identifier, title, author, like count, SDK, tags, and timestamps. Results are returned as a single page; pass offset to advance manually. When sort is trendingScore, each item also carries its trending_score. List and discover top Spaces on Hugging Face, sorted by likes, trending score, or recency. Fulfilled by Parse from huggingface.co.
- developer-tools
- education
- huggingface
- huggingface-co
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a413b030-7c3f-46ee-9e26-18d1ac91d384/list_top_spaces
- Interface artifact
- sha256:efdc53c3f880c27d9c699f142941b46490db3e715d69d1af9bc9ee03e3c57f42
- Manifest digest
- sha256:f48554fa184a4ac1c3f5da4b6c45fd4fc54654fa7ba8adaec6db6814dbad231c
Request fields
- sort (string): Ranking criterion for the returned list.: Allowed values: likes, trendingScore, createdAt, lastModified
- limit (integer): Number of Spaces to return per page (1–100).
- offset (integer): Number of items to skip for pagination.
- search (string): Free-text filter applied to Space names and descriptions. Omit to return all Spaces.
- direction (string): Sort direction: -1 for descending, 1 for ascending.: Allowed values: -1, 1