# Yellow Pages AU - URL | Keywords | Reviews Scraper

**Use case:** 

Scrape Yellow Pages Australia businesses by type and location with contacts, websites, ratings, social links, filters and custom fields.

## Input

```json
{
  "mode": "keyword",
  "businessType": "electrician",
  "location": "Melbourne, VIC",
  "urls": [
    "https://www.yellowpages.com.au/search?search_terms=plumber&geo_location_terms=Sydney"
  ],
  "limit": 20,
  "pageNumber": 1,
  "fetchDetails": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "primaryCategoryName": {
    "label": "Category",
    "format": "text"
  },
  "slogan": {
    "label": "Slogan",
    "format": "text"
  },
  "openingHoursToday": {
    "label": "Hours Today",
    "format": "text"
  },
  "yearsInBusiness": {
    "label": "Years in Business",
    "format": "text"
  },
  "isAd": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "detailsPageUrl": {
    "label": "YP Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Yellow Pages AU $1💰 URL | Keywords | Reviews Scraper](https://apify.com/abotapi/yellow-pages-au-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/yellow-pages-au-scraper) to learn more, explore other use cases, and run it yourself.