
Website Backup
Pricing
Pay per usage
Go to Store

Website Backup
Enables to create a backup of any website by crawling it, so that you don’t lose any content by accident. Ideal e.g. for your personal or company blog.
0.0 (0)
Pricing
Pay per usage
3
Total users
272
Monthly users
2
Runs succeeded
>99%
Last modified
4 years ago
You can access the Website Backup programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startURLs": [
3 {
4 "url": "https://blog.apify.com"
5 }
6 ],
7 "linkSelector": "a",
8 "proxyConfiguration": {
9 "useApifyProxy": false
10 }
11}' |
12apify call mhamas/website-backup --silent --output-dataset
Website Backup API through CLI
The Apify CLI is the official tool that allows you to use Website Backup locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: