> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenrows.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipes

> A single, ready-to-run example bundled with the Zenrows CLI that doubles as a smoke test.

A recipe is one small, runnable example with a known-good target. Run it to confirm a Zenrows command works before you build on it.

```bash theme={null}
zenrows recipe list
zenrows recipe run <name>
```

| Command                         | Does                           |
| ------------------------------- | ------------------------------ |
| `zenrows recipe list`           | List all recipes               |
| `zenrows recipe run <name>`     | Run a recipe end to end        |
| `zenrows recipe explain <name>` | Show a recipe's full docs      |
| `zenrows recipe install <name>` | Copy a recipe into `.zenrows/` |
| `zenrows recipe update [name]`  | Refresh installed recipe(s)    |
| `zenrows recipe remove <name>`  | Remove an installed recipe     |

## Catalog

| Recipe                 | Description                                                                      |
| ---------------------- | -------------------------------------------------------------------------------- |
| `fetch-protected-page` | Fetch a single anti-bot-protected page                                           |
| `batch-estimate`       | Validate a JSONL batch spec and estimate its credit cost, locally, no key needed |
