Skip to content

Test

Status: PASS (2026-06-30)

Commands run

Node.js client:

bash
npm install apify-client
node -e "const p = require('./node_modules/apify-client/package.json'); console.log(p.name + '@' + p.version)"

Python client:

bash
pip install apify-client
python -c "from apify_client import ApifyClient; print('apify-client imported OK')"

Actual output

Node.js:

apify-client@2.23.4

Python:

apify-client imported OK

Note

Running Actors on the Apify platform requires an Apify API token. Both the Node.js and Python client packages install and load correctly without a token.