Keboola Igniter avatar
Keboola Igniter

Under maintenance

Pricing

Pay per usage

Go to Store
Keboola Igniter

Keboola Igniter

Under maintenance

Developed by

hckr.studio

hckr.studio

Maintained by Community

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.

0.0 (0)

Pricing

Pay per usage

0

2

1

Last modified

5 hours ago

You can access the Keboola Igniter programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "keboolaIgniter": {
< "targetActorId": "apify/website-content-crawler"
< },
< "mapping": "export function inputMapping(input) {\\n const getUrlOrFirstValue = x => x.url ?? Object.values(x).at(0);\\n return { startUrls: input.map(getUrlOrFirstValue) };\\n}"
<}' |
<apify call hckr-studio/keboola-igniter --silent --output-dataset

Keboola Igniter API through CLI

The Apify CLI is the official tool that allows you to use Keboola Igniter locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: