scraper-api.com
DE
CLI

Command-line interface

The scraper-api CLI turns any of the 83 endpoints into a shell command — ideal for scripts, cron jobs and quick data pulls.

Install

npm install -g @scraper/cli
scraper-api login   # paste your API key

Usage

Authenticate once with your API key, then call any endpoint by name. Responses stream to stdout as JSON, so you can pipe straight into jq.

scraper-api instagram profile --handle nasa
scraper-api youtube channel --handle mkbhd | jq '.title'

Full API reference