get_product
The full listing for one product, by slug.
Returns everything on a listing page: the description, screenshots, the maker, comment and changelog
counts. Live products only, which is the same rule
search_products follows, so a draft is never reachable through
this tool even if you know its slug.
Parameters
slugstringrequiredThe product slug, as returned by search_products or as it appears in a listing URL. For
https://nicklaunches.com/products/example-writer/ the slug is example-writer.
Response
slugstringStable identifier.
namestringProduct name.
taglinestringOne line summary.
descriptionstringThe full listing body.
urlstringThe Nick Launches listing page.
productUrlstringThe maker's own site.
categoriesstring[]Up to three categories.
pricingstringPricing model as declared by the maker.
screenshotsstring[]Absolute image URLs.
makerobjectWho launched it.
+Fields
handlestringPublic handle of the maker.
upvotesnumberTotal upvotes.
commentCountnumberComments on the listing.
changelogCountnumberChangelog entries the maker has published.
launchDatestringISO date of the launch.
Example
Pull the Nick Launches listing for example-writer and summarise how they position it.Errors
NOT_FOUNDNo live product with that slug. A product that exists but has not launched yet answers the same way, on purpose.
See Errors for the full table.
REST equivalent
GET /api/v1/products/{slug}/, documented on Products.