# Pricing

Use `GET /api/v1/agent/plans/` to list public SiteShot tariffs. Agents must use this endpoint instead of scraping the human pricing page.

Each plan includes:

- `id`: tariff identifier used when creating a Checkout Session.
- `name`: public plan name.
- `screenshots_included`: screenshots included in the billing period.
- `number_of_workers`: dedicated parallel workers.
- `price_per_additional_screenshot`: overage unit price.
- `monthly_payment`: recurring plan price.
- `currency`: billing currency.
- `frequency`: billing frequency.

Only public tariffs can be selected for agent checkout.
