Tool to list Kaggle datasets with filters and pagination. Use after authenticating with Kaggle API key.
pagePage number for paginated results. Default: 1. Increment by 1 on each subsequent call to paginate; stop when a call returns no data.
sizestringDEPRECATED: use max_size and min_size instead. Legacy size filter. Default behavior: all.
userstringFilter datasets by a specific user or organization.
groupstringDisplay datasets by a particular group. Valid values: 'public' (all public datasets), 'mine' (user's own datasets), 'user' (datasets by specific user when combined with 'user' parameter). Default: public.
searchstringSearch terms to filter datasets. Default: empty.
tagidsstringComma-separated list of tag IDs to filter by.
licensestringFilter datasets by license group. Valid values: 'all', 'cc', 'gpl', 'odb', 'other'. Default: all.
sort_bystringSort the results. Valid values: 'hottest', 'votes', 'updated', 'active'. Default: hottest.
filetypestringFilter datasets by file type. Valid values: 'all', 'csv', 'sqlite', 'json', 'bigQuery'. Default: all.
max_sizeintegerMaximum dataset size in bytes.
min_sizeintegerMinimum dataset size in bytes.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.