Websites Archiver (Wayback Machine) avatar
Websites Archiver (Wayback Machine)
Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Websites Archiver (Wayback Machine)

Websites Archiver (Wayback Machine)

web.harvester/websites-archiver
Try for free

3 days trial then $25.00/month - No credit card required now

Effortlessly archive any website with our Automated Website Archiving Tool. It leverages the power of the Wayback Machine at web.archive.org to ensure your sites are preserved for future reference.

Website Archiver (Wayback Machine)

Effortlessly archive any website with our Automated Website Archiving Tool. It leverages the power of the Wayback Machine at web.archive.org to ensure your sites are preserved for future reference.

Usage

The actor accepts an input in the following format:

1{
2    "startUrls": [
3        {
4            "url": "https://crawlee.dev"
5        }
6    ],
7    "storeArchivedResources": true
8}

Output example:

1{
2    "url": "https://crawlee.dev",
3    "archivedUrl": "https://web.archive.org/web/20240610223756/https://crawlee.dev/",
4    "archived": true,
5    "archivedAt": "2024-06-10T22:38:15.643Z",
6    "archivedRecoursesCount": 69,
7    // Can be omitted if `storeArchivedResources` is set to false
8    "archivedResources": [
9        "https://crawlee.dev/",
10        "https://crawlee.dev/js/custom.js",
11        "https://crawlee.dev/assets/css/styles.5a93fba9.css",
12        "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600;700&display=swap",
13        "https://ghbtns.com/github-btn.html?user=apify&repo=crawlee&type=star&count=true&size=large",
14        "https://crawlee.dev/assets/js/runtime~main.cdd7b850.js",
15        "https://crawlee.dev/img/crawlee-dark.svg"
16        // ... and more
17    ]
18}

Running the Actor

To run the actor, you'll need to have an Apify account. Once you're logged in, you can run the actor from the Apify Console. You can also use the Apify API to run the actor programmatically.

For more information on how to use Apify Actors, please refer to the Apify documentation.

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 2 stars
  • 100.0% runs succeeded
  • Created in Jun 2024
  • Modified 30 days ago