← All integrations

Kaggle

25 operations0 webhooks

Data science platform for datasets, notebooks, competitions, and machine learning models.

Supported operations

  • Download FileRead-only

    Download a single competition data file (rules acceptance required)

  • Download FilesRead-only

    Download all competition data files as a zip (rules acceptance required)

  • Download LeaderboardRead-only

    Download the competition leaderboard as a zip/CSV (base64)

  • Generate Submission UrlWrite

    Generate a pre-signed URL and token for uploading a competition submission file

  • ListRead-only

    List Kaggle competitions with category, group, sort, and search filters

  • List FilesRead-only

    List data files available for a Kaggle competition

  • SubmitWrite

    Finalize a competition submission using a previously uploaded blob file token

  • View LeaderboardRead-only

    View competition leaderboard rankings and scores

FAQ

Install corsair and @corsair-dev/kaggle, add the Kaggle plugin, and connect with an API key. Then call methods like corsair.kaggle.api.competitions.downloadFile() from your app. Corsair syncs data per tenant.

Yes. Kaggle requires an API key from your Kaggle account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Kaggle, GitHub, Notion, Stripe, and the rest. Trigger Kaggle from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for data science platform for datasets, notebooks, competitions, and machine learning models. Common builds include sync jobs, admin tooling, and agents that call Kaggle APIs from your backend. Local DB entities let you query synced Kaggle records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Kaggle API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/kaggle in the open repo. When Kaggle ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Kaggle data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Kaggle data on your behalf.