Website Exporter
This api is here ensure full code export capability on any modern hosting plateform like wix, wordpress, webflow, squarespace, framer & many more to ensure your website portablity and make thoses platform comply with the european union laws and legal obligation
Website Exporter endpoints
| Method | Endpoint | Description |
|---|---|---|
| V1 - Quick Export | ||
| GET |
/api/v1/full-site-zip /api/v1/full-site-zip |
Export all pages of a website and receive a ZIP download URL. This is a synchronous operation. |
| GET |
/api/v1/single-page /api/v1/single-page |
Export a single webpage with all assets packed into a single HTML file. Returns HTML content directly. |
| V2 - Full Site Export | ||
| POST |
/api/v2/start-export /api/v2/start-export |
Submit a new export job to the queue. The job will be processed asynchronously. Use the returned jobId to check status. |
| POST |
/api/v2/estimate-time /api/v2/estimate-time |
Get an estimate of how long an export will take and how many files will be processed. |
| GET |
/api/v2/check-status/{jobId} /api/v2/check-status/{jobId} |
Check the status and progress of an export job. Poll this endpoint every 2-5 seconds for real-time updates. |
| Health Test | ||
| GET |
/api/health /api/health |
Check if the API service is running |
| Other endpoints | ||
| GET |
/api/v1/full-site-zip /api/v1/full-site-zip |
Export all pages of a website and receive a ZIP download URL. This is a synchronous operation. |
| POST |
/api/v2/estimate-time /api/v2/estimate-time |
Get an estimate of how long an export will take and how many files will be processed. |
| GET |
/api/v2/check-status/{jobId} /api/v2/check-status/{jobId} |
Check the status and progress of an export job. Poll this endpoint every 2-5 seconds for real-time updates. |
| GET |
/api/health /api/health |
Check if the API service is running |
| GET |
/api/v1/single-page /api/v1/single-page |
Export a single webpage with all assets packed into a single HTML file. Returns HTML content directly. |
| POST |
/api/v2/start-export /api/v2/start-export |
Submit a new export job to the queue. The job will be processed asynchronously. Use the returned jobId to check status. |
| POST |
estimateExportTime /api/v2/estimate-time |
Get an estimate of how long an export will take and how many files will be processed. |
| GET |
exportFullSiteZip /api/v1/full-site-zip |
Export all pages of a website and receive a ZIP download URL. This is a synchronous operation. |
| GET |
healthCheck /api/health |
Check if the API service is running |
| POST |
startExportJob /api/v2/start-export |
Submit a new export job to the queue. The job will be processed asynchronously. Use the returned jobId to check status. |
| GET |
exportSinglePageHtml /api/v1/single-page |
Export a single webpage with all assets packed into a single HTML file. Returns HTML content directly. |
| GET |
checkJobStatus /api/v2/check-status/{jobId} |
Check the status and progress of an export job. Poll this endpoint every 2-5 seconds for real-time updates. |
Website Exporter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $29 / month | — |
|
| PRO | $89 / month | 60 / minute |
|
| ULTRA | $250 / month | — |
|
| MEGA | $1,999 / month | — |
|