products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1H1G3M8NADF0"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_0CY5E36V0NF0 | CNT_1W614GZ54EQ0 | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body CNT_1H1G3M8NADF0 | CNT_1H1G3M8NADF0 | 2 | 1 | 1 | Volume 2 | [] | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body Vol. 2 | Right after being summoned to another world by Princess Alicia and granted the powers of a hero, Shinohara Shinta discovers that the princess loathes otherworlders and is scheming to get him killed! With his new abilities, Shinta begins to "train" the princess's body in her sleep to sneakily get the upper hand. But as suspicions begin to flare, can Shinta keep his pervy secret and find a way to escape certain doom? | A LABYRINTH OF VILLAINS AND PERVY DECEPTION! | 01KGC0MZQHB0428Y72ZVH6Y0H5 | 2.0 | 2025-11-28T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body Vol. 2 | ©soramoti (Art) ©Kawasaki Yuu (Original Story) | 2026-01-13T08:00:00.000Z | 0 | 0 | ||||
| PRD_0V2882CEJY80 | CNT_07MBAXDNBDG0 | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body CNT_1H1G3M8NADF0 | CNT_1H1G3M8NADF0 | 2 | 1 | 1 | Volume 1 | [] | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body Vol. 1 | The captivating Princess Alicia has summoned Shinohara Shinta to another world! Sounds like a dream come true, right? Think again! Beneath her enchanting façade, this princess is as cunning as they come, treating heroes like disposable pawns. But Shinta's newly awakened Hero Skills reveal her sinister plans. Now, with his life hanging by a thread, he must outwit the scheming princess and take control of his destiny... with a seductive twist! | A man appears in a world where heroes are detested and must use his skills and body to stay alive in this Mature-rated isekai manga! | 01KGBQSR66053A8RTHGZEYZE9J | 1.0 | 2025-06-26T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body Vol. 1 | ©soramoti (Art) ©Kawasaki Yuu (Original Story) | 2025-09-16T07:00:00.000Z | 0 | 0 | ||||
| PRD_3QQ19QYD75Q0 | CNT_1YS6RR6TCG50 | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body CNT_1H1G3M8NADF0 | CNT_1H1G3M8NADF0 | 2 | 1 | 1 | Volume 3 | [] | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body Vol. 3 | At long last, the summoned hero from another world, Shinta, has set out from the castle to save the world, although he doesn't really have a choice in the matter. Surrounded by schemes and hiding his true abilities from the Princess and her entourage, could an exciting life of adventure await him in this new world? Or does a spiderweb of deception and seduction lurk in the shadowed path before him? | ADVENTURE AWAITS...RIGHT? | 01KNKHPH769YFMHXG0AG74NKVB | 3.0 | 2026-04-07T08:35:10.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Rebel Hero: I Will Use My Skills to Control the Scheming Princess' Heart and Body Vol. 3 | ©soramoti (Art) ©Kawasaki Yuu (Original Story) | 2026-05-26T07: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);