# Monitor Competitor Menus on Foodpanda Kuala Lumpur

**Use case:** 

Track specific competitor restaurants and their menu offerings on Foodpanda Kuala Lumpur for competitive intelligence. This allows you to monitor price changes,

## Input

```json
{
  "restaurantUrls": [
    "https://www.foodpanda.my/restaurant/s7tg/nasi-lemak-pak-malau-ampang",
    "https://www.foodpanda.my/restaurant/s7tn/burger-king-klcc",
    "https://www.foodpanda.my/restaurant/s7tp/sushi-king-pavilion-kl"
  ],
  "radiusKm": 3,
  "maxRestaurants": 5,
  "includeMenu": true,
  "maxItemsPerRestaurant": 75,
  "vendorTypes": [
    "restaurant"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "string"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "vendorType": {
    "label": "Type",
    "format": "string"
  },
  "isOpen": {
    "label": "Open",
    "format": "boolean"
  },
  "deliveryFee": {
    "label": "Delivery Fee",
    "format": "number"
  },
  "minimumOrder": {
    "label": "Min Order",
    "format": "number"
  },
  "estimatedDeliveryTime": {
    "label": "ETA",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "vendorUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Foodpanda Restaurant & Menu Scraper](https://apify.com/crawlerbros/foodpanda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/foodpanda-scraper) to learn more, explore other use cases, and run it yourself.