# Zola Wedding Registry Scraper

**Use case:** 

Scrape Zola wedding couple pages by name. Export names, event date, wedding website and details for wedding vendor outreach.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "johnson"
  ],
  "maxItems": 25,
  "enrichDetails": true,
  "onlyComplete": false,
  "maxScan": 2000,
  "randomizeStart": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "💍 Couple",
    "format": "text"
  },
  "weddingWebsiteUrl": {
    "label": "🌐 Website",
    "format": "link"
  },
  "registryUrl": {
    "label": "🎁 Registry",
    "format": "link"
  },
  "ownerFirstName": {
    "label": "👤 Owner First",
    "format": "text"
  },
  "ownerLastName": {
    "label": "👤 Owner Last",
    "format": "text"
  },
  "partnerFirstName": {
    "label": "👥 Partner First",
    "format": "text"
  },
  "partnerLastName": {
    "label": "👥 Partner Last",
    "format": "text"
  },
  "weddingDate": {
    "label": "📅 Wedding Date",
    "format": "text"
  },
  "city": {
    "label": "🏙 City",
    "format": "text"
  },
  "stateProvince": {
    "label": "🗺 State",
    "format": "text"
  },
  "venueName": {
    "label": "🏛 Venue",
    "format": "text"
  },
  "venueCity": {
    "label": "📍 Venue City",
    "format": "text"
  },
  "venueState": {
    "label": "📍 Venue State",
    "format": "text"
  },
  "eventName": {
    "label": "🎉 Event",
    "format": "text"
  },
  "hasRegistry": {
    "label": "🎁 Has Registry",
    "format": "text"
  },
  "hasWebsite": {
    "label": "🌐 Has Website",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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