# Cemetery Records Full Export

**Use case:** 

Full Export of Cemetery Records. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "searchQuery": "Arlington",
  "countryId": "4",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "cemeteryName": {
    "label": "Cemetery Name",
    "format": "text"
  },
  "cemeteryId": {
    "label": "Cemetery ID",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "memorialCount": {
    "label": "Memorials",
    "format": "number"
  },
  "photographedCount": {
    "label": "Photographed",
    "format": "number"
  },
  "photoRequestCount": {
    "label": "Photo Requests",
    "format": "number"
  },
  "gpsCount": {
    "label": "GPS Count",
    "format": "number"
  },
  "coordinatePrecision": {
    "label": "Coordinate Precision",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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