# jsforce/jsforce

Salesforce API Library for JavaScript applications (both on Node.js and web browser)

Repository: https://github.com/jsforce/jsforce
Canonical: https://ross.abutalabs.com/products/jsforce
Homepage: https://jsforce.github.io/
Language: TypeScript
License: MIT
License Family: permissive
Topics: salesforce, jsforce
Last push: 2026-08-25T20:06:15+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 4598, "days_push": 8, "days_rel": 9, "gap_med": 5.5, "n_releases_24m": 43}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1470, forks 549 (observed 2026-08-28T04:04:49.149099+00:00)

## What it is
JSforce is an isomorphic JavaScript/TypeScript library that wraps Salesforce APIs (REST, Bulk, Metadata, SOAP, Streaming, Tooling, and more) in asynchronous function calls, working in both Node.js and the browser. It also ships a CLI with an interactive REPL for exploring Salesforce APIs.

## Use cases
- query Salesforce records with SOQL from Node.js
- integrate Salesforce REST API into a JavaScript app
- run bulk data loads against Salesforce
- deploy Salesforce metadata programmatically
- authenticate to Salesforce with OAuth2 from a web app
- explore Salesforce APIs in an interactive REPL
- build a Visualforce Canvas app with JavaScript

## When to choose
- you need to access Salesforce data or metadata from JavaScript in Node.js or the browser
- you want a single library covering many Salesforce APIs (REST, Bulk, Metadata, Tooling, Streaming)
- you want an interactive CLI to prototype SOQL queries and API calls

## When to avoid
- you work in a non-JavaScript stack (use Salesforce's official SDKs for Python, Java, etc.)
- you only need simple REST calls and prefer a lightweight hand-rolled HTTP client
- you rely on the SOAP login() method, which Salesforce is retiring in Summer '27

## Facets
- artifact type: library
- maturity: active
- function: http-client, sdk, cli, auth, api-framework
- domain: apis, developer-tools, backend, erp
- platform: browser, cli, cross-platform
- tags: salesforce, soql, rest-api, bulk-api, metadata-api, soap, isomorphic, typescript, nodejs, javascript

## Member repositories
- jsforce/jsforce (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.149099+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:49.530514+00:00, confidence not recorded.
  - readme: https://github.com/jsforce/jsforce (fetched 2026-08-28T04:04:49.149099+00:00, sha c2735d05dfeb)
  - homepage: https://jsforce.github.io/ (fetched 2026-08-29T11:43:05.033089+00:00, sha 0cc03e4b7ec9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
