# Salesforce Bulk API Data Loader

> Performs high-volume data operations using the Salesforce Bulk API 2.0. Creates ingest jobs with createJob(), uploads CSV batches, and monitors job status via getJobInfo() for millions of records.

- Skill: `agentskillexchange/salesforce-bulk-api-data-loader` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/salesforce-bulk-api-data-loader`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/salesforce-bulk-api-data-loader/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/salesforce-bulk-api-data-loader

---


# Salesforce Bulk API Data Loader

Performs high-volume data operations using the Salesforce Bulk API 2.0. Creates ingest jobs with createJob(), uploads CSV batches, and monitors job status via getJobInfo() for millions of records.

## Installation

Requirements and caveats from upstream:
- Salesforce API Library for JavaScript applications (both on web browser and Node.js)
- JSforce (f.k.a. Node-Salesforce) is an isomorphic JavaScript Library utilizing Salesforce's API: It works both in the browser and with Node.js.
- ## Node-specific release

Basic usage or getting-started notes:
- It also has command line interface (CLI) which gives interactive console (REPL), so you can learn the usage without hassle.
- ## How to build/run tests:

- Source: https://github.com/jsforce/jsforce
- Extracted from upstream docs: https://raw.githubusercontent.com/jsforce/jsforce/HEAD/README.md

## Documentation

- https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/salesforce-bulk-api-data-loader/)

