Test Greeting Actor avatar

Test Greeting Actor

Pricing

from $1,000.00 / 1,000 results

Go to Apify Store
Test Greeting Actor

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

Shoaib Mansoori

Maintained by Community

Actor 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

  1. Install Apify CLI: npm install -g apify-cli
  2. Login: apify login (use your first Apify account)
  3. Deploy: cd ScrapperAPI/test-actor && apify push

How to Set Pricing

  1. Go to https://console.apify.com/actors → find your actor
  2. Click "Publication" tab → "Pricing"
  3. Choose "Pay per event"
  4. Set price: e.g. $0.01 per "greeting-generated" event
  5. Publish the actor

How to Test Consumption

  1. Login to your SECOND Apify account
  2. Find the actor in the Store (or use the direct URL)
  3. Run it with: name="Test", count=5, style="casual"
  4. 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-actor
npm install
apify run --input '{"name": "Shoaib", "count": 3, "style": "casual"}'