← Back to catalog
hf.datasets
mock data$0.001 / callSearch ML Datasets
Search 200K+ datasets on HuggingFace Hub by name or keyword. Returns dataset ID, downloads, likes, tags. Covers NLP, vision, audio, tabular datasets. Sorted by downloads.
Input schema
limit
integerNumber of results (1-20, default 10)
searchrequired
stringSearch query — dataset name or keyword (e.g. "wikipedia", "imagenet", "squad")
Call via REST
curl -X POST https://unifyapi.pro/api/call/hf.datasets \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"search":"<search>"}'