Delicious – Export All Bookmarks

backupdeliciousexport

The canonical backup link of Delicious, https://api.del.icio.us/v1/posts/all, only returns 1000 bookmarks now! Any ideas how to get all my bookmarks? This is for my export script, which worked until the new owners took over.

The old api.del.icio.us (98.139.50.166) seems to be down, so that's not an option (besides, I want to download everything, not all my old plus 1000 of my new bookmarks).

Best Answer

You could use the following tags:

&start={xx} (optional) → Start returning posts this many results into the set.

&results={xx} (optional) → Return this many results.

&fromdt={CCYY-MM-DDThh:mm:ssZ} (optional) → Filter for posts on this date or later

&todt={CCYY-MM-DDThh:mm:ssZ} (optional) → Filter for posts on this date or earlier

Info about the API can be found here: http://www.delicious.com/developers

Related Topic