products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_0HKHV7P0KYV0"
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_0B157E3DRK50 | CNT_35FXES9Z332G | Fated NOT to Meet CNT_0HKHV7P0KYV0 | CNT_0HKHV7P0KYV0 | 2 | 1 | 1 | Volume 1 | [] | Fated NOT to Meet | Izumi, the sales ace with excellent grades, good looks and great communication skills, has someone he absolutely cannot lose to. His name is Sendo, the most unlikable man who took the top spot from Izumi. Izumi was the top salesman and fan favorite amongst the girls in the office... that is, until Sendo came along. When a friend recruits him to be a plant for a gay dating app, Izumi agrees, so long as he never has to meet anyone in person. But when he makes a connection with "Kei", the temptation to meet his new friend becomes irresistible. After all, even if they meet, it's not like they actually have to start dating... right?! Well, turns out "Kei" is none other than Izumi's rival, Sendo! Moreover, what Sendo has in mind for Izumi isn't exactly "dating," and the intense pleasure that awaits them both might just be worth defying fate. | 01KG9QKR40JGXYYT0AN16J0AW0 | 0.0 | 2025-03-06T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Fated NOT to Meet | 2025-04-22T07:00:00.000Z | 0 | 0 | ||||||
| PRD_0SYSFJB6A53G | CNT_1SKX052RZ23G | Fated NOT to Meet CNT_0HKHV7P0KYV0 | CNT_0HKHV7P0KYV0 | 2 | 1 | 1 | Volume 2 | [] | Fated NOT to Meet, Volume 2 | <P><B>Izumi, the sales ace with excellent grades, good looks and great communication skills, has someone he absolutely cannot lose to.</B><br><br><B>His name is Sendo, the most unlikable man who took the top spot from Izumi.</B><br><br><I>After a fateful app encounter, <B>Izumi</B> and <B>Sendo</B> fell hard for each other—now they’re next-door neighbors, savoring the honeymoon phase from opposite sides of a shared wall!</I><br><br>But when Izumi is tasked with mentoring an ambitious new hire, the newcomer’s rapid rise triggers his competitive streak—and his anxiety. As Izumi pushes himself harder and harder to reclaim the #1 spot, he starts to buckle under the pressure… just as his enigmatic older brother, Hayato, unexpectedly returns to Japan.<br><br>So why isn’t Izumi happy to see him? And how did he wind up working himself to the point of collapse? Determined to help, Sendo seeks out Hayato in hopes of understanding the "baggage" Izumi has been carrying. <I>Whatever the weight of his burden, Izumi doesn’t have to bear it alone—<B>if</B> he’ll let Sendo in.</I></P><P><B>NOTE:</B> This book contains mature content and is intended for readers 18 years of age and over.</P> | 01KPJ7V2YZ5MQ50RETJ0BTRGET | 2.0 | 2026-04-19T06:46:14.000Z | LoveLove LAB_3TY7S40666N0 | GEO_1G15ETQ2GP3G | Fated NOT to Meet, Volume 2 | 2026-03-31T00: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);