-
Notifications
You must be signed in to change notification settings - Fork 0
/
pharmacies_data.json
25 lines (25 loc) · 988 Bytes
/
pharmacies_data.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
{
"Pharmacies" : [
{
"name": "МАРВИ",
"search_address": "https://marvi.bg/search?keywords=",
"delivery_terms": {"Delivery cost": 4.00, "Free delivery threshold": 50.00},
"titles_grabber": ".uk-grid-match .product-title",
"price_grabber": ".uk-grid-match .product-price"
},
{
"name": "РЕМЕДИУМ",
"search_address": "https://remedium.bg/search?q=",
"delivery_terms": {"Delivery cost": 3.90, "Free delivery threshold": 60.00},
"titles_grabber": ".LineItem__ItemInformation-sc-1imtm0n-1 > p",
"price_grabber": "div.Price__Container-sc-14hy5o8-0 > span"
},
{
"name": "SOpharmacy",
"search_address": "https://sopharmacy.bg/bg/sophSearch/?text=",
"delivery_terms": {"Delivery cost": 3.90, "Free delivery threshold": 50.00},
"titles_grabber": "h2.products-item__title",
"price_grabber": "ul.product-grid"
}
]
}