get_product

The full listing for one product, by slug.

No credentials

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

slugstringrequired

The 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

slugstring

Stable identifier.

namestring

Product name.

taglinestring

One line summary.

descriptionstring

The full listing body.

urlstring

The Nick Launches listing page.

productUrlstring

The maker's own site.

categoriesstring[]

Up to three categories.

pricingstring

Pricing model as declared by the maker.

screenshotsstring[]

Absolute image URLs.

makerobject

Who launched it.

+Fields
handlestring

Public handle of the maker.

upvotesnumber

Total upvotes.

commentCountnumber

Comments on the listing.

changelogCountnumber

Changelog entries the maker has published.

launchDatestring

ISO date of the launch.

Example

Pull the Nick Launches listing for example-writer and summarise how they position it.

Errors

NOT_FOUND

No 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.

Was this page helpful?