Archive.is blog

Blog of http://archive.is/ project
  • ask me anything
  • rss
  • archive
  • Hi. I have a plenty of bookmarks which I would like to archive before they become dead links. It would be an unreasonable amount of work to archive each page manually. Is it possible to do it automatically? I will watch your blog for an answer.
    Anonymous

    It has been answered several times, please, have a look here http://blog.archive.today/archive

    • 2 years ago
    • #api
  • Regarding bulk archiving... Is the "url" field the only parameter that one has to POST to the "archive,is/submit/" location, or is their any other field data that needs to be submitted also?
    Anonymous

    Only one

    • 3 years ago
    • 1 notes
    • #api
  • Great web service! Am I able to do an AJAX POST to the submit url ( archive,is/submit/ ) and have it automatically archive a webpage without needing to click submit? If so, what POST variables would I need to include with the request to have it process properly? Thanks! :)
    Anonymous

    There is no AJAX, just plain old <form> with POST.

    You can make the same request using curl 

    http://blog.archive.is/post/45031162768/can-you-recommend-the-best-method-script-so-i-may-batch

    • 3 years ago
    • #api
  • Does "Archive is" have API?
    Anonymous

    Yes

    http://mementoweb.org/depot/native/archiveis/

    • 3 years ago
    • 1 notes
    • #api
  • Hello... wow many posts and I didn't know... I'm following it by now hope to receive email when something new is said... ALLRIGHT I got a question... do you have / or plan to a "bulk optioin"?? Say I have 500 links I'd like to archive... doing it one by one is something I keep posponing... Kepp the good work this is a great and simple solution that will keep getting popular for sure!!
    qrackerjackquake

    Yes, it is possible

    http://blog.archive.is/post/45031162768/can-you-recommend-the-best-method-script-so-i-may-batch

    • 3 years ago
    • #api
  • Archive.is now supports Memento API and Firefox plugin

    Read more: http://ws-dl.blogspot.com/2013/07/2013-07-09-archiveis-supports-memento.html

    • 3 years ago
    • 1 notes
    • #api
    • #firefox
    • #plugin
  • Where may I download the API/Source code to this site?
    Anonymous

    It is not open source. May be I will release the current version as open source after switching to a newer one.

    About API: you can submit a page by issuing a HTTP request with any suitable tool like curl or wget: http://blog.archive.is/post/45031162768/can-you-recommend-the-best-method-script-so-i-may-batch

    It you need a more complex API, to perform searches, get answers in xml or json, etc, just let me know, I will implement it or find a way how to it.

    • 3 years ago
    • #opensource
    • #api
  • Can you recommend the best method/script so I may batch archive about 7000 urls?
    Anonymous

    something like

    curl –data url=http://url-to-submit.com/ http://archive.is/submit/ 

    Please note, that it may take up to 1 hour to process 7000 urls (after you submit them and before they will be visible on the site).

    • 4 years ago
    • #api
  • Does archive have plans for an API? Just curious. =)
    newhopegriffin-blog

    What kind of API do you need? 

    • 4 years ago
    • #api
  • Any plans to provide an API or open source the code? This would be a really helpful addition to many of the bookmarking tools.
    jasonfredin

    The site supports OExchange (http://www.oexchange.org/), so the bookmarking tools can use it.

    • 4 years ago
    • #api