# WeddingWire Couples Directory Scraper

**Use case:** 

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

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "Martinez"
  ],
  "randomizeStart": true,
  "maxScan": 3000,
  "maxItems": 25,
  "fetchDetails": true,
  "onlyComplete": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Photo",
    "format": "image"
  },
  "coupleNames": {
    "label": "💑 Couple",
    "format": "text"
  },
  "partner1FirstName": {
    "label": "🧑 P1 First",
    "format": "text"
  },
  "partner1LastName": {
    "label": "🧑 P1 Last",
    "format": "text"
  },
  "partner2FirstName": {
    "label": "🧑 P2 First",
    "format": "text"
  },
  "partner2LastName": {
    "label": "🧑 P2 Last",
    "format": "text"
  },
  "weddingDate": {
    "label": "📅 Wedding Date",
    "format": "text"
  },
  "daysUntilWedding": {
    "label": "⏳ Days Until",
    "format": "number"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "welcomeMessage": {
    "label": "💬 Welcome",
    "format": "text"
  },
  "weddingWebsiteUrl": {
    "label": "🔗 Website",
    "format": "link"
  },
  "webId": {
    "label": "🆔 Web ID",
    "format": "text"
  },
  "searchTerm": {
    "label": "🔎 Search Term",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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