PPE Migration Auditor — Rental Risk & Event Pricing avatar

PPE Migration Auditor — Rental Risk & Event Pricing

Pricing

from $50.00 / 1,000 actor-auditeds

Go to Apify Store
PPE Migration Auditor — Rental Risk & Event Pricing

PPE Migration Auditor — Rental Risk & Event Pricing

Audits your own Apify Actors for rental-pricing migration risk ahead of the October 1, 2026 rental sunset. Pulls your real run costs from the Apify API and suggests a pay-per-event price per Actor that preserves your margin — no manual spreadsheet math.

Pricing

from $50.00 / 1,000 actor-auditeds

Rating

0.0

(0)

Developer

Ludovic Ertzer

Ludovic Ertzer

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

PPE Migration Auditor

Apify is deprecating its flat-rate rental (monthly subscription) model on October 1, 2026. Actors remaining on rental pricing after the deadline will be migrated to platform compute usage, shifting revenue to fractions of a cent per run.

This Actor connects to your Apify account to audit your published Actors, assess your migration exposure, and calculate margin-preserving Pay-Per-Event (PPE) price points using your real run costs.


Features

  • Risk Classification: Identifies Actors using deprecated rental models (HIGH risk) and pay-per-result models (MEDIUM risk).
  • Historical Cost Analysis: Samples recent successful runs to compute your true average platform compute cost per run.
  • Automated Price Modeling: Suggests target event prices calibrated to maintain an 80% creator profit margin after compute overhead and Apify fees.
  • Deadline Countdown: Tracks the remaining days until the October 1, 2026 rental sunset.

Input Parameters

FieldTypeDefaultDescription
apiTokenString (Secret)RequiredYour Apify Personal API token (found in Settings -> Integrations). Required to query your private run stats.
actorIdsArray (Strings)[]Optional list of specific Actor IDs or slugs (e.g., username/my-actor). If omitted, audits all Actors you own.
maxRunsPerActorInteger20Number of recent successful runs to sample when computing average execution cost.

Output Schema

Each audited Actor outputs a record to the default dataset:

{
"actorId": "C0tdvDiNO2o8Ig58Q",
"actorName": "my-scraper",
"title": "My Production Scraper",
"pricingModel": "FLAT_PRICE_PER_MONTH",
"sampledSucceededRuns": 20,
"averageRunCostUsd": 0.0012,
"suggestedPpeEventPriceUsd": 0.0015,
"riskLevel": "HIGH",
"daysUntilMigrationDeadline": 14,
"status": "SUCCESS"
}

Pricing

  • actor-audited: $0.05 per Actor audited ($50.00 per 1,000 items).
  • Platform compute included. Zero start fees.

Requirements & Security

  • Permissions: Auditing run costs requires an API token with read permissions for your account's Actors and Runs.
  • Confidentiality: The apiToken field is marked as a secret and is used strictly in-memory during the run to query the Apify API. It is never logged or stored.
  • Account Ownership: The Actor only samples runs for Actors owned by the authenticated user.