Skip to main content

Runs

Runs are the core functionality of Maxun robots. Each run represents a complete cycle where the robot performs its tasks based on the configuration and training provided by the user at the time of robot creation. A successful run contains all the extracted data, fulfilling the primary objective of the robot.

Execution Options

Robot runs can be initiated in three different ways:

1. Manual Runs: Users can run a robot directly from Maxun dashboard.

2. Scheduled Runs: Automate runs by scheduling them to execute at specific times or intervals.

3. API Runs: Trigger runs programmatically via API calls, enabling integration with external systems.

Exporting Results

Once a run is complete, the extracted data can be exported in the following formats depending on the robot type.

1. Extract Robots

1. CSV: For easy viewing and compatibility with spreadsheet software.

2. JSON: For seamless integration with other applications and systems that utilize structured data.

2. Scrape Robots

1. Markdown: Turn websites into LLM-ready Markdown for AI applications.

2. HTML: Get clean HTML for data ingestion.