Use case · Data

Lookups inside a loop

The same lookup, run as often as the work needs and billed as often as it runs, with a budget the agent cannot cross.

What it is.

One record at a time, at a price that survives being called a thousand times in a batch and twice the week after.

The input

What you send

A list, and the lookup to run over it.

The output

What comes back

  • One result per row
  • A running total against your budget
  • A stop when the budget is reached
The reader

Who reaches for it

Agents working through a list, and anyone whose volume is spiky enough that a plan is the wrong shape.

Instead of.

A tier bought for the peak, paid for during the trough.

You send

Lookups inside a loop

A list, and the lookup to run over it.

You pay

Per request

The price is set by the provider and shown in euros before anything runs. Nothing renews, and a month you ask for nothing costs nothing.

You get

The result

One result per row, and the rest of the record with it.