BookWalker

home / database

products

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

2 rows where series_id = "CNT_0VVS8Y3WY88G"

✎ View and edit SQL

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_245VBPJENGEG CNT_27HCB7TZ7SGG The Greatest Wolf of My Life CNT_0VVS8Y3WY88G CNT_0VVS8Y3WY88G 2 1 1 Volume 2 []   The Greatest Wolf of My Life Vol. 2   Eunbyul Han thought it was the worst day of her life when a misunderstanding resulted in her neighbor--superstar Kang Bin--thinking she was a stalker. Little did she know, the nightmare had only just begun! Thanks to Kang's bodyguard being a dear childhood friend and Eunbyul desperately needing a job, she finds herself tutoring the brattiest student ever. That leaves her precious little time to reconnect with another person from her past, Choi Junghoon, who seems to want to take their friendship to the next level. As if that's not enough, she may also have psychometry, the ability to see powerful memories tied to objects. All Eunbyul wants is a normal life, but it seems fate has more in store for her! EVERY TIME WE TOUCH 01KH2TPY8Z7FAHBC4WTM5DA0Q4 2.0 2025-11-10T08:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PQM5BDYSMG0 The Greatest Wolf of My Life Vol. 2 © Ran, Kim Byung-gwan / Toyou's Dream   2026-02-10T08:00:00.000Z   0 0
PRD_2BHRJN2P35EG CNT_2H3MZQKJ13S0 The Greatest Wolf of My Life CNT_0VVS8Y3WY88G CNT_0VVS8Y3WY88G 2 1 1 Volume 1 []   The Greatest Wolf of My Life Vol. 1   Eunbyul's life is one long, awkward punchline. She's stuck in a dead-end job, broke, single, and clinging to the one thing she actually loves--her tiny apartment. But her peaceful little world flips upside down when a cranky pop idol accuses her of being a stalker after a bizarre rooftop mix-up. Trying to clear her name turns into a full-blown catastrophe. She runs into an old crush--now a famous webtoon artist. Then she loses her job, hits rock bottom, and finds her only hope of surviving the chaos in the prickly idol who still thinks she's completely unhinged. For Eunbyul, life's not just stranger than fiction--it's messier, louder, and a lot more humiliating. One girl's dead-end life takes quite a turn when she gets involved with a pop idol and an old crush from her past! The full-color webtoon/manhwa rom-com finally comes to English print! 01KGBV9BVR3ENS0EMFDFDEHZ07 1.0 2025-08-12T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PQM5BDYSMG0 The Greatest Wolf of My Life Vol. 1 © Ran, Kim Byung-gwan / Toyou's Dream   2025-11-18T08:00:00.000Z   0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 38.59ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS