Test Greeting Actor
Pricing
from $1,000.00 / 1,000 results
Go to Apify Store
Test Greeting Actor
A simple test Actor that generates personalized greetings. Used to test deployment, pricing, and consumption on Apify.
Pricing
from $1,000.00 / 1,000 results
Rating
0.0
(0)
Developer
Shoaib Mansoori
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Simple Apify Actor to test deployment, pricing, and consumption flow.
How to Deploy
- Install Apify CLI:
npm install -g apify-cli - Login:
apify login(use your first Apify account) - Deploy:
cd ScrapperAPI/test-actor && apify push
How to Set Pricing
- Go to https://console.apify.com/actors → find your actor
- Click "Publication" tab → "Pricing"
- Choose "Pay per event"
- Set price: e.g. $0.01 per "greeting-generated" event
- Publish the actor
How to Test Consumption
- Login to your SECOND Apify account
- Find the actor in the Store (or use the direct URL)
- Run it with: name="Test", count=5, style="casual"
- Check billing on both accounts:
- Account 2 (consumer): should see credit deducted
- Account 1 (developer): check if revenue appears (only from paid users)
Local Testing
cd ScrapperAPI/test-actornpm installapify run --input '{"name": "Shoaib", "count": 3, "style": "casual"}'