Environment Variable Test
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Eldin Hukic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
env-var-test
Quick actor to check what APIFY_USER_IS_PAYING and APIFY_USER_PRICING_TIER actually
return for a given account, both as raw env vars and through Actor.getEnv().
How to use
- Create a new Actor in Apify Console (or
apify create env-var-testlocally). - Copy these files in, overwriting the template.
- Push and run it under different accounts (new free account, older free account, paying account, etc.) to compare.
- Check the run log for the console output, or open the default key-value store
and look at the
OUTPUTrecord for a clean summary.
isPayingEmpty / pricingTierEmpty in the OUTPUT record are just a quick true/false
so you don't have to eyeball the raw strings across runs.