# PartySlate Vendor, Venue & Event Scraper (+Email) (`dionysus_way/partyslate-vendor-scraper-email`) Actor

PartySlate scraper for wedding & event vendor leads. Export photographers, planners, venues, caterers and more by city and category to JSON/CSV/Excel - with emails, phone numbers, websites, addresses, pricing, services, social links and reviews.

- **URL**: https://apify.com/dionysus\_way/partyslate-vendor-scraper-email.md
- **Developed by:** [Dionysus](https://apify.com/dionysus_way) (community)
- **Categories:** Lead generation, Other, Automation
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.40 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### PartySlate Vendor, Venue & Event Scraper
*(scrapes vendors, venues, and the pros credited on real events from **PartySlate.com**)*

#### Example URLs

- **Vendors** — [find-vendors/wedding-photographer/area/new-york-city](https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city)
- **Vendors** — [find-vendors/corporate-event-caterer/area/chicago](https://www.partyslate.com/find-vendors/corporate-event-caterer/area/chicago)
- **Venues** — [find-venues/near/new-york-city](https://www.partyslate.com/find-venues/near/new-york-city)
- **Venues by event type** — [find-venues/wedding-venues/near/los-angeles](https://www.partyslate.com/find-venues/wedding-venues/near/los-angeles)
- **Real events** (pulls every credited vendor & venue) — [real-events/weddings](https://www.partyslate.com/real-events/weddings)

Extract **PartySlate vendors, venues, and event credits** to **JSON, CSV, Excel, or API output** for lead lists, research, CRM enrichment, and market analysis — with emails, phones, websites, addresses, capacity, pricing, services, social links and awards.

#### What you get (most of the time, when available)

- **sourceSection** - which directory the row came from: `vendors`, `venues`, or `real-events`
- **id, slug** - PartySlate company ID and slug
- **name** - business name
- **profileUrl** - profile page (`/vendors/<slug>` or `/venues/<slug>`)
- **sourceUrl** - listing URL where the company was found
- **category, categorySlug** - company category
- **services** - service tags
- **email** - contact email when publicly exposed
- **phone** - phone number
- **websiteUrl** - website
- **formattedAddress, addressString, city, state, postalCode, countryCode** - location
- **latitude, longitude, googlePlaceId** - geo
- **seatedCapacity, standingCapacity** - venue capacity (venues)
- **minEngagement, minEngagementDescription** - minimum spend / pricing note
- **responseTime** - response speed
- **photoCount, albumCount, videoCount, eventCount** - portfolio counts
- **yearsInBusiness, foundedAt** - tenure
- **awards, recognitions** - recognition and press
- **socialLinks** - Instagram / Facebook / TikTok / X / LinkedIn when available
- **description** - free-text description
- **extractedAt** - scrape timestamp

#### Sample output (CSV-Friendly Flattened JSON)

```json
{
  "sourceSection": "venues",
  "id": 5332,
  "slug": "valentine-dtla",
  "name": "Valentine DTLA",
  "profileUrl": "https://www.partyslate.com/venues/valentine-dtla",
  "sourceUrl": "https://www.partyslate.com/find-venues/near/los-angeles",
  "category": "Venue",
  "email": "events@examplevenue.com",
  "phone": "+12135551234",
  "websiteUrl": "https://www.examplevenue.com/",
  "formattedAddress": "1124 San Julian St, Los Angeles, CA 90015",
  "city": "Los Angeles",
  "state": "California",
  "seatedCapacity": 250,
  "standingCapacity": 400,
  "googlePlaceId": "ChIJ...",
  "socialLinks": { "instagram": "https://www.instagram.com/examplevenue/" },
  "extractedAt": "2026-06-14T16:00:00.000Z"
}
````

#### Input fields

| Field | Type | Notes |
|---|---|---|
| `startUrls` | array required | PartySlate `find-vendors`, `find-venues`, or `real-events` listing URLs (mix freely) |
| `maxResultsPerListing` | integer | Max companies per listing URL. `0` = no cap |

#### Typical use cases

- Building **event vendor & venue lead lists** by city, category, or event type
- Harvesting vendors credited on **real events** (incl. pros not in the main directory)
- **CRM enrichment** with emails, phones, websites, and capacity
- **Market research** and competitive analysis across event industries

#### Quick start

1. Paste one or more PartySlate listing URLs (vendors, venues, and/or real-events) into `startUrls`
2. Set `maxResultsPerListing` if you want a cap per URL
3. Run the Actor
4. Download your data in JSON, CSV, or Excel format.

#### FAQ

**What URL types are supported?**
Three: `/find-vendors/<event>-<category>/area/<city>`, `/find-venues/near/<place>` (or `/find-venues/<event>-venues/near/<city>`), and `/real-events/<category>`.

**What does real-events give me?**
For each event it returns the submitting company plus every credited vendor and venue (planner, caterer, florist, photographer, venue…), each enriched with full contact details.

**Will every row have email, website, and capacity?**
No. Email/website fill is high but not universal; capacity applies to venues only.

**What if it gets blocked?**
PartySlate is not aggressively protected, but if a run underperforms, reduce `maxResultsPerListing` or retry. Contact <southdionysus@gmail.com>.

*Start pulling PartySlate vendor, venue, and event leads in minutes.*

***

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by PartySlate.

# Actor input Schema

## `startUrls` (type: `array`):

PartySlate listing URLs to scrape. Three kinds are supported and can be mixed:

• Vendors — https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city
• Venues — https://www.partyslate.com/find-venues/near/new-york-city
• Real events (pulls every credited vendor & venue) — https://www.partyslate.com/real-events/weddings

Each URL is paginated automatically until exhausted.

## `maxResultsPerListing` (type: `integer`):

Maximum number of vendor profiles to extract per start URL. 0 means no per-listing cap.

## Actor input object example

```json
{
  "startUrls": [
    "https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city",
    "https://www.partyslate.com/find-venues/near/new-york-city",
    "https://www.partyslate.com/real-events/weddings"
  ],
  "maxResultsPerListing": 50
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        "https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city",
        "https://www.partyslate.com/find-venues/near/new-york-city",
        "https://www.partyslate.com/real-events/weddings"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("dionysus_way/partyslate-vendor-scraper-email").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [
        "https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city",
        "https://www.partyslate.com/find-venues/near/new-york-city",
        "https://www.partyslate.com/real-events/weddings",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("dionysus_way/partyslate-vendor-scraper-email").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    "https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city",
    "https://www.partyslate.com/find-venues/near/new-york-city",
    "https://www.partyslate.com/real-events/weddings"
  ]
}' |
apify call dionysus_way/partyslate-vendor-scraper-email --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=dionysus_way/partyslate-vendor-scraper-email",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "PartySlate Vendor, Venue & Event Scraper (+Email)",
        "description": "PartySlate scraper for wedding & event vendor leads. Export photographers, planners, venues, caterers and more by city and category to JSON/CSV/Excel - with emails, phone numbers, websites, addresses, pricing, services, social links and reviews.",
        "version": "0.1",
        "x-build-id": "Q6F6RUOx2SD32LWxl"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/dionysus_way~partyslate-vendor-scraper-email/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-dionysus_way-partyslate-vendor-scraper-email",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/dionysus_way~partyslate-vendor-scraper-email/runs": {
            "post": {
                "operationId": "runs-sync-dionysus_way-partyslate-vendor-scraper-email",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/dionysus_way~partyslate-vendor-scraper-email/run-sync": {
            "post": {
                "operationId": "run-sync-dionysus_way-partyslate-vendor-scraper-email",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "minItems": 1,
                        "type": "array",
                        "description": "PartySlate listing URLs to scrape. Three kinds are supported and can be mixed:\n\n• Vendors — https://www.partyslate.com/find-vendors/wedding-photographer/area/new-york-city\n• Venues — https://www.partyslate.com/find-venues/near/new-york-city\n• Real events (pulls every credited vendor & venue) — https://www.partyslate.com/real-events/weddings\n\nEach URL is paginated automatically until exhausted.",
                        "items": {
                            "type": "string",
                            "pattern": "^https?://(?:www\\.)?partyslate\\.com/(?:find-vendors|find-venues|real-events)/.+$"
                        }
                    },
                    "maxResultsPerListing": {
                        "title": "Max results per listing URL",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of vendor profiles to extract per start URL. 0 means no per-listing cap.",
                        "default": 50
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
