Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

gpsr-rules

A structured, citable dataset of EU General Product Safety Regulation (GPSR — Regulation (EU) 2023/988) requirements for low-risk consumer products sold on marketplaces (Etsy, Amazon, eBay, TikTok Shop), plus related labelling rules (textile fibre, footwear, REACH jewellery limits, PPWR packaging readiness).

Each rule carries:

  • id — stable identifier
  • titleEn / titleTr — English and Turkish titles
  • legalRef — the exact article-level legal citation (e.g. GPSR Art. 9(6)-(7), Reg. (EU) 2023/988)
  • detailEn / detailTr — what the requirement actually demands
  • appliesWhen — which product categories it applies to
  • ruleVersion — dataset version; bumped whenever the rule set changes

Why

Marketplace sellers get compliance warnings quoting these obligations, but the underlying rules are scattered across EUR-Lex documents written for lawyers. This dataset maps the seller-facing obligations to their exact legal bases in machine-readable form. It powers the free compliance tools at eusellkit.com/en/tools and the free readiness check.

What this is not

Usage

const { rules, ruleVersion } = require("./rules.json");
rules.filter(r => r.appliesWhen.includes("jewelry"));

Contributing

Corrections with a legal citation are welcome — open an issue with the EUR-Lex reference.

License

CC-BY-4.0 — free to use with attribution to EUSellKit.

About

Machine-readable EU GPSR requirements for marketplace sellers, with article-level legal citations (CC-BY-4.0)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors