# Growth Launch Readiness Scorecard (`junipr/growth-launch-readiness-scorecard`) Actor

Create a launch-readiness scorecard from supplied page, SEO, content, ecommerce, form, pricing, and monitoring evidence with transparent gates and blockers

- **URL**: https://apify.com/junipr/growth-launch-readiness-scorecard.md
- **Developed by:** [junipr](https://apify.com/junipr) (community)
- **Categories:** Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $17.50 / 1,000 readiness source checkeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Growth Launch Readiness Scorecard

Create a launch-readiness scorecard from supplied page, SEO, content, ecommerce, form, pricing, and monitoring evidence with transparent gates and blockers.

### What it does

Evaluates configurable launch-readiness gates against public-page evidence with weighted priorities, blockers, owners, and actions.

Every row is source-backed and schema-complete. Missing, blocked, or unmatched evidence produces diagnostics instead of invented values.

### Uses

- Build growth launch readiness scorecard
- Combine audit outputs into launch blockers
- Prioritize pre-launch fixes
- Export executive launch QA report
- Review site before marketing campaign launch

### Input

Use authorized public HTTP(S) URLs or deterministic `htmlInputs`. Private-network targets are rejected and `allowedDomains` can narrow fetching.

- `startUrls`
- `sitemapUrls`
- `htmlInputs`
- `allowedDomains`
- `maxPages`
- `maxDepth`
- `includeEvidence`
- `includeRawSnapshots`
- `requestDelayMs`
- `timeoutMs`
- `userAgentMode`
- `auditInputs`
- `pageUrls`
- `launchChecklistRules`
- `requiredPages`
- `requiredTrackingSignals`
- `priorityWeights`
- `maxBlockers`
- `maxSources`
- `maxReadinessGates`
- `maxEvidenceRecords`
- `maxChargeUsd`
- `includeReport`

Limits in `maxSources, maxPages, maxReadinessGates, maxBlockers, maxEvidenceRecords, timeoutMs` and `maxChargeUsd` are enforced. Zero is a hard zero charge budget.

### Dataset

- `sourceUrl`
- `sourceType`
- `pageTitle`
- `recordType`
- `recordName`
- `issueCode`
- `severity`
- `evidenceSnippet`
- `recommendation`
- `canonicalUrl`
- `httpStatus`
- `scannedAt`
- `checkId`
- `checkCategory`
- `checkName`
- `status`
- `evidenceRef`
- `affectedUrl`
- `blocker`
- `priorityScore`
- `recommendedOwner`
- `recommendedAction`

Reports:

- `growth-launch-readiness-scorecard-summary-report.md`
- `growth-launch-readiness-scorecard-records.csv`
- `growth-launch-readiness-scorecard-issues.json`
- `growth-launch-readiness-scorecard-evidence-samples.json`
- `growth-launch-readiness-scorecard-run-metadata.json`

### PPE pricing

Platform-usage pass-through is off.

| Event | Price |
| --- | ---: |
| `actor-start` | $0.08 |
| `readiness-source-checked` | $0.0175 |
| `readiness-gate-evaluated` | $0.0175 |
| `launch-blocker-detected` | $0.0345 |
| `executive-report-generated` | $0.85 |

The actor-start event is accepted before fetching. Source, record, signal, gap, and blocker events are deduplicated and charged before their paid output. Partial charges, event limits, and local caps stop later output. Reports are written only after the report event is accepted.

### Safety and limitations

- Public evidence only; no login, CAPTCHA bypass, or access-control evasion.
- Output reflects source content at scan time.
- Attribution, claim permission, pricing interpretation, partner status, and launch decisions require human ownership.
- Store discounts, tasks, categories, icons, publication, and scheduling are separate gated live configuration.

### Local verification

```bash
pnpm --filter @junipr/growth-launch-readiness-scorecard build
pnpm --filter @junipr/growth-launch-readiness-scorecard test
pnpm --filter @junipr/growth-launch-readiness-scorecard smoke
```

# Actor input Schema

## `startUrls` (type: `array`):

startUrls for Growth Launch Readiness Scorecard.

## `sitemapUrls` (type: `array`):

sitemapUrls for Growth Launch Readiness Scorecard.

## `htmlInputs` (type: `array`):

htmlInputs for Growth Launch Readiness Scorecard.

## `allowedDomains` (type: `array`):

allowedDomains for Growth Launch Readiness Scorecard.

## `maxPages` (type: `integer`):

maxPages for Growth Launch Readiness Scorecard.

## `maxDepth` (type: `integer`):

maxDepth for Growth Launch Readiness Scorecard.

## `includeEvidence` (type: `boolean`):

includeEvidence for Growth Launch Readiness Scorecard.

## `includeRawSnapshots` (type: `boolean`):

includeRawSnapshots for Growth Launch Readiness Scorecard.

## `requestDelayMs` (type: `integer`):

requestDelayMs for Growth Launch Readiness Scorecard.

## `timeoutMs` (type: `integer`):

timeoutMs for Growth Launch Readiness Scorecard.

## `userAgentMode` (type: `string`):

userAgentMode for Growth Launch Readiness Scorecard.

## `auditInputs` (type: `array`):

auditInputs for Growth Launch Readiness Scorecard.

## `pageUrls` (type: `array`):

pageUrls for Growth Launch Readiness Scorecard.

## `launchChecklistRules` (type: `array`):

launchChecklistRules for Growth Launch Readiness Scorecard.

## `requiredPages` (type: `array`):

requiredPages for Growth Launch Readiness Scorecard.

## `requiredTrackingSignals` (type: `array`):

requiredTrackingSignals for Growth Launch Readiness Scorecard.

## `priorityWeights` (type: `object`):

priorityWeights for Growth Launch Readiness Scorecard.

## `maxBlockers` (type: `integer`):

maxBlockers for Growth Launch Readiness Scorecard.

## `maxSources` (type: `integer`):

maxSources for Growth Launch Readiness Scorecard.

## `maxReadinessGates` (type: `integer`):

maxReadinessGates for Growth Launch Readiness Scorecard.

## `maxEvidenceRecords` (type: `integer`):

maxEvidenceRecords for Growth Launch Readiness Scorecard.

## `maxChargeUsd` (type: `number`):

maxChargeUsd for Growth Launch Readiness Scorecard.

## `includeReport` (type: `boolean`):

includeReport for Growth Launch Readiness Scorecard.

## Actor input object example

```json
{
  "startUrls": [],
  "sitemapUrls": [],
  "htmlInputs": [
    {
      "sourceUrl": "https://example.com",
      "html": "<title>Launch</title><meta name='description' content='Launch page'><h1>Launch</h1><a href='/start'>Start trial</a><a href='/privacy'>Privacy</a>"
    }
  ],
  "allowedDomains": [],
  "maxPages": 5,
  "maxDepth": 5,
  "includeEvidence": false,
  "includeRawSnapshots": false,
  "requestDelayMs": 5,
  "timeoutMs": 5,
  "userAgentMode": "",
  "auditInputs": [],
  "pageUrls": [],
  "launchChecklistRules": [
    {
      "id": "title",
      "category": "seo",
      "name": "Title",
      "pattern": "<title",
      "blocker": true
    },
    {
      "id": "analytics",
      "category": "tracking",
      "name": "Analytics",
      "pattern": "dataLayer",
      "blocker": true,
      "recommendedAction": "Install analytics"
    }
  ],
  "requiredPages": [],
  "requiredTrackingSignals": [],
  "priorityWeights": {
    "seo": 2,
    "tracking": 5
  },
  "maxBlockers": 10,
  "maxSources": 5,
  "maxReadinessGates": 20,
  "maxEvidenceRecords": 50,
  "maxChargeUsd": 75,
  "includeReport": true
}
```

# Actor output Schema

## `results` (type: `string`):

No description

## `report` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("junipr/growth-launch-readiness-scorecard").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("junipr/growth-launch-readiness-scorecard").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call junipr/growth-launch-readiness-scorecard --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,junipr/growth-launch-readiness-scorecard"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/6yS9dBoea4eUOCOBA/builds/0UC4X4V1psF6liMIg/openapi.json
