Ohouse expands from Today Deals-only extraction into a Daiso-style public read provider covering commerce, content, metadata, reviews, Q&A, promotions, and comments.
The Ohouse provider now uses HAR and live browser-TLS evidence to expose stable public `/api` and `/apig` surfaces instead of relying only on recursive SSR payload extraction.
New read-only operations cover product search/category/detail, product options, delivery, reviews, questions, recommendations, deal products, coupon display metadata, exhibitions, navigation metadata, search trends, promotion cards, content cards, product-used cards, project detail/recommendations, card collection recommendations, and public comments. Volatile Next.js build-data URLs and analytics or user mutation endpoints are cataloged in source but are not exposed as customer operations.
- Affected surface
- ohouse-deals/today-deals, ohouse-deals/today_deals, ohouse-deals/search_products, ohouse-deals/browse_store_category, ohouse-deals/browse_product_categories, ohouse-deals/get_product_detail, ohouse-deals/get_products_by_ids, ohouse-deals/get_product_options, ohouse-deals/get_product_delivery, ohouse-deals/get_product_reviews, ohouse-deals/get_product_questions, ohouse-deals/get_product_recommendations, ohouse-deals/get_deal_products, ohouse-deals/get_product_coupons, ohouse-deals/get_exhibition_section_items, ohouse-deals/get_site_metadata, ohouse-deals/get_search_trends, ohouse-deals/get_promotions, ohouse-deals/search_cards, ohouse-deals/get_product_used_cards, ohouse-deals/get_project_detail, ohouse-deals/get_project_recommendations, ohouse-deals/get_card_collection_recommendations, ohouse-deals/get_comments
- Action required
- Yes
- Migration guidance
- Existing `ohouse-deals/today-deals` callers should regression-test strict response-schema assumptions because the operation now prefers the stable feed API, returns stronger product identifiers when upstream exposes them, and adds source API metadata. Callers that only read prior deal fields such as title, brand, URL, price, discounts, reviews, free_delivery, sold_out, and source_url remain supported. New operations are additive.