# Foodpanda Restaurant Leads & Phones in Taipei

**Use case:** 

Build a Foodpanda restaurant lead list for Taipei — business name, phone, registered company, full address, website and ratings, ready for outreach.

## Input

```json
{
  "searchLocation": "taipei",
  "country": "sg",
  "vertical": "restaurants",
  "maxItems": 150,
  "scrapeMenus": false,
  "monitorMode": false,
  "monitorTrackChanges": true,
  "maxConcurrency": 8,
  "apiKey": "volo",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "uen": {
    "label": "UEN",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postalCode": {
    "label": "Postcode",
    "format": "text"
  },
  "minimumOrderAmount": {
    "label": "Min order",
    "format": "number"
  },
  "deliveryFee": {
    "label": "Delivery fee",
    "format": "number"
  },
  "menuItemCount": {
    "label": "Menu items",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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