Example Call avatar

Example Call

Pricing

Pay per usage

Go to Apify Store
Example Call

Example Call

A simple example showing how to call another actor from an actor. Note that this actor doesn't accept any input and doesn't generate any output.

Pricing

Pay per usage

Rating

4.2

(2)

Developer

Apify

Apify

Maintained by Apify

Actor stats

5

Bookmarked

56

Total users

3

Monthly active users

4 days ago

Last modified

Share

example-call

Shows how to call another actor from within an actor using Actor.call().

This actor calls apify/hello-world with a greeting message, waits for it to finish, and logs the result. No input required — it's purely a demonstration of actor-to-actor orchestration.

Output

{ "calledActorRunId": "abc123", "calledActorStatus": "SUCCEEDED" }

Learn more: Calling actors from actors