Random product(s)
Returns 1–10 random featured products. Useful for widgets, demos, and daily picks.
get/products/random
Query parameters
countinteger
categorystring
Example:food
Random within a specific category slug.
Response
OK
Example response
{
"data": [
{
"id": "1a156178-0240-4c3e-861c-47b6568123f0",
"slug": "thought-cancelling-headphones",
"name": "Thought-Cancelling Headphones",
"description": "Headphones that don't just block sound — they block thoughts.",
"image": "https://cdn.crapify.me/products/...",
"categories": [
"gadgets",
"anti-productivity"
]
}
]
}