VOOZH about

URL: https://apify.com/mhamas/pay-per-event-example

โ‡ฑ Pay per event example ยท Apify


Pricing

Pay per event

Go to Apify Store

Pay per event example

This is an example pay-per-event Actor. When running it, you don't pay for the underlying platform usage, just for the Actor start event, and trivia facts it generates.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ Matej Hamas

Matej Hamas

Maintained by Community

Actor stats

3

Bookmarked

16

Total users

0

Monthly active users

2 years ago

Last modified

Categories

Share

Example pay-per-event Actor generating cool trivia facts

This actor features new Actor pay-per-event model. You can ask it to generate trivia facts about various popular movies (see below). When running this Actor, you do not pay for the underlying platform usage for the run, just for a specific events, such as starting the Actor, or generating a trivia fact from a specific category (see the pricing below).

In the run options of the run, you can also specify the maximum cost you are willing to pay for a run, in US dollars.

Pricing

EventCost
Actor start$0.1
Star wars trivia$0.2
Harry Potter trivia$0.3
Lord of the Rings trivia$0.5

Input

The input is array of object in form

{
"name":TRIVIA_NAME,
"count":COUNT
}

where TRIVIA_NAME can be anything from

  • lord-of-the-rings
  • harry-potter
  • star-wars and COUNT can be any number up to 10.

The trivia are generated in the order provided in the input.

Example input

[
{
"name":"lord-of-the-rings",
"count":1
},
{
"name":"harry-potter",
"count":5
},
{
"name":"star-wars",
"count":10
}
]

Output

The trivia facts the Actor generates are stored in a default dataset. You can also read them in logs, together with charges that have been performed.

You might also like

Walmart Scraper (Pay-Per-Event)

prodiger/walmart-scraper

Scrape Walmart search results for prices, discounts, ratings, review counts, sellers, and deal badges. Pay-per-event pricing โ€” only pay for the products you actually scrape.

Facebook Event Scraper

pratikdani/facebook-event-scraper

The Facebook Event Scraper Actor is a sophisticated web scraping tool designed to extract detailed event information from Facebook Event URLs. It automatically collects and structures comprehensive event data, making it ideal for event aggregation, analysis, and integration into other applications.

Airbnb Scraper (Pay-Per-Event)

prodiger/airbnb-listing-scraper

Scrape Airbnb listings worldwide for prices, ratings, amenities, host info, photos, coordinates, house rules, and per-day calendar availability. Pay-per-event pricing โ€” only pay for the listings you actually scrape.

Keboola Igniter

hckr-studio/keboola-igniter

This actor helps start asynchronous workflow on Apify platform. It's useful when you have long running scrapes and don't want to pay just for waiting for completion.

Example MCP Server

apify/example-mcp-server

This is an example MCP Server Actor written in Typescript. It doesn't do much; it just reads two numbers from its input, sums them, and pushes the result to the Actor's default dataset.

Walmart Scraper - Pay Per Event

silentflow/walmart-scraper-ppe

Pay-per-event Walmart scraper with proxies included. Extract product data: prices, ratings, reviews, specifications, seller info, and images. No compute costs, only pay for results. Search, categories, and product URLs supported.

Steam Scraper (Pay-Per-Event)

prodiger/steam-scraper

Scrape Steam Store search results for prices, discounts, review summaries, positive percentages, review counts, platforms, and release dates. Pay-per-event pricing โ€” only pay for the games you actually scrape.

Rental to pay-per-event calculator

apify/rental-to-pay-per-event-calculator

Helps owners of rental Actors migrate to the pay-per-event pricing model.