# Invox > Bulk export Uber ride invoices (PDF ZIP), Uber Eats and Wolt order history (JSON). ## What it does Invox lets you bulk download invoices and order history from three services: - **Uber Rides**: Download all ride invoices as a ZIP of PDFs - **Uber Eats**: Export order history as structured JSON - **Wolt**: Export order history as structured JSON ## How it works 1. Copy a cURL command from your browser's DevTools (Network tab) while logged into the service 2. Paste it into Invox 3. Choose mode (by count or by year) and format (clean or raw) 4. Export runs entirely in your browser — data never touches our servers ## Privacy All export logic runs client-side. The only server component is a CORS proxy that forwards API requests to Wolt/Uber. No data is stored, logged, or transmitted to third parties. ## URL https://invox.pages.dev/ ## Documentation - [Full documentation](https://invox.pages.dev/llms-full.txt)