# Wedding Photographers The Knot Wedding Vendor

**Use case:** 

Extract The Knot Wedding Vendor data filtered by Wedding Photographers. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    "https://www.theknot.com/marketplace/wedding-photographers-new-york-ny"
  ],
  "maxItems": 10,
  "category": "wedding-photographers",
  "stateCode": "",
  "sort": "recommended",
  "includeDetails": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "priceMin": {
    "label": "Price (low)"
  },
  "priceMax": {
    "label": "Price (high)"
  },
  "startingPriceRange": {
    "label": "Starting Price"
  },
  "vendorTier": {
    "label": "Tier"
  },
  "phone": {
    "label": "Phone"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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