Exporting Data¶
Microwler allows you to export scraped data to various formats. You can build custom export plugins or use on of its pre-defined exporters:
microwler.export.JSONExportermicrowler.export.CSVExportermicrowler.export.HTMLExporter
Use the
export_toandexporterssettings to configure the export behaviour.
::: microwler.export.BaseExporter rendering: show_source: true show_root_heading: true
::: microwler.export.FileExporter rendering: show_source: true show_root_heading: true