export_csv
Export carsales search results to CSV for direct spreadsheet use. Accepts filters like make, price, and location to return a CSV text block.
Instructions
Export a carsales search to CSV (free, no external service) so results can be opened in a spreadsheet. Returns the CSV as a text block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Car make, e.g. "Toyota" | |
| limit | No | Max results to return | |
| model | No | Car model, e.g. "Camry" | |
| state | No | Australian state | |
| radius | No | Search radius in km around the postcode | |
| maxYear | No | Maximum build year | |
| minYear | No | Minimum build year | |
| maxPrice | No | Maximum price in AUD | |
| minPrice | No | Minimum price in AUD | |
| postcode | No | Restrict to a postcode |