Last active
March 5, 2025 21:54
-
-
Save uluumbch/ccf8bb04bec1e62fba9b93cd9319622c to your computer and use it in GitHub Desktop.
config untuk scrape nama toko dan link toko shopee menggunakan webscraper.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_201_205", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Lightening-Series-Day-Night-Cream-Toner-Face-Wash-Serum-i.44016624.10244925936?sp_atk=92b1169a-edfd-45e2-8ff7-df8b3adaa9e3&xptdk=92b1169a-edfd-45e2-8ff7-df8b3adaa9e3", | |
"https://shopee.co.id/%E2%9D%A4%EF%B8%8FCitraCosmetic%E2%9D%A4%EF%B8%8F-Wardah-Colorfit-Perfect-Glow-Cushion-Series-i.131118527.16337015932?sp_atk=b811caf9-99b2-41a9-846f-1a65d2290233&xptdk=b811caf9-99b2-41a9-846f-1a65d2290233", | |
"https://shopee.co.id/-4-PCS-WARDAH-Paket-Perfect-Bright-i.39943822.24462868104?sp_atk=97889ea4-34c7-4da8-a1a0-ea66d81207fd&xptdk=97889ea4-34c7-4da8-a1a0-ea66d81207fd", | |
"https://shopee.co.id/%E2%9C%A8-SUMBER-AYU-%E2%9C%A8-WARDAH-C-DEFENSE-SERIES-i.119147007.19147578201?sp_atk=b6ba4509-5632-43c0-beaa-59048c5e36c3&xptdk=b6ba4509-5632-43c0-beaa-59048c5e36c3", | |
"https://shopee.co.id/Wardah-Lightening-Series-Paket-Perawatan-Wajah-Mencerahkan-Gentle-Wash-Serum-Toner-Day-Night-Micellar-Water-Whip-Foam-Clay-Mask-Exfoliator-Face-Mist-i.17829166.5339566619?sp_atk=953ee121-81e5-4f26-8a5f-bd52e87ea48d&xptdk=953ee121-81e5-4f26-8a5f-bd52e87ea48d" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_206_210", | |
"startUrl": [ | |
"https://shopee.co.id/WARDAH-Colorfit-Perfect-Glow-Cushion-Indonesia-15g-With-SkinMatch-Technology-And-Glow-Perfecting-Pigment-SPF-33-PA-Non-Acnegenic-Comedogenic-Oil-Control-Tahan-Lama-Full-Set-Refill-Cosmetic-Makeup-Face-Make-Up-Compact-Powder-Bedak-Cusion-i.122577252.17494788194?sp_atk=6c180b5d-e03b-4663-bf68-66ba96e8295b&xptdk=6c180b5d-e03b-4663-bf68-66ba96e8295b", | |
"https://shopee.co.id/-3-PCS-WARDAH-Airy-Smooth-Sunscreen-Serum-UV-Shield-SPF-50-PA-40mL-i.39943822.24162734128?sp_atk=6e51ddb3-8d03-492f-83f2-977f9cb977f3&xptdk=6e51ddb3-8d03-492f-83f2-977f9cb977f3", | |
"https://shopee.co.id/WARDAH-UV-Shield-Sunscreen-SPF-50-PA-Active-Protection-Serum-i.39943822.3742324579?sp_atk=299f092e-7320-4c7e-a0ae-dcdd0023047a&xptdk=299f092e-7320-4c7e-a0ae-dcdd0023047a", | |
"https://shopee.co.id/WARDAH-C-Defense-DD-Energizing-Creamy-Wash-Face-Mist-Serum-Cream-Waterclay-Sleeping-Mask-Whip-Foam-Mousse-Moisturizer-Mask-i.9664631.4705285510?sp_atk=d703ca20-6b37-419e-8f0c-c88bf6dde941&xptdk=d703ca20-6b37-419e-8f0c-c88bf6dde941", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Lightening-Matte-Powder-i.383972992.17466029648?sp_atk=6975f9a0-8626-4ff7-9ae9-4a2ce0001d66&xptdk=6975f9a0-8626-4ff7-9ae9-4a2ce0001d66" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_211_215", | |
"startUrl": [ | |
"https://shopee.co.id/WARDAH-Colorfit-Ultralight-Matte-Lipstick-3.6gr-i.39943822.3501184913?sp_atk=2778d8f6-a56c-41ea-92a1-291171f48c50&xptdk=2778d8f6-a56c-41ea-92a1-291171f48c50", | |
"https://shopee.co.id/%E2%9D%A4%EF%B8%8FCitraCosmetic%E2%9D%A4%EF%B8%8F-Wardah-C-Defense-Series-DD-Cream-Natural-DD-Cream-Light-Creamy-Wash-Whip-Foam-C-Defense-Face-Mist-Mousse-Moisturizer-Sleeping-Mask-Creamy-Wash-Serum-Waterclay-Mask-i.131118527.2045482839?sp_atk=b18c00e0-8a51-49d1-a18a-4d39dffbc92e&xptdk=b18c00e0-8a51-49d1-a18a-4d39dffbc92e", | |
"https://shopee.co.id/WARDAH-COLORFIT-Velvet-Powder-Foundation-11gr-i.39943822.9922677997?sp_atk=710ffca1-dd10-4e0b-b435-6217fe2f70bd&xptdk=710ffca1-dd10-4e0b-b435-6217fe2f70bd", | |
"https://shopee.co.id/Wardah-Hydra-Rose-Series-i.8077122.2964659453?sp_atk=dc308201-3e47-4276-ba83-37b2a9419d55&xptdk=dc308201-3e47-4276-ba83-37b2a9419d55", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Lightening-Powder-Foundation-Light-Feel-SPF40-i.383972992.8879051911?sp_atk=1bede0ad-b332-40fe-8685-eeed49e5c1bc&xptdk=1bede0ad-b332-40fe-8685-eeed49e5c1bc" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_216_220", | |
"startUrl": [ | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Lightening-Moisturizer-Day-Cream-Pelembab-Wajah-UV-dan-Blue-Light-Protection-i.48382819.25485870885?sp_atk=0c6ce40e-0731-4706-91d7-28f27a5cae9f&xptdk=0c6ce40e-0731-4706-91d7-28f27a5cae9f", | |
"https://shopee.co.id/%E2%9C%A8-SUMBER-AYU-%E2%9C%A8-WARDAH-UV-Shield-Series-Sunscreen-Gel-Active-Protection-Serum-Sun-Stick-Aqua-Fresh-Essence-Airy-Smooth-Physical-Sunscreen-i.119147007.17885400952?sp_atk=f539ba67-5715-42a7-a7e3-7fd008812de3&xptdk=f539ba67-5715-42a7-a7e3-7fd008812de3", | |
"https://shopee.co.id/Wardah-Sunscreen-UV-Shield-Gel-Stick-Waterproof-Aqua-Essence-Acne-Calming-Physical-Sunscreen-Serum-i.8744375.12725320565?sp_atk=ae6e5c9f-3bbc-4bd5-a33d-a9bfa7ca5879&xptdk=ae6e5c9f-3bbc-4bd5-a33d-a9bfa7ca5879", | |
"https://shopee.co.id/WARDAH-COLORFIT-Last-All-Day-Lip-Paint-Matte-i.39943822.4681137178?sp_atk=03678a64-64ed-449b-aca7-5297ace0a959&xptdk=03678a64-64ed-449b-aca7-5297ace0a959", | |
"https://shopee.co.id/WARDAH-Hydra-Rose-Series-Tnt-Beauty-Shop-i.744873.6652665890?sp_atk=7328f6c2-7394-4ec5-8da7-8ad1bfb753dc&xptdk=7328f6c2-7394-4ec5-8da7-8ad1bfb753dc" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_221_225", | |
"startUrl": [ | |
"https://shopee.co.id/WARDAH-Perfect-Bright-Series-Tnt-beauty-shop-i.744873.7404707886?sp_atk=3213f155-0c8e-4006-b497-c6ca16e8f506&xptdk=3213f155-0c8e-4006-b497-c6ca16e8f506", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Exclusive-Two-Way-Cake-i.383972992.16517173951?sp_atk=2ad9fc29-b73c-4bad-9205-3656ed529598&xptdk=2ad9fc29-b73c-4bad-9205-3656ed529598", | |
"https://shopee.co.id/WARDAH-Suncreen-Gel-SPF-30-Aqua-Fresh-SPF-50-Actif-Protection-Stik-i.161060729.20657519683?sp_atk=93eb738e-0fde-49e7-880d-34115fcb2a0c&xptdk=93eb738e-0fde-49e7-880d-34115fcb2a0c", | |
"https://shopee.co.id/Wardah-Renew-You-Day-Routine-for-Youthfull-Skin-Kulit-lembab-kencang-terlindungi-i.44016624.22019810947?sp_atk=ab388cea-44c4-403d-9685-6eee2104da63&xptdk=ab388cea-44c4-403d-9685-6eee2104da63", | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Matte-Lip-Cream-Non-Dry-Formula-High-Pigmented-SPF-20-PA-Moist-Lip-Cream-Matte-Melembabkan-Tekstur-Velvety-Halus-No-Cracking-i.48382819.786956308?sp_atk=5b5b4fa6-bea6-4363-b74a-3019bc4fad92&xptdk=5b5b4fa6-bea6-4363-b74a-3019bc4fad92" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_226_230", | |
"startUrl": [ | |
"https://shopee.co.id/AS-Wardah-Renew-You-Day-Cream-Night-Cream-Serum-Essence-Sleep-Mask-Sabun-Eye-Cream-i.8175160.3955790445?sp_atk=f59d3490-70b8-4c50-8f70-3fc9059ccb2e&xptdk=f59d3490-70b8-4c50-8f70-3fc9059ccb2e", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Lightening-Day-Cream-i.383972992.7280269243?sp_atk=bded7aba-9160-4e48-bb67-35c666ca7966&xptdk=bded7aba-9160-4e48-bb67-35c666ca7966", | |
"https://shopee.co.id/Wardah-Colorfit-Mattifying-Powder-15-gram-All-Varian-i.34547959.3480833147?sp_atk=d76ea830-a68f-4c64-9491-add5b5761c07&xptdk=d76ea830-a68f-4c64-9491-add5b5761c07", | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Colorfit-Velvet-Powder-Foundation-SPF-20-PA-11g-bedak-padat-TWC-i.48382819.9021484030?sp_atk=0126f171-0df4-48ac-8bd1-6d802a56f5c0&xptdk=0126f171-0df4-48ac-8bd1-6d802a56f5c0", | |
"https://shopee.co.id/WARDAH-CRYSTAL-SECRET-Bright-Peptide-5-Niacinamide-Night-Moist-30gr-i.39943822.674112069?sp_atk=28201970-1b8b-4ef0-b03c-c7861660ad68&xptdk=28201970-1b8b-4ef0-b03c-c7861660ad68" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_231_235", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Glasting-Liquid-Lip-Hi-Pigmented-Glass-Color-i.56139843.24709118718?sp_atk=719fdd6b-1d0e-4e0e-9ff6-582ae78d99e1&xptdk=719fdd6b-1d0e-4e0e-9ff6-582ae78d99e1", | |
"https://shopee.co.id/Wardah-Exclusive-creamy-Fundation-i.243482841.5026495361?sp_atk=5e99f485-cdb2-4040-8088-9d0a3937050c&xptdk=5e99f485-cdb2-4040-8088-9d0a3937050c", | |
"https://shopee.co.id/Wardah-Crystal-Secret-Series-Day-Night-Cream-Cleanser-Toner-Cleansing-Gel-TnT-Beauty-Shop-i.744873.7604976715?sp_atk=fede6463-5277-431d-b381-9fa75033c98c&xptdk=fede6463-5277-431d-b381-9fa75033c98c", | |
"https://shopee.co.id/WARDAH-Renew-You-1-Retinol-Microcapsule-Ceramide-Cell-Renewal-Serum-15ml-i.53698818.1996570824?sp_atk=18b32c29-08d0-4a90-b592-bcf970280cc2&xptdk=18b32c29-08d0-4a90-b592-bcf970280cc2", | |
"https://shopee.co.id/Wardah-Lightening-Day-Cream-Advanced-Niacinamide-30g-i.2836441.1162525051?sp_atk=205ba094-6c8a-42e8-a7f8-89f1f40bc81e&xptdk=205ba094-6c8a-42e8-a7f8-89f1f40bc81e" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_236_240", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Lightening-Make-Up-Series-Daily-Makeup-Flawless-Dengan-Formula-Ringan-Liquid-Foundation-Concealer-Powder-Foundation-Matte-Powder-Bedak-Padat-TWC-Foundation-6-ml-Bedak-Tabur-Fresh-BB-Tint-i.17829166.18955171029?sp_atk=86fa11ef-bea1-44df-8d03-a3078602ddb6&xptdk=86fa11ef-bea1-44df-8d03-a3078602ddb6", | |
"https://shopee.co.id/%E2%9C%A8-SUMBER-AYU-%E2%9C%A8-WARDAH-LIP-LIQUID-GLASTING-i.119147007.24559137949?sp_atk=415e4b31-e734-434e-b7c6-ba1c2006582e&xptdk=415e4b31-e734-434e-b7c6-ba1c2006582e", | |
"https://shopee.co.id/paket-Kosmetik-Wardah-6-in-1-Paket-Make-Up-Wardah-Set-6-in-1-i.339077206.16224594589?sp_atk=4cfbeea6-dd6c-46f3-aa09-cc121df7c32f&xptdk=4cfbeea6-dd6c-46f3-aa09-cc121df7c32f", | |
"https://shopee.co.id/WARDAH-COLORFIT-Mattifying-Powder-15gr-i.39943822.9622678332?sp_atk=add8232c-94c1-4fa0-b201-4ac19ee2a6cd&xptdk=add8232c-94c1-4fa0-b201-4ac19ee2a6cd", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Lightening-Powder-Foundation-Light-Feel-REFILL-i.383972992.11118942510?sp_atk=08b4991c-466c-48ea-9aa8-6c3ada263805&xptdk=08b4991c-466c-48ea-9aa8-6c3ada263805" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_241_245", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Eyeliner-EyeXpert-Optimum-Hi-black-Liner-pensil-waterproof-Spidol-i.1089817844.27207740258?sp_atk=abd3de68-5654-4b85-929f-7931eb800571&xptdk=abd3de68-5654-4b85-929f-7931eb800571", | |
"https://shopee.co.id/%E2%9D%A4%EF%B8%8FCitraCosmetic%E2%9D%A4%EF%B8%8F-Wardah-Hydra-Rose-Series-i.131118527.7051607677?sp_atk=f206b17c-94e9-4153-a817-0bcf27c96202&xptdk=f206b17c-94e9-4153-a817-0bcf27c96202", | |
"https://shopee.co.id/%E2%9C%A8STAR%E2%9C%A8-Wardah-Lightening-Day-Night-Cream-30gr-Pelembab-Wajah-Krim-Siang-Krim-Malam-Pelembap-i.26965619.669989032?sp_atk=c6692715-39fb-4196-88c2-2a8241c16824&xptdk=c6692715-39fb-4196-88c2-2a8241c16824", | |
"https://shopee.co.id/WARDAH-LIGHTENING-SERIES-(Satuan)-Facial-Wash-Toner-Day-Cream-Night-Cream-Serum-Sheet-Mask-Clay-Mask-i.15967880.6349113133?sp_atk=2d863cf6-dacf-4d59-8388-e5b12cca6dbe&xptdk=2d863cf6-dacf-4d59-8388-e5b12cca6dbe", | |
"https://shopee.co.id/Wardah-Crystal-Secret-brightening-Paket-day-night-facial-wash-i.111722789.27219667351?sp_atk=c0a6f2d1-f25a-4a6f-b48f-d65193abfe0e&xptdk=c0a6f2d1-f25a-4a6f-b48f-d65193abfe0e" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_246_250", | |
"startUrl": [ | |
"https://shopee.co.id/WARDAH-Perfect-Bright-Series-Creamy-Foam-Moisturizer-Tone-Up-Peel-Off-BB-Powder-Micellar-Water-i.241623354.17392390050?sp_atk=285ded3a-7e7e-4cad-be40-05c36daa50ab&xptdk=285ded3a-7e7e-4cad-be40-05c36daa50ab", | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-UV-Shield-Aqua-Fresh-Essence-Active-Protection-Serum-SPF-50-PA-Sunscreen-Sun-Screen-i.48382819.4042800415?sp_atk=3967d870-2c34-430a-932c-ee4155ac2893&xptdk=3967d870-2c34-430a-932c-ee4155ac2893", | |
"https://shopee.co.id/%E2%9C%A8-SUMBER-AYU-%E2%9C%A8-WARDAH-PERFECT-BRIGHT-SERIES-i.119147007.19943133053?sp_atk=c7751145-33a2-49a9-b856-d7d7313b5c9d&xptdk=c7751145-33a2-49a9-b856-d7d7313b5c9d", | |
"https://shopee.co.id/Wardah-Paket-Perfect-Bright-Lengkap-(EXP-2027)-i.127041547.18286575508?sp_atk=23b33317-0d02-4418-9b90-87cd29a3064f&xptdk=23b33317-0d02-4418-9b90-87cd29a3064f", | |
"https://shopee.co.id/Paket-Wardah-C-Defense-Lengkap-i.15918425.7523384993?sp_atk=5f00bd1b-8e83-405a-b69c-89e23d552afb&xptdk=5f00bd1b-8e83-405a-b69c-89e23d552afb" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_251_255", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Crystal-Secret-Series-Day-Night-Cream-Cleanser-Toner-Cleansing-Gel-TnT-Beauty-Shop-i.744873.7604976715?sp_atk=0e0149b2-2303-4437-83a0-503332d7db41&xptdk=0e0149b2-2303-4437-83a0-503332d7db41", | |
"https://shopee.co.id/WARDAH-UV-Shield-Sunscreen-Series-i.39943822.23719359623?sp_atk=0c446738-21b9-4860-86d9-635ce2a47268&xptdk=0c446738-21b9-4860-86d9-635ce2a47268", | |
"https://shopee.co.id/Wardah-lightening-day-cream-Night-Cream-i.275076304.6439365597?sp_atk=95bda0f9-0ec6-4998-9323-0c07016f36b7&xptdk=95bda0f9-0ec6-4998-9323-0c07016f36b7", | |
"https://shopee.co.id/WARDAH-C-Defense-DD-Energizing-Creamy-Wash-Face-Mist-Serum-Cream-Waterclay-Sleeping-Mask-Whip-Foam-Mousse-Moisturizer-Mask-i.9664631.4705285510?sp_atk=87bc71f9-d588-4e98-91b8-47e639ad6fd2&xptdk=87bc71f9-d588-4e98-91b8-47e639ad6fd2", | |
"https://shopee.co.id/PAKET-Wardah-Lightening-(5pcs)-Facial-Wash-Toner-Serum-Day-Cream-Night-Cream-i.9404660.21695833902?sp_atk=5db2bb47-df23-43fd-aa32-b8ed77dc3a73&xptdk=5db2bb47-df23-43fd-aa32-b8ed77dc3a73" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_256_260", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Crystal-Secret-Day-Cream-i.200977004.5657914395?sp_atk=fe1ec621-6dc3-4428-aba0-751b79be1f0f&xptdk=fe1ec621-6dc3-4428-aba0-751b79be1f0f", | |
"https://shopee.co.id/Wardah-Renew-You-Anti-Aging-Night-Cream-30gr-i.34547959.2088241190?sp_atk=b7cfc8e4-84c4-422f-9173-484758aa92e5&xptdk=b7cfc8e4-84c4-422f-9173-484758aa92e5", | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Colorfit-Ultralight-Matte-Lipstick-3.6g-lipstik-mate-wardah-i.48382819.3616332061?sp_atk=8ca555cb-4bcc-4bc8-8ca2-3c4fc4b9453d&xptdk=8ca555cb-4bcc-4bc8-8ca2-3c4fc4b9453d", | |
"https://shopee.co.id/WARDAH-Tranexamic-a-Arbutin-Niacinamide-Dark-Spot-Corrector-Gel-Moisturizer-30gr-i.39943822.25569345278?sp_atk=08be1a82-ce26-43ca-b6a1-432944567983&xptdk=08be1a82-ce26-43ca-b6a1-432944567983", | |
"https://shopee.co.id/Wardah-Tranexamic-%C9%91-Arbutin-5-Niacinamide-Dark-Spot-Corrector-Gel-Moisturizer-30g-Menyamarkan-Noda-Hitam-i.2836441.28054427321?sp_atk=3f797ecd-5a5c-4398-a3c0-d170810662e0&xptdk=3f797ecd-5a5c-4398-a3c0-d170810662e0" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_261_265", | |
"startUrl": [ | |
"https://shopee.co.id/Paket-Wardah-Lightening-Series-Skincare-Paket-Wardah-Hemat-mencerahkan-Wajah-i.218927864.13827187427?sp_atk=186192b0-f473-4273-a556-cda5a570c05d&xptdk=186192b0-f473-4273-a556-cda5a570c05d", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Exclusive-Two-Way-Cake-i.383972992.16517173951?sp_atk=2ad9fc29-b73c-4bad-9205-3656ed529598&xptdk=2ad9fc29-b73c-4bad-9205-3656ed529598", | |
"https://shopee.co.id/Wardah-Exclusive-creamy-Fundation-i.243482841.5026495361?sp_atk=5e99f485-cdb2-4040-8088-9d0a3937050c&xptdk=5e99f485-cdb2-4040-8088-9d0a3937050c", | |
"https://shopee.co.id/Wardah-Sunscreen-UV-Shield-Gel-Stick-Waterproof-Aqua-Essence-Acne-Calming-Physical-Sunscreen-Serum-i.8744375.12725320565?sp_atk=ae6e5c9f-3bbc-4bd5-a33d-a9bfa7ca5879&xptdk=ae6e5c9f-3bbc-4bd5-a33d-a9bfa7ca5879", | |
"https://shopee.co.id/WARDAH-Gel-Moisturizer-14x-Hyaluron-Pentavitin-30gr-Vitamin-C-Adenosine-30gr-i.6080165.23489704023?sp_atk=a5e08d5b-5137-4c4b-b3de-d938c31ccea3&xptdk=a5e08d5b-5137-4c4b-b3de-d938c31ccea3" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_266_270", | |
"startUrl": [ | |
"https://shopee.co.id/WARDAH-CRYSTAL-SECRET-Alpha-Arbutin-5-Niacinamide-Day-Moisturizer-30gr-i.39943822.674109839?sp_atk=b987ab6d-3989-4d9d-9add-ed372df17134&xptdk=b987ab6d-3989-4d9d-9add-ed372df17134", | |
"https://shopee.co.id/WARDAH-Paket-Vitamin-C-Radiant-Charge-Skincare-Wardah-1-Set-Lengkap-i.18245825.28012745964?sp_atk=8cfe0a0c-de96-4683-976e-f26cccde440c&xptdk=8cfe0a0c-de96-4683-976e-f26cccde440c", | |
"https://shopee.co.id/%E2%9D%A4%EF%B8%8FCitraCosmetic%E2%9D%A4%EF%B8%8F-Wardah-C-Defense-Series-DD-Cream-Natural-DD-Cream-Light-Creamy-Wash-Whip-Foam-C-Defense-Face-Mist-Mousse-Moisturizer-Sleeping-Mask-Creamy-Wash-Serum-Waterclay-Mask-i.131118527.2045482839?sp_atk=b18c00e0-8a51-49d1-a18a-4d39dffbc92e&xptdk=b18c00e0-8a51-49d1-a18a-4d39dffbc92e", | |
"https://shopee.co.id/%E2%9C%A8-SUMBER-AYU-%E2%9C%A8-WARDAH-C-DEFENSE-SERIES-i.119147007.19147578201?sp_atk=b6ba4509-5632-43c0-beaa-59048c5e36c3&xptdk=b6ba4509-5632-43c0-beaa-59048c5e36c3", | |
"https://shopee.co.id/%E2%98%98%EF%B8%8F-CHAROZA-%E2%98%98%EF%B8%8F-WARDAH-Renew-Day-Cream-Night-C-Facial-Wash-Intense-Serum-Eye-Cream-i.1644944.4048713541?sp_atk=c2e73144-2046-4e6d-9231-71274959926c&xptdk=c2e73144-2046-4e6d-9231-71274959926c" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_271_275", | |
"startUrl": [ | |
"https://shopee.co.id/WARDAH-COLORFIT-Velvet-Powder-Foundation-11gr-i.39943822.9922677997?sp_atk=710ffca1-dd10-4e0b-b435-6217fe2f70bd&xptdk=710ffca1-dd10-4e0b-b435-6217fe2f70bd", | |
"https://shopee.co.id/Wardah-Lightening-Day-Cream-Night-Cream-20ml-i.34547959.2171341449?sp_atk=9d4b109f-b80b-471e-aeb1-a3d8dfc16542&xptdk=9d4b109f-b80b-471e-aeb1-a3d8dfc16542", | |
"https://shopee.co.id/Wardah-Lightening-Powder-Foundation-Light-Feel-Kaca-i.894858567.23704489574?sp_atk=8c20ab1b-e996-4e8c-8cf5-cd5c9ec434a8&xptdk=8c20ab1b-e996-4e8c-8cf5-cd5c9ec434a8", | |
"https://shopee.co.id/WARDAH-Renew-You-Retinol-Microcaps-Matrixyl-3000-Lift-Rejuvenate-Night-Moisturizer-30gr-i.39943822.675819766?sp_atk=2e4a669b-168b-4b40-9627-19a18dfac1db&xptdk=2e4a669b-168b-4b40-9627-19a18dfac1db", | |
"https://shopee.co.id/AS-Wardah-Renew-You-Day-Cream-Night-Cream-Serum-Essence-Sleep-Mask-Sabun-Eye-Cream-i.8175160.3955790445?sp_atk=f59d3490-70b8-4c50-8f70-3fc9059ccb2e&xptdk=f59d3490-70b8-4c50-8f70-3fc9059ccb2e" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_276_280", | |
"startUrl": [ | |
"https://shopee.co.id/%E2%9D%A4%EF%B8%8FCitraCosmetic%E2%9D%A4%EF%B8%8F-Wardah-Lightening-Powder-Foundation-Light-Feel-i.131118527.2063614330?sp_atk=3a57d6ab-99c8-411e-a026-fd5ab7c407c5&xptdk=3a57d6ab-99c8-411e-a026-fd5ab7c407c5", | |
"https://shopee.co.id/Wardah-Lightening-Day-Cream-Advanced-Niacinamide-30-g-i.243482841.6551128153?sp_atk=d603970f-08c7-4fe7-ba3d-22bd93acc335&xptdk=d603970f-08c7-4fe7-ba3d-22bd93acc335", | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Nature-Daily-Aloe-Hydramild-Essence-Toner-Multi-Gel-Face-Wash-Moisturizer-Cream-Serum-Hand-i.48382819.4216573812?sp_atk=281807bb-5de8-4f2b-a3cd-eda92b7725cd&xptdk=281807bb-5de8-4f2b-a3cd-eda92b7725cd", | |
"https://shopee.co.id/LIVI-Wardah-Colorfit-Ultralight-Matte-Lipstick-(new)-i.92913190.3593660886?sp_atk=751bdede-3fac-4c48-949f-0e367cbad0d1&xptdk=751bdede-3fac-4c48-949f-0e367cbad0d1", | |
"https://shopee.co.id/-NEW-YEAR-SALE-WARDAH-LIGHTENING-DAY-CREAM-Krim-Pagi-Dengan-Advanced-Niacinamide-dan-Dilengkapi-SPF30-%E2%9D%A4-jselectiv-%E2%9D%A4-Krim-Siang-WARDAH-ORI%E2%9C%94%EF%B8%8FBPOM%E2%9C%94%EF%B8%8FCOD%E2%9C%94%EF%B8%8F-i.338320364.23879685312?sp_atk=bdd6cf12-1bfc-44c5-a96b-363f8720a69d&xptdk=bdd6cf12-1bfc-44c5-a96b-363f8720a69d" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_281_285", | |
"startUrl": [ | |
"https://shopee.co.id/AS-Wardah-Lightening-Day-Night-Cream-Toner-Milk-Cleanser-Serum-Krim-Siang-Malam-i.8175160.4356329790?sp_atk=021c33ed-2750-4a75-b153-4e3042c24ed9&xptdk=021c33ed-2750-4a75-b153-4e3042c24ed9", | |
"https://shopee.co.id/Wardah-C-defense-Paket-Hemat-Lengkap-(EXP-2027)-i.127041547.3917791113?sp_atk=9887c05c-b9a9-4b50-b442-555530532091&xptdk=9887c05c-b9a9-4b50-b442-555530532091", | |
"https://shopee.co.id/Wardah-Acnederm-Series-Tnt-beauty-shop-i.744873.7543834078?sp_atk=7c07775c-571d-4a78-ad08-c1bf23081e97&xptdk=7c07775c-571d-4a78-ad08-c1bf23081e97", | |
"https://shopee.co.id/WARDAH-CRYSTAL-SECRET-SERIES-i.59115443.3342144832?sp_atk=2866b99b-8811-4256-8e37-ddfd3c551971&xptdk=2866b99b-8811-4256-8e37-ddfd3c551971", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Colorfit-Mattifying-Powder-15-g-i.383972992.16853586596?sp_atk=bfefe629-ebc5-4874-9da6-dccd33a5e16a&xptdk=bfefe629-ebc5-4874-9da6-dccd33a5e16a" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_286_290", | |
"startUrl": [ | |
"https://shopee.co.id/Wardah-Paket-Lightening-perawatan-wajah-Day-night-Toner-serum-i.241736768.18091854511?sp_atk=54160c1a-39be-4cb4-8568-39a271e5f59c&xptdk=54160c1a-39be-4cb4-8568-39a271e5f59c", | |
"https://shopee.co.id/Wardah-Tranexamic-a-Arbutin-5-Niacinamide-Dark-Spot-Corrector-Gel-Moisturizer-i.11336267.24020906333?sp_atk=8bd172df-9291-4271-8ac3-535f6ca74576&xptdk=8bd172df-9291-4271-8ac3-535f6ca74576", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Lightening-Powder-Foundation-Light-Feel-SPF40-i.383972992.8879051911?sp_atk=1bede0ad-b332-40fe-8685-eeed49e5c1bc&xptdk=1bede0ad-b332-40fe-8685-eeed49e5c1bc", | |
"https://shopee.co.id/-4-PCS-WARDAH-Paket-Perfect-Bright-i.39943822.24462868104?sp_atk=97889ea4-34c7-4da8-a1a0-ea66d81207fd&xptdk=97889ea4-34c7-4da8-a1a0-ea66d81207fd", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Exclusive-Matte-Lip-Cream-4gr-i.383972992.22377791343?sp_atk=d18fc1d7-feb3-4a51-87ce-a19fa47c6651&xptdk=d18fc1d7-feb3-4a51-87ce-a19fa47c6651" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_291_295", | |
"startUrl": [ | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Hydra-Rose-Series-Dewy-Aqua-Day-Gel-Moisture-Rich-Night-Gel-Foam-Cleanser-Toner-i.48382819.4551138869?sp_atk=2fca094c-551e-4831-931f-126901292c29&xptdk=2fca094c-551e-4831-931f-126901292c29", | |
"https://shopee.co.id/WARDAH-Lightening-Series-i.1045390569.22378761821?sp_atk=c8d67f1e-4860-4e4d-9373-494bbd472c1a&xptdk=c8d67f1e-4860-4e4d-9373-494bbd472c1a", | |
"https://shopee.co.id/WARDAH-Acnederm-Series-Pure-Foaming-Cleanser-Refining-Toner-Day-Night-Treatment-Moisturizer-Cream-Acne-Spot-Gel-Pore-Blackhead-Balm-Face-Powder-Serum-Micellar-Water-i.9664631.3242388360?sp_atk=fc0751e8-9163-4414-b85d-c3aeaa9de611&xptdk=fc0751e8-9163-4414-b85d-c3aeaa9de611", | |
"https://shopee.co.id/%E2%9C%A8STAR%E2%9C%A8-Wardah-Lightening-Whip-Facial-Foam-Sabun-Wajah-Facial-Wash-Sabun-Muka-Pembersih-Wajah-i.26965619.6029347348?sp_atk=6729c0fd-54d9-46ed-b047-2331d05add0c&xptdk=6729c0fd-54d9-46ed-b047-2331d05add0c", | |
"https://shopee.co.id/%E2%9D%A4-BELIA-%E2%9D%A4-WARDAH-Colorfit-Velvet-Powder-Foundation-SPF-20-PA-11g-bedak-padat-TWC-i.48382819.9021484030?sp_atk=0126f171-0df4-48ac-8bd1-6d802a56f5c0&xptdk=0126f171-0df4-48ac-8bd1-6d802a56f5c0" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "nama_dan_link_toko_296_300", | |
"startUrl": [ | |
"https://shopee.co.id/PAKET-Wardah-Lightening-Complexion-Bundlle-Powder-Foundation-light-Feel-Fresh-BB-Tint-30ml--i.8077122.28951040515?sp_atk=06093744-8a6e-4521-abff-be3e19775fe2&xptdk=06093744-8a6e-4521-abff-be3e19775fe2", | |
"https://shopee.co.id/Paket-Wardah-C-Defense-Lengkap-Besar-i.15918425.233817707?sp_atk=482eae87-feba-42c7-8528-c38550926c62&xptdk=482eae87-feba-42c7-8528-c38550926c62", | |
"https://shopee.co.id/*-FELIZ-*-WARDAH-Lightening-Powder-Foundation-Light-Feel-REFILL-i.383972992.11118942510?sp_atk=08b4991c-466c-48ea-9aa8-6c3ada263805&xptdk=08b4991c-466c-48ea-9aa8-6c3ada263805", | |
"https://shopee.co.id/Paket-Wardah-C-defense-Lengkap-Glowing-Cerah-i.54468761.16915394582?sp_atk=10876da2-46f9-48f7-8829-ba6c7d3032b5&xptdk=10876da2-46f9-48f7-8829-ba6c7d3032b5", | |
"https://shopee.co.id/WARDAH-Suncreen-Gel-SPF-30-Aqua-Fresh-SPF-50-Actif-Protection-Stik-i.161060729.20657519683?sp_atk=93eb738e-0fde-49e7-880d-34115fcb2a0c&xptdk=93eb738e-0fde-49e7-880d-34115fcb2a0c" | |
], | |
"selectors": [ | |
{ | |
"id": "link", | |
"linkType": "linkFromHref", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"selector": "a.lG5Xxv", | |
"type": "SelectorLink" | |
}, | |
{ | |
"id": "nama_toko", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], | |
"regex": "", | |
"selector": "div.fV3TIn", | |
"type": "SelectorText" | |
} | |
], | |
"websiteStateSetup": { | |
"enabled": true, | |
"performWhenNotFoundSelector": "div.fV3TIn", | |
"actions": [ | |
{ | |
"selector": "div.fV3TIn", | |
"type": "click" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment