# Find Churches in New York City

**Use case:** 

Collect a list of churches in New York City with contact details, perfect for community outreach and event planning.

## Input

```json
{
  "maxItems": 200,
  "startUrls": [
    "https://www.churchfinder.com/churches/ny/new-york",
    "https://www.churchfinder.com/churches/ca/los-angeles"
  ],
  "state": "NY",
  "city": "New York",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "string"
  },
  "name": {
    "label": "Church Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "address": {
    "label": "Full Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zipCode": {
    "label": "ZIP Code",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "denomination": {
    "label": "Denomination",
    "format": "string"
  },
  "serviceTimes": {
    "label": "Service Times",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "claimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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