Skip to content
API Now Available on RapidAPI

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.

3.2M+
Products
55K+
Brands
40+
Countries
<150ms
Latency

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.

GET /api/v1/product/:barcode

Product 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

barcode string The EAN-13 or UPC barcode of the product.
Request Example
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"
JSON Response
{
  "status": "ok",
  "product": {
    "barcode": "3017620422003",
    "product_name": "Nutella",
    "european_score": 42,
    "is_european": false,
    "score_breakdown": {
      "companyHQ": 25,
      "manufacturing": 20,
      "ingredients": 15
    }
  }
}
GET /api/v1/search

Search & 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

category string Category tag (e.g. en:snacks).
country string ISO code for target market (e.g. fr).
min_score int Min European Score (0-100).
limit int Default 20, Max 100.
Request Example
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"
JSON Response
{
  "page": 1,
  "limit": 5,
  "results": [
    {
      "barcode": "8000500122283",
      "product_name": "Kinder Bueno",
      "brand": "Ferrero",
      "european_score": 85,
      "product_type": "food",
      "image_url": "https://..."
    }
  ]
}
GET /api/v1/product/:barcode/recommendations

Alternatives 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.
Request Example
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"
JSON Response
{
  "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.

BASIC
$0/mo
  • 500 Requests / mo
  • Hard Limit
Select Plan
Recommended
PRO
$29/mo
  • 10,000 Requests / mo
  • $0.01 / extra req
Select Plan
ULTRA
$149/mo
  • 100,000 Requests / mo
  • $0.005 / extra req
Select Plan
MEGA
$499/mo
  • 500,000 Requests / mo
  • $0.002 / extra req
Select Plan

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 RapidAPI