products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_07JBCRQ5W7DG"
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_05W2ECRWA7WG | CNT_3HMFHD3ERM90 | A Heaping Serving of Girls CNT_07JBCRQ5W7DG | 3 | 1 | 1 | Volume 1 | [] | A Heaping Serving of Girls, Volume 1 | I got a free ticket to Woman Island. It's an island of women. Only women. They're all completely naked! And they're all obsessed with makin' babies! They even call me Master and do whatever I want from them.Yep. They bring in a guy once every ten years to have wild sex with the young population and leave offspring.I'm the new lord of the island. The sexy, fully-naked women constantly seduce me. Whether it's sister tittyfucking, pounding one tanned babe one after another or semen-filled orgies... it's a whirlwind of sex!Suited for the people out there who love harems and orgies.Full color comic. Illustrations by chro, scenario by Azumi Nana. | 01KGB1H0SNQWDPJTGZVR93JM0H | 1.0 | 2022-08-30T07:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | A Heaping Serving of Girls, Volume 1 | (C) chro / Media | 2022-08-30T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2A5A0NB186C0 | CNT_0H960QYK13TG | A Heaping Serving of Girls CNT_07JBCRQ5W7DG | 3 | 1 | 1 | Volume 2 | [] | A Heaping Serving of Girls, Volume 2 | I became the master of "Women Island" a few months ago.Somehow, the only people on it are me and a bunch of young, horny women. And by that I mean they're all mine! They all pay me respect and do as I say. They also call me Master... It's an absolute paradise for a guy like me.Some tourists have come to Women Island and they're also nothing but women. I don't know why but there's a custom that doesn't let any men other than the master on the island. Lucky me, 'cause all the female tourists are also young and horny girls.The magic of the island doesn't seem to stop there - as soon as they came, all the new girls got crazy randy and have been charmed into wanting to be "mine". | 01KGAJYG3D2TTV93P77Y9WDA9X | 2.0 | 2022-08-30T07:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | A Heaping Serving of Girls, Volume 2 | (C) chro / Media | 2022-08-30T07: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);