products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where label_id = "LAB_1HCX476JNSKG"
This data as json, CSV (advanced)
Suggested facets: listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_1RYRA5H7NGN0 | CNT_0DRQN2G4AEHG | The Great Cleric CNT_1255NHTP08E0 | CNT_1255NHTP08E0 | 2 | 4 | 2 | Volume 3 | [] | The Great Cleric: Volume 3 | Change is coming for the Church of Saint Shurule, and Luciel's first act as an S-rank healer is one that promises to shake the very foundations of the healing profession. But leave it to the ignorant masochist to find himself once again in way over his head in the process. The shoes that he's inadvertently stepped into—those of his legendary predecessor—won't be easy to fill, and the whole "imprisoned dragons" debacle continues to loom over the hapless young man as he struggles to move forward. But as they say, preparation is key. Leadership, an ever-growing harem of old men, and backyard barbecues are just some of the trials that await this unusual protagonist as the next chapter of Saint Weirdo's path to greatness begins. | 01KH2X3YN00Z4VCPY58Q384NGQ | 3.0 | 2026-01-13T08:00:00.000Z | Dreamscape Lore LAB_1HCX476JNSKG | GEO_1PQM5BDYSMG0 | The Great Cleric: Volume 3 | 2026-01-17T08:00:00.000Z | 0 | 0 | ||||||
| PRD_1ZF8NRK9HZM0 | CNT_2D34NC6CSDJG | The Great Cleric CNT_1255NHTP08E0 | CNT_1255NHTP08E0 | 2 | 4 | 2 | Volume 1 | [] | The Great Cleric: Volume 1 | One moment, a certain salaryman is on cloud nine, that promotion finally within his grasp, and the next, he's keeled over pain, and that was all she wrote. Luckily for him, fate had a bit more to say. A world of magic, monsters, and other such life-shortening entities await his newly reincarnated self for a second shot at life. With nothing but his past-life experiences and sharp business skills to guide him in the foreign lands of Galdardia, he takes up the name Luciel and vows that his (next) demise will be from naught but old age. And what better way to avoid a(nother) gruesome death, than by taking up a nice, cushy job as a healer? But getting by in another world doesn't come easy, or cheap. It'll take a lot of blood, sweat, and tears to hone the skills he needs to make his way. But make it he will... or die (again) trying! | 01KG7ACH7KCKDJN2074JF3TJST | 1.0 | 2026-01-13T08:00:00.000Z | Dreamscape Lore LAB_1HCX476JNSKG | GEO_1PQM5BDYSMG0 | The Great Cleric: Volume 1 | 2026-01-17T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3XMKE12EZYBG | CNT_3CRV4N1GZX20 | The Great Cleric CNT_1255NHTP08E0 | CNT_1255NHTP08E0 | 2 | 4 | 2 | Volume 2 | [] | The Great Cleric: Volume 2 | We're off to the Holy City! Luciel is moving up in the world and people, both good and bad, powerful and weak, have begun to take notice of this peculiar young man. Bent on becoming the best healer he can be in order to aid the many people who can't afford treatment from the price-gouging clinics, he accepts his new position with trepidation, heading straight for the source of the infamous guild's corruption. But something is up with the Church — a labyrinth of monsters lurks beneath the floor of the healers' headquarters, and a number of players are moving in the shadows as Luciel desperately continues to cling to his hope of mundane normalcy. Will he succeed in finding comfort in his new life abroad? Will his talents lead him to some sense of stability? Or will he find himself getting far more than he bargained for? New faces, new trials, and new offensive nicknames await the Masochist Healer as his journey continues! | 01KH2X3X4DNB1ZYZ0AT2VS4PTY | 2.0 | 2026-01-13T08:00:00.000Z | Dreamscape Lore LAB_1HCX476JNSKG | GEO_1PQM5BDYSMG0 | The Great Cleric: Volume 2 | 2026-01-17T08:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);