JSON

Types of Recycled Paper - JSON

Types of recycled paper are classified based on the Waste Paper Standard Quality Specifications established by the Paper Recycling Promotion Center (PRPC). The three main types - newspaper, cardboard, and magazines - account for approximately 80-85% of total waste paper volume, each with different raw material characteristics and recycling applications. Proper separation enables high-quality recycled paper production and improved resource circulation.

recycling waste paper recycled paper environment resource circulation papermaking
[
  {
    "code": "ONP",
    "slug": "old-news-paper",
    "name": "Old News Paper (ONP)",
    "description": "Waste paper classification for newspapers and advertising inserts from households and businesses.",
    "category": "News",
    "recycledInto": [
      "Newspaper",
      "Magazines",
      "Cardboard",
      "Picture books",
      "Printing paper",
      "Carton boxes"
    ]
  },
  {
    "code": "OCC",
    "slug": "old-corrugated-container",
    "name": "Old Corrugated Container (OCC)",
    "description": "Waste paper classification for used corrugated cardboard boxes with a three-layer structure including fluted middle layer.",
    "category": "Corrugated",
    "recycledInto": [
      "Cardboard boxes",
      "Envelopes",
      "Paper tubes",
      "Corrugated paper",
      "Pulp molds"
    ]
  },
  {
    "code": "OMG",
    "slug": "old-magazine",
    "name": "Old Magazine (OMG)",
    "description": "Waste paper classification for coated paper such as magazines, books, and catalogs.",
    "category": "Magazine",
    "recycledInto": [
      "Cardboard boxes",
      "Envelopes",
      "Picture books",
      "Newspaper",
      "Weekly magazines",
      "Printing paper",
      "Carton boxes"
    ]
  }
]