Hello World Example
Pricing
Pay per usage
Go to Apify Store

Hello World Example
The simplest Actor you will see today. It takes a greeting message on input, prints it, and stores a new message as the output. That's all.
Pricing
Pay per usage
Rating
5.0
(6)
Developer
Apify
Maintained by ApifyActor stats
24
Bookmarked
3.4K
Total users
379
Monthly active users
14 days ago
Last modified
Categories
Share
hello-world
The simplest possible actor — a great starting point for learning the Apify platform.
It reads whatever JSON you pass as input, logs it, and saves { "message": "Hello world!" } as output.
Input: Any JSON object (optional).
Output: { "message": "Hello world!" } stored in the default Key-Value Store as OUTPUT.


