# Wedding Vendor Aggregator (The Knot + WeddingWire) — Full Ex

**Use case:** 

Scrape the full wedding vendor aggregator (the knot + weddingwire) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract wedding vendor aggregator (the knot + weddingwire) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchUrls": [
    {
      "url": "https://www.theknot.com/marketplace/wedding-reception-venues-atlanta-ga"
    },
    {
      "url": "https://www.weddingwire.com/c/ga-georgia/atlanta/wedding-venues/524-11-rca.html"
    }
  ],
  "maxItems": 200,
  "maxPagesPerSearch": 5,
  "platforms": [
    "theknot",
    "weddingwire"
  ]
}
```

## Output

```json
{
  "vendor_name": {
    "label": "Vendor Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wedding Vendor Aggregator Scraper (The Knot + WeddingWire)](https://apify.com/jungle_synthesizer/wedding-vendor-aggregator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/wedding-vendor-aggregator-scraper) to learn more, explore other use cases, and run it yourself.