Wayback Machine (Independent Publisher) (Preview)

The Wayback Machine is a digital archive of the World Wide Web and it allows the user to go "back in time" and see how websites looked in the past.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Fördős András
Email fordosa90+ipc_wayback@gmail.com
Connector Metadata
Publisher Fördős András
Website https://archive.org/help/wayback_api.php
Privacy policy https://archive.org/about/terms.php
Categories Data;Website

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get snapshot

Check to see if a given url is archived and currenlty accessible in the Wayback Machine.

Get snapshot

Check to see if a given url is archived and currenlty accessible in the Wayback Machine.

Parameters

Name Key Required Type Description
URL
url True string

The URL to test to see if is archived and currenlty accessible in the Wayback Machine.

Timestamp
timestamp string

Timestamp (YYYYMMDD or YYYYMMDDhhmmss) to look up in Wayback. If not specified, the most recenty available capture in Wayback is returned.

Returns

Name Path Type Description
URL
url string

The URL that is being checked by the query.

Status
archived_snapshots.closest.status string

Status of the snapshot.

Available
archived_snapshots.closest.available boolean

Indication, whether the snapshot is available.

URL
archived_snapshots.closest.url string

URL for the stored snapshot.

Timestamp
archived_snapshots.closest.timestamp string

Timestamp of the stored snapshot.

Timestamp
timestamp string

Timestamp used for the query.