Kaggle
JSON →Interact with the Kaggle API to access datasets, notebooks, and competitions.
Install
pip install -r Tools · 2
- search_kaggle_datasets Searches Kaggle for datasets matching query and returns up to 10 results as JSON. Returned fields include: ref, title, subtitle, download_count, last_updated, usability_rating.
- download_kaggle_dataset Downloads and unzips a Kaggle dataset. Parameters: dataset_ref (owner/dataset-slug format), download_path (optional local output path, defaults to ./datasets/<dataset_slug>/).
Environment variables
KAGGLE_KEY
Links
★ 35 GitHub stars