What is the Social Media Feed mock data preset useful for?
The Social Media Feed preset creates posts with author profiles, content, media URLs, engagement counts, hashtags, viewer state, and timestamps for community and social applications.
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 Social Media Feed preset creates posts with author profiles, content, media URLs, engagement counts, hashtags, viewer state, and timestamps for community and social applications.
The Social Media Feed preset includes these top-level fields: id, author, content, mediaUrls, likeCount, commentCount, repostCount, isLikedByViewer, hashtags, createdAt. You can rename, remove, or extend the fields before generating data, including nested objects and arrays where supported.
Use it to test feed cards, multiple media attachments, verified badges, like and repost states, large engagement counts, hashtag rendering, infinite scrolling, and responsive layouts.
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;
src: string;
altText: string;
photographerName: string;
photographerAvatarUrl: string;
width: number;
height: number;
likeCount: number;
createdAt: string;
}{
id: string;
channel: {
id: string;
name: string;
isPrivate: boolean;
};
topic: string;
messages: {
id: string;
author: {
id: string;
displayName: string;
avatarUrl: string;
};
text: string;
isEdited: boolean;
reactionCount: number;
createdAt: string;
}[];
isResolved: boolean;
createdAt: string;
}{
id: string;
productId: string;
authorName: string;
authorAvatarUrl: string;
rating: number;
title: string;
comment: string;
isVerifiedPurchase: boolean;
helpfulCount: number;
createdAt: string;
}