April 07, 2026
0 views
BeautyFeeds
The field structure of BeautyFeeds records β field names, types, and example values.
Fields Reference
| Field | Type | Example |
|---|---|---|
product_name |
String | "Vitamin C Brightening Serum" |
brand |
String | "Sunday Riley" |
category |
String | "Skincare" |
subcategory |
String | "Serums" |
retailer |
String | "sephora.com" |
price |
Float | 65.00 |
currency |
String | "USD" |
in_stock |
Boolean | true |
rating |
Float | 4.6 |
review_count |
Integer | 2140 |
ingredients_inci |
Array | ["Water", "Ascorbic Acid", ...] |
image_urls |
Array | ["https://...front.jpg", ...] |
source_url |
String | "https://sephora.com/p/..." |
scraped_at |
Datetime | "2026-03-15T09:00:00Z" |
Response Formats
The BeautyFeeds API supports multiple response formats. The available formats are:
- JSON (default) β ingredients and images are proper arrays. Best for application integration.
- CSV β flat format with pipe-separated arrays, suitable for spreadsheet processing or database import.
- NDJSON β newline-delimited JSON, ideal for streaming large result sets.
For full details on endpoints, authentication, and pagination, visit the API documentation at api.beautyfeeds.io.
Need more help? Just email us at
contact@crawlfeeds.com