전체 제품 목록
- product_no
- 제품 번호
- name_clean
- 제품명
- original_work
- IP / 작품명
- manufacturer
- 제조사
- price
- 가격 (원)
- material
- 재질
- size_raw
- 크기
- configuration
- 구성
- scale
- 스케일
- is_preorder
- 예약 상품
- is_sold_out
- 품절
- is_adult
- 성인 전용
- expected_arrival
- 입고 예정
- options
- 옵션
- image_url
- 이미지
- product_url
- 제품 페이지
- jan_code
- JAN 바코드
- scraped_at
- 수집일시
- name_raw
- 원본 제품명
- product_code
- 상품 코드
- item_code
- 아이템 코드
- raw_fields
- 기타 필드
- category_no
- 카테고리 번호
- stock
- 재고
1 row where is_preorder = 0 and manufacturer = "카나리아" sorted by product_no descending
This data as json, CSV (advanced)
Suggested facets: scraped_at (date), options (array)
original_work 1
- 하이큐!! 1
material 1
- 폴리에스테르 1
manufacturer 1
- 카나리아 · 1 ✖
is_sold_out 1
- 0 1
is_preorder 1
- - · 1 ✖
| product_no ▲ | product_code | item_code | jan_code | name_raw | name_clean | original_work | manufacturer | price | material | size_raw | configuration | scale | stock | is_sold_out | is_preorder | is_adult | expected_arrival | options | image_url | product_url | category_no | raw_fields | scraped_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 62025 | [입고완료][카나리아][하이큐!!] 코로마니아 인형 쓰레기장의 결전 Ver. (선택) | 코로마니아 인형 쓰레기장의 결전 Ver. (선택) | 하이큐!! | 카나리아 | 14000 | 폴리에스테르 | 약 60mm 이내 | 0 | 0 | 0 | ["히나타 쇼요", "카게야마 토비오", "츠키시마 케이", "야마구치 타다시", "니시노야 유", "타나카 류노스케", "사와무라 다이치", "스가와라 코시", "아즈마네 아사히", "코즈메 켄마", "쿠로오 테츠로", "야쿠 모리스케", "하이바 리에프"] | https://cafe24.poxo.com/ec01/figurepresso89/IASPJm8td5sz7PeAytONQxxm4avO3jov2vP/fl6VCm7OV2gQJ3CQsphOompVxudgYm2JUfzobZnbxIVtDKWskQ==/_/web/product/big/202407/db58e731901291ae435b92ef19ace19f.jpg | https://figurepresso89.cafe24.com/product/detail.html?product_no=62025 | 1382 | {} | 2026-03-17 11:32:07.460449 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products ( product_no INTEGER NOT NULL, product_code VARCHAR(64), item_code VARCHAR(64), jan_code VARCHAR(32), name_raw TEXT, name_clean TEXT, original_work TEXT, manufacturer TEXT, price INTEGER, material TEXT, size_raw VARCHAR(128), configuration TEXT, scale VARCHAR(32), stock INTEGER, is_sold_out BOOLEAN NOT NULL, is_preorder BOOLEAN NOT NULL, is_adult BOOLEAN NOT NULL, expected_arrival VARCHAR(32), options TEXT, image_url TEXT, product_url TEXT, category_no INTEGER, raw_fields TEXT, scraped_at DATETIME, PRIMARY KEY (product_no) );