# `smallforce scrapers runs`

List scraper runs and retrieve status or raw items

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce scrapers runs --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce scrapers runs list`](/docs/cli/commands/scrapers/runs/list): List organization scraper runs
- [`smallforce scrapers runs get`](/docs/cli/commands/scrapers/runs/get): Get one scraper run's status, billing, and submitted input
- [`smallforce scrapers runs items`](/docs/cli/commands/scrapers/runs/items): Fetch the result items stored for one scraper run

## Complete command help

```text
Usage: smallforce scrapers runs [options] [command]

List scraper runs and retrieve status or raw items

Options:
  -h, --help               display help for command

Commands:
  list [options]           List organization scraper runs
  get [options] <runId>    Get one scraper run's status, billing, and submitted input
  items [options] <runId>  Fetch the result items stored for one scraper run
  help [command]           display help for command
```

## Related reference

- [`smallforce scrapers`](/docs/cli/commands/scrapers): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
