Actor Pricing Simulator
Pricing
from $6.50 / 1,000 operation testeds
Actor Pricing Simulator
Estimate Apify actor PPE pricing, break-even points, margins, and profit risk from run-cost assumptions.
Actor Pricing Simulator
Pricing
from $6.50 / 1,000 operation testeds
Estimate Apify actor PPE pricing, break-even points, margins, and profit risk from run-cost assumptions.
You can access the Actor Pricing Simulator programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "scenarios": [< {< "actorSlug": "example-browser-scraper",< "eventName": "item-scraped",< "eventPriceUsd": 0.012,< "itemsPerRun": 100,< "platformUsageCostPerRunUsd": 0.65,< "fixedStartEventPriceUsd": 0.025,< "reportEventPriceUsd": 0.05,< "passThroughUsageToUser": false,< "targetGrossMarginPct": 60< },< {< "actorSlug": "cheap-cleaner",< "eventName": "item-processed",< "eventPriceUsd": 0.00195,< "itemsPerRun": 500,< "platformUsageCostPerRunUsd": 0.02,< "fixedStartEventPriceUsd": 0.001,< "reportEventPriceUsd": 0.01,< "passThroughUsageToUser": false,< "targetGrossMarginPct": 60< }< ]<}' |<apify call junipr/actor-pricing-simulator --silent --output-datasetThe Apify CLI is the official tool that allows you to use Actor Pricing Simulator locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: