products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2GPPKX3SGWRG"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_20EKZJTZRWXG | CNT_1SYC53KABV3G | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! CNT_2GPPKX3SGWRG | CNT_2GPPKX3SGWRG | 2 | 1 | 1 | Volume 1 | [] | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! Vol. 1 | Therese, the daughter of an impoverished marquis, works hard day and night to save every penny she can just to scrape by. One day, she's offered a chance to change her status and situation--by competing to become the next royal consort. Therese hesitates, unsure that someone as poor as herself could ever be a consort, and decides to decline the opportunity. That is until she learns that just being a candidate could lead to a high-paying position as a lady-in-waiting! Determined to take the chance, she decides to go for it. But when she arrives at the castle, she realizes that this competition is way more cut-throat than she anticipated! Can Therese's down-to-earth attitude keep her safe and above the fray? Or will this contest cost her everything? | One woman is out to get a much-needed payday by competing to be the next crowned princess--but she'll find the competition is fiercer than she could have ever imagined! | 01KGBQSPXT1J39XNRD0J354GHV | 1.0 | 2025-06-26T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! Vol. 1 | ©Makana Watari 2019, ©Yuuri Seo, Okaya 2019 | 2025-09-02T07:00:00.000Z | 0 | 0 | ||||
| PRD_217KMSM946Q0 | CNT_26GB94M92D10 | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! CNT_2GPPKX3SGWRG | CNT_2GPPKX3SGWRG | 2 | 1 | 1 | Volume 3 | [] | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! Vol. 3 | Therese, an impoverished marquis' daughter, strives to become a lady-in-waiting amidst the escalating feud between the prince's consort candidates. One day, she receives a rose from the prince that slowly blooms into a deep red color! Yet it seems the other candidates have also received the same roses, pushing Therese to suspect a special meaning behind the changing color. But before Therese can investigate further, she goes missing during a tea party with Marietta! Who will be selected as the consort? And what's happened to Therese? Faced with such a crisis, what will her escort knight, Jade, and the prince do? | THE MYSTERY OF THE ROSE | 01KNKHN2BAPMBPJJVQ55S0RPCR | 3.0 | 2026-04-07T08:35:02.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! Vol. 3 | ©Makana Watari 2020, ©Yuuri Seo, Okaya 2020 | 2026-05-12T00:00:00.000Z | 0 | 0 | ||||
| PRD_30G7QFWZNSPG | CNT_2T44QH72FHRG | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! CNT_2GPPKX3SGWRG | CNT_2GPPKX3SGWRG | 2 | 1 | 1 | Volume 2 | [] | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! Vol. 2 | Therese, the daughter of a poor marquis, has been staying at the castle as one of the prince's consort candidates. She receives tutoring from her attendant, Leina, to aid her in becoming a lady-in-waiting. One day, while Jade, her escort knight, is away, some noblewomen take advantage of the situation to barge into Therese's room and cause trouble! They lay a hand on Leina, outraging Therese! Even if they are noblewomen, Therese isn't about to let anyone bully her friends! After all the chaos, Therese receives a visit from a very special guest: the prince himself! | ROYAL THROWDOWN! | 01KGC0HCJAM0Y3X3D4A45PVD49 | 2.0 | 2025-11-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I'm Running for Crown Princess, but All I Want is a Steady Paycheck! Vol. 2 | ©Makana Watari 2020, ©Yuuri Seo, Okaya 2020 | 2026-01-06T08: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);