# Monitor New Restaurant Listings on Foodpanda Bangladesh

**Use case:** 

Track newly added restaurants on Foodpanda across major cities in Bangladesh to stay updated on market expansion and competitor activity. This data is crucial f

## Input

```json
{
  "restaurantUrls": [
    "https://www.foodpanda.sg/restaurant/en/m3jj-mcdonalds-ang-mo-kio"
  ],
  "city": "Dhaka",
  "country": "bd",
  "radiusKm": 3,
  "maxRestaurants": 150,
  "includeMenu": false,
  "maxItemsPerRestaurant": 10,
  "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.