What is the Product Reviews mock data preset useful for?
The Product Reviews preset provides ratings, written feedback, author details, verified purchase flags, and helpful counts for ecommerce product pages, marketplaces, and review dashboards.
Generate API-ready mock data from this preset schema using the hosted mocking.dev faker API.
Edit, reorder, add, or remove fields before generating mock data from this preset.
This preview always requests one generated item from faker.mocking.dev, regardless of the download count.
The Product Reviews preset provides ratings, written feedback, author details, verified purchase flags, and helpful counts for ecommerce product pages, marketplaces, and review dashboards.
The Product Reviews preset includes these top-level fields: id, productId, authorName, authorAvatarUrl, rating, title, comment, isVerifiedPurchase, helpfulCount, createdAt. You can rename, remove, or extend the fields before generating data, including nested objects and arrays where supported.
Use it to test star ratings, review sorting and pagination, verified purchase labels, long comments, reviewer avatars, rating summaries, and helpful-vote interfaces.
Customize the fields, row count, seed, and locale in the editor. The preview updates as you make changes, and you can download the generated records as a JSON file when the schema is ready.
Yes. mocking.dev uses Faker.js through its mock data API to generate names, emails, dates, numbers, locations, commerce data, and other realistic values. The seed makes results repeatable, while the locale controls regional data.
No. The records are synthetic and intended for development, demos, fixtures, and automated tests. Generated values can resemble real information by coincidence, so do not treat them as verified identities or use them to contact people.
{
id: string;
isbn: string;
title: string;
author: string;
publisher: string;
category: string;
unitPrice: string;
stockQuantity: number;
publishedAt: string;
}{
id: string;
code: string;
discountPercent: number;
minimumOrderAmount: string;
usageLimit: number;
redemptionCount: number;
isActive: boolean;
startsAt: string;
expiresAt: string;
}{
id: string;
author: {
id: string;
displayName: string;
username: string;
avatarUrl: string;
isVerified: boolean;
};
content: string;
mediaUrls: string[];
likeCount: number;
commentCount: number;
repostCount: number;
isLikedByViewer: boolean;
hashtags: string[];
createdAt: string;
}