# Free Churchfinder Scraper Task

**Use case:** 

Scrape whole churchfinder.com website instead of using single city's urls for free.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.churchfinder.com/churches/ny/new-york"
    }
  ],
  "scrapeWholeWebsite": true,
  "dataCount": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Church",
    "format": "text"
  },
  "denominationAffiliation": {
    "label": "Denomination / Affiliation",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "averageReview": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "churchUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Church Finder Scraper [💰Free]](https://apify.com/confidential_gnat/churchfinder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/confidential_gnat/churchfinder-scraper) to learn more, explore other use cases, and run it yourself.