Stickermule Deal DB

A collection of Stickermule deals


Current Deal

$29 for 50

Custom 1.5\" × 1.5\" pins

Normally $77. Free shipping.

API

List all deals

GET https://stickermule.vercel.app/all
[
    {
        "id": "957b5313",
        "found_at": "2023-02-10T02:50:04.058987+00:00",
        "link": "https://stickermule.com/deals/957b5313",
        "title": "$29 for 50",
        "subtitle": "Custom 1.5\" × 1.5\" pins",
        "description": "Normally $77. Free shipping.",
        "product": "https://www.stickermule.com/products/custom-pins"
    }

    ...
]

List the current deal

GET https://stickermule.vercel.app/current
{
    "new": false,
    "deal": {
        "id": "957b5313",
        "found_at": "2023-02-10T02:50:04.058987+00:00",
        "link": "https://stickermule.com/deals/957b5313",
        "title": "$29 for 50",
        "subtitle": "Custom 1.5\" × 1.5\" pins",
        "description": "Normally $77. Free shipping.",
        "product": "https://www.stickermule.com/products/custom-pins"
    }
}