The European Data Layer
for Global Commerce
Enrich your product catalog with granular transparency data. Access Europe's most comprehensive database of product origins, certifications, and sustainability scores via our high-performance REST API.
Why integrate EuProductScore?
"The transparency is no longer optional. It's a competitive advantage."
Verified Origin Scoring
Our proprietary algorithm weighted by HQ location, manufacturing sites, and ingredient sourcing provides a unique 0-100 score that consumers trust.
Real-time Alternatives
Don't just show low scores. Use our recommendations engine to suggest higher-rated European alternatives in the same category.
Scalable Infrastructure
Hosted on Cloudflare Workers edge nodes. Globally distributed, highly cached, and ready for massive traffic loads without degradation.
API Documentation
Detailed reference for our core endpoints.
/api/v1/product/:barcodeProduct Profile Lookup
Retrieve the complete metadata for a specific product using its EAN/UPC barcode. This endpoint returns the verified **European Origin Score**, corporate sovereignty data, and traditional sustainability metrics (Nutri-Score, Eco-Score).
Path Parameters
curl -X GET "https://euproductscore.p.rapidapi.com/api/v1/product/3017620422003" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-H "X-RapidAPI-Host: euproductscore.p.rapidapi.com" {
"status": "ok",
"product": {
"barcode": "3017620422003",
"product_name": "Nutella",
"european_score": 42,
"is_european": false,
"score_breakdown": {
"companyHQ": 25,
"manufacturing": 20,
"ingredients": 15
}
}
}/api/v1/searchSearch & Smart Filters
The discovery engine of the API. This endpoint allows you to query our vast database using multiple filters simultaneously. Perfect for building high-origin category pages or identifying "Top-Score" products within specific countries.
Query Parameters
curl -X GET "https://euproductscore.p.rapidapi.com/api/v1/search?category=en:snacks&min_score=80&limit=5" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-H "X-RapidAPI-Host: euproductscore.p.rapidapi.com" {
"page": 1,
"limit": 5,
"results": [
{
"barcode": "8000500122283",
"product_name": "Kinder Bueno",
"brand": "Ferrero",
"european_score": 85,
"product_type": "food",
"image_url": "https://..."
}
]
}/api/v1/product/:barcode/recommendationsAlternatives Engine
Provides a list of high-scoring European alternatives for a given product. Our engine selects products based on morphological similarity, category matching, and brand presence in the local market.
Features
- Dynamic brand-aware matching.
- Optimized for "Swap to Local" e-commerce widgets.
curl -X GET "https://euproductscore.p.rapidapi.com/api/v1/product/3017620422003/recommendations" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-H "X-RapidAPI-Host: euproductscore.p.rapidapi.com" {
"barcode": "3017620422003",
"recommendations": [
{
"code": "8000500122283",
"productName": "Kinder Bueno",
"brands": "Ferrero",
"europeanScore": 85,
"imageUrl": "https://..."
},
{
"code": "5000159461122",
"productName": "Mars Bar",
"brands": "Mars",
"europeanScore": 72,
"imageUrl": "https://..."
}
]
}Flexible pricing for every stage
Start for free with our Basic plan. Upgrade as you grow.
Looking for high-volume enterprise plans or bulk licensing? Contact our partnership team.
Start building the future of shopping
Join the developers building apps that empower consumers to make better choices.
Explore on RapidAPI