-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrivals.json
101 lines (101 loc) · 2.95 KB
/
rivals.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"name": "InstrBy",
"URL": "https://instr.by",
"searchURL": "https://instr.by/catalog/?q=%s",
"productsSelector": ".catalog_item_wrapp.catalog_item.item_wrap",
"priceSelector": "span.price_value",
"titleSelector": ".item-title a",
"t": ""
},
{
"name": "InstrumentBy",
"URL": "https://instrument.by",
"searchURL": "https://instrument.by/find/?findtext=%s",
"productsSelector": ".ok-product",
"priceSelector": ".ok-product__price-block",
"titleSelector": ".ok-product__title > a",
"t": ""
},
{
"name": "ToolsBy",
"URL": "https://www.tools.by",
"searchURL": "https://www.tools.by/?q=kat&part=1&keys=%s",
"productsSelector": ".products > tbody > tr:not(.subtitle)",
"priceSelector": ".div_price",
"titleSelector": ".div_naimen > a",
"t": ""
},
{
"name": "RemontToolsBy",
"URL": "https://remont.tools.by",
"searchURL": "https://remont.tools.by/?q=spares&keys=%s",
"productsSelector": "#spareszaps .row.row-card",
"priceSelector": ".row.spares-cena strong",
"titleSelector": ".zap-card-to-korz > .row > a",
"t": ""
},
{
"name": "TProBy",
"URL": "https://tpro.by",
"searchURL": "https://tpro.by/search?q=%s",
"productsSelector": ".items.productList .item.product.sku",
"priceSelector": ".priceVal",
"titleSelector": ".productColText .name",
"redirectedProductSelector": "#main",
"redirectedPriceSelector": ".item #tableContainer #elementTools .priceContainer .priceVal",
"redirectedTitleSelector": ".limiter h1.changeName",
"t": "\t"
},
{
"name": "By7745",
"URL": "https://7745.by",
"searchURL": "https://7745.by/search?keys=%s",
"productsSelector": ".catalog-item__wrapper",
"priceSelector": ".item-block_main-price > span",
"titleSelector": ".item-block_name",
"redirectedProductSelector": ".product",
"redirectedPriceSelector": ".product__price-value",
"redirectedTitleSelector": ".product__title",
"t": "\t"
},
{
"name": "Vek21By",
"URL": "https://www.21vek.by",
"searchURL": "https://www.21vek.by/search/?term=%s&sa=",
"productsSelector": ".result__item",
"priceSelector": ".g-price",
"titleSelector": ".result__name",
"urlSelector": ".result__link",
"t": ""
},
{
"name": "DelomasteraBy",
"URL": "https://delomastera.by",
"searchURL": "https://delomastera.by/search.html?filter_name=%s",
"productsSelector": ".item",
"priceSelector": ".item-prices",
"titleSelector": ".title > a",
"t": ""
},
{
"name": "OmaBy",
"URL": "https://www.oma.by",
"searchURL": "https://www.oma.by/search/?SORTBY=RELEVANSE&q=%s",
"productsSelector": ".product-item",
"priceSelector": ".price__normal",
"titleSelector": ".product-item_title .wrapper",
"urlSelector": ".area-link",
"t": "\t"
},
{
"name": "AgroxBy",
"URL": "https://agrox.by",
"searchURL": "https://agrox.by/search?q=%s",
"productsSelector": ".b-product",
"priceSelector": ".price__normal",
"titleSelector": ".b-product__price-wrap .b-product__price",
"urlSelector": ".b-product__img-wrap",
"t": "\t"
}
]