ActorStack.dev
Scraper engineering

Input schema

A JSON Schema document that declares every option an Actor accepts, with its type, default and description, and from which the platform generates the run form.

It is the closest thing an Actor has to an API contract. A field that is not in the schema does not exist as far as the user is concerned, and a default that is wrong in the schema is wrong in every run somebody starts from the UI.

Where this comes up