George-Octoparse commited on
Commit
e1a3e54
·
verified ·
1 Parent(s): 72ef320

feat: v2.0.0 real data - workflow_stats.json

Browse files
Files changed (1) hide show
  1. workflow_stats.json +53 -0
workflow_stats.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pipeline_id": "octoparse-temu-pricing-v2",
3
+ "pipeline_version": "2.0.0",
4
+ "data_provider": "Octoparse Managed Data Service",
5
+ "data_provider_url": "https://www.octoparse.com/managed-data-service",
6
+ "data_nature": "real",
7
+
8
+ "collection": {
9
+ "platform": "Temu (m.temu.com)",
10
+ "vertical": "E-commerce — General Merchandise",
11
+ "collection_method": "Managed cloud pipeline — rotating residential proxies, TLS fingerprint randomization, Akamai challenge bypass, dynamic DOM extraction",
12
+ "anti_bot_systems_bypassed": [
13
+ "Akamai Bot Manager (TLS/JA3 fingerprinting)",
14
+ "Temu device fingerprinting",
15
+ "Dynamic price rendering (JavaScript-rendered DOM)",
16
+ "Signed CDN image URL rotation"
17
+ ],
18
+ "products_scraped": 85,
19
+ "skus_scraped": 382,
20
+ "avg_skus_per_product": 4.5,
21
+ "price_range_usd": { "min": 2.14, "max": 219.72 }
22
+ },
23
+
24
+ "pricing_signals": {
25
+ "skus_with_original_price": 120,
26
+ "skus_with_original_price_pct": 0.314,
27
+ "avg_discount_pct": 0.2948,
28
+ "max_discount_pct": 0.8189,
29
+ "note": "sku_original_price is only shown by Temu when a strikethrough price is actively displayed. Absence of original_price does not mean no discount — it means Temu is not surfacing the comparison price at this moment."
30
+ },
31
+
32
+ "processing": {
33
+ "columns_dropped": [
34
+ "shipping_fee (100% null)",
35
+ "logistics_info (100% null)",
36
+ "source_file (internal pipeline metadata)"
37
+ ],
38
+ "stub_rows_dropped": 3,
39
+ "stub_row_reason": "Rows with null sku_id had no usable SKU-level data",
40
+ "derived_fields_added": ["discount_pct"],
41
+ "schema_normalization": "Flat table split into products.parquet (SPU-level) + skus.parquet (SKU-level), joined on spu_id",
42
+ "id_typing": "spu_id and sku_id cast to string to prevent int64 overflow in downstream systems",
43
+ "output_format": "Apache Parquet (Snappy compression)"
44
+ },
45
+
46
+ "quality_notes": {
47
+ "sale_attr_sparsity": "sale_attr_* columns are mutually exclusive — each SKU uses at most 1-2 of the 7 attribute columns. Use sale_property_summary for a consolidated view.",
48
+ "goods_property_summary_variability": "~178 unique property keys across 85 products. Key naming inconsistent (e.g. 'Season' vs 'Seasoon'). Parse with tolerance for typos.",
49
+ "price_snapshot": "All prices are point-in-time snapshots. Temu prices update frequently (promotions, flash sales, algorithm-driven dynamic pricing)."
50
+ },
51
+
52
+ "enterprise_pipeline_note": "For production-scale Temu monitoring (hourly price capture, 10K+ SKUs, multi-category, delivery to Snowflake/S3), contact: https://www.octoparse.com/managed-data-service"
53
+ }