📦 Available Data Fields
uniq_id
site_name
country
last_updated
product_name
brand_name
manufacturer_name
description
raw_description
ingredients
raw_ingredients
allergy_information
price
currency
availability
size
color
gender
variants
primary_image_url
additional_images
average_rating
number_of_reviews
breadcrumbs
category_1
category_2
category_3
sku
product_id
gtin_list
ean_list
asin
upc
summary
highlights
how_to_use
raw_how_to_use
other_information
warnings
warranty_information
product_url
language
original_price
discount_percentage
country_of_origin
inci_format
ingredients_formatted
🗂️ Field Mapping
✓ Included
For CSV/XLSX exports from the Global Data page
only — not the live API. Map all 47 export columns to your own names, e.g.:
product_name → Your_Product_Title
brand_name → Brand
price → Cost
category_1 → Main_Category
📋 Sample API data Row
Just the product row shape for this plan — for the full response (pagination, credit/renewal notices,
meta object), see the API Reference. Values below are illustrative.
{
"uniq_id": "sample_value",
"site_name": "sample_value",
"country": "sample_value",
"last_updated": "sample_value",
"product_name": "sample_value",
"brand_name": "sample_value",
"manufacturer_name": "sample_value",
"description": "sample_value",
"raw_description": "sample_value",
"ingredients": "sample_value",
"raw_ingredients": "sample_value",
"allergy_information": "sample_value",
"price": "sample_value",
"currency": "sample_value",
"availability": "sample_value",
"size": "sample_value",
"color": "sample_value",
"gender": "sample_value",
"variants": "sample_value",
"primary_image_url": "sample_value",
"additional_images": "sample_value",
"average_rating": "sample_value",
"number_of_reviews": "sample_value",
"breadcrumbs": "sample_value",
"category_1": "sample_value",
"category_2": "sample_value",
"category_3": "sample_value",
"sku": "sample_value",
"product_id": "sample_value",
"gtin_list": "sample_value",
"ean_list": "sample_value",
"asin": "sample_value",
"upc": "sample_value",
"summary": "sample_value",
"highlights": "sample_value",
"how_to_use": "sample_value",
"raw_how_to_use": "sample_value",
"other_information": "sample_value",
"warnings": "sample_value",
"warranty_information": "sample_value",
"product_url": "sample_value",
"language": "sample_value",
"original_price": "sample_value",
"discount_percentage": "sample_value",
"country_of_origin": "sample_value",
"inci_format": "sample_value",
"ingredients_formatted": "sample_value"
}