> ## Documentation Index
> Fetch the complete documentation index at: https://www.octoparse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Example workflow

> A complete example — from finding a template to exporting results.

<Steps>
  <Step title="Discover a template">
    <Card>
      *"Find me an Octoparse template for scraping Amazon product listings."*
    </Card>

    This calls `search_templates`.
  </Step>

  <Step title="Run the task">
    <Card>
      *"Run the Amazon Best Sellers template."*
    </Card>

    The agent calls `execute_task` to run the job and retrieve results.
  </Step>

  <Step title="Export the results">
    <Card>
      *"Export the results as CSV."*
    </Card>

    The agent calls `export_data` to return the full dataset in CSV format.
  </Step>
</Steps>
