# `smallforce seo 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.8. Run `smallforce seo runs --help` locally to view the same reference for your installed version.

## Subcommands

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

## Complete command help

```text
Usage: smallforce seo 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 seo`](/docs/cli/commands/seo): 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.
