File size: 1,915 Bytes
d8be854
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- ms
---
# Foodpanda

## download

1. [foodpanda-city.json](foodpanda-city.json),

Available cities and page links.

```python
{'Kuala Lumpur': '/city/kuala-lumpur',
 'Penang': '/city/bayan-baru',
 'Petaling Jaya': '/city/petaling-jaya',
 'Subang': '/city/puchong',
 'Shah Alam': '/city/shah-alam',
 'Cyberjaya': '/city/cyberjaya',
```

2. [foodpanda-restaurant.json](foodpanda-restaurant.json),

Available restaurants for each cities.

```python
{'Kuala Lumpur': {'La Risata Bar Pizzeria Ristorante': {'star': '4.5',
   'delivery': 'Free',
   'characters': ['Meat', 'Pasta', 'Salad', 'Pizza', 'Italian'],
   'link': '/chain/ce3iw/la-risata-bar-pizzeria-ristorante'},
  'Viapre Italian Restaurant KL': {'star': '4.3',
   'delivery': 'Free',
   'characters': ['Pizza'],
   'link': '/chain/ck3sy/viapre-italian-restaurant-kl'},
```

3. [foodpanda-foods-old.json](foodpanda-foods-old.json),

Total size is 98.7 MB.

Available foods for each restaurants.

```python
{'La Risata Bar Pizzeria Ristorante': {'star': '4.5',
  'delivery': 'Free',
  'characters': ['Meat', 'Pasta', 'Salad', 'Pizza', 'Italian'],
  'link': '/chain/ce3iw/la-risata-bar-pizzeria-ristorante',
  'data': []},
 'Viapre Italian Restaurant KL': {'star': '4.3',
  'delivery': 'Free',
  'characters': ['Pizza'],
  'link': '/chain/ck3sy/viapre-italian-restaurant-kl',
  'data': [['Starters',
    {'is_half_type_available': False,
     'id': 639959,
     'name': 'Bresaola',
     'code': 'm4yz-pr-dpsn',
     'description': 'Air dry beef loin slices on fresh mozzarella, mushroom pikles, evo oil and fine balsamic',
     'file_path': '',
     'logo_path': '',
     'half_type': None,
     'is_alcoholic_item': False,
     'product_variations': [{'id':
```

Last update on 24th November 2019.

4. [foodpanda-foods.json](foodpanda-foods.json),

Total size is 382.1 MB.

Available foods for each restaurants. 

Last update on 15th August 2020.