Website Backup
No credit card required
Website Backup
No credit card required
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.
You can access the Website Backup programmatically from your own applications by using the Apify API. You can 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:
Actor Metrics
11 monthly users
-
4 stars
>99% runs succeeded
Created in Jul 2020
Modified 4 years ago