# Tagvenue Scraper — Event & Party Venue Leads (`scrapersdelight/tagvenue-scraper`) Actor

Scrape event, party, wedding, meeting and conference venues from Tagvenue: venue name, room, capacity, price, rating, reviews, coordinates, nearest station and listing URL. UK, US, AU, IE, SG & CA. No login.

- **URL**: https://apify.com/scrapersdelight/tagvenue-scraper.md
- **Developed by:** [Scrapers Delight](https://apify.com/scrapersdelight) (community)
- **Categories:** Lead generation, Travel
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$4.00 / 1,000 per venue returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## What is Tagvenue Scraper?

Tagvenue Scraper extracts **event, party, wedding, meeting and conference venues** from
[Tagvenue](https://www.tagvenue.com) — venue name, room, capacity, price, rating, reviews, full
postal address and coordinates. **No login, no account.**

Search on Tagvenue for the city and venue type you want, paste the URL, and run it.

- **Every venue in a search area** — paginates the full result set, not just the first page
- **Full postal address + coordinates** on every row, ready for mapping or enrichment
- **Capacity and price** — standing and seated capacity, price and pricing method
- **Ratings and review counts** for filtering to established venues
- Covers **UK, US, Australia, Ireland, Singapore and Canada**
- Export to Excel, CSV, JSON or HTML; schedule it or run it from the API

### Why this is a lead list

Every row is a **venue business** — a named company with an address, a phone-book-ready location and
a public listing. That makes the output directly usable for anyone selling to venues: event
software, booking systems, catering, AV hire, insurance, EPOS, staffing agencies.

A single London "party venues" search returns **9,895 venues**.

### What data can this scraper extract?

| | | |
|---|---|---|
| 🏢 Venue name | 🚪 Room name | 🔗 Venue & room URLs |
| 👥 Standing capacity | 🪑 Seated capacity | 💰 Price + pricing method |
| ⭐ Rating | 💬 Review count | 🏅 Supervenue badge |
| 📍 Full postal address | 🌍 Latitude / longitude | 🗺️ Area / neighbourhood |
| 🚇 Nearest station | 📏 Distance to station | 🖼️ Photos |
| 📝 Room description | 🏛️ Venue description | 📅 Listed (days ago) |

### How do I use it?

#### ⬇️ Input

The easiest way: search on tagvenue.com, switch to the **map view**, copy the address bar, and paste
it in.

```json
{
  "searchUrl": "https://www.tagvenue.com/uk/search/party?longitude_from=-0.5&longitude_to=0.35&latitude_from=51.28&latitude_to=51.70&neighbourhood=London%2C%20UK&iso_country_code=GB&room_tag=party&view=results",
  "maxItems": 500
}
```

**Why a URL and not just a city name?** Tagvenue scopes a search by the **map area**, not by the
location text — searching "London" and "New York" with only a name returns the *same* venues. The
search URL carries the map area, so pasting it is what makes results correct. API users can pass
North/South/East/West coordinates instead.

`maxItems: 0` collects every venue in the area.

#### ⬆️ Output

One row per bookable room:

```json
{
  "venue_name": "Little Fires",
  "room_name": "The Listening Room",
  "room_url": "https://www.tagvenue.com/rooms/london/73001/little-fires",
  "standing_capacity": 60,
  "seating_capacity": 45,
  "price": "£600",
  "price_method": "minimum spend",
  "price_type": "per session",
  "rating": 4.8,
  "reviews_count": 25,
  "address": "125-127 Bethnal Green Road, London, E2 7DG, United Kingdom",
  "postcode": "E2 7DG",
  "latitude": 51.5250856,
  "longitude": -0.0715704,
  "area": "Tower Hamlets, London",
  "metro_station": "Shoreditch High Street Station",
  "metro_distance": "0.2 mi"
}
```

Note a venue can list several bookable rooms — each is its own row, sharing a `venue_id`. Group by
`venue_id` if you want one row per business.

### Common uses

- **Selling to venues** — event software, booking systems, catering, AV, insurance, staffing
- **Event planning** — shortlist by capacity, budget and rating in one export
- **Market research** — venue supply, pricing and capacity by city or neighbourhood
- **Competitive analysis** — track how venues price and position themselves

### Frequently asked questions

**Do I need a Tagvenue account?** No.

**Do I need residential proxies?** No — it was measured working on standard datacenter proxies, so
the cheap default is correct.

**Does it get contact details?** Tagvenue routes enquiries through its own form, so phone numbers
and emails are not published on listings. You get the venue name, full address and listing URL,
which is enough to match against a contact-enrichment step.

**Is it legal?** It reads publicly visible listing pages with no login. You remain responsible for
complying with Tagvenue's Terms of Service and applicable law.

### Your feedback

Hit a bug or want another field? Open an issue on the Issues tab.

# Actor input Schema

## `searchUrl` (type: `string`):

Paste a Tagvenue search URL. Search on tagvenue.com, switch to the map view, then copy the address bar — the URL carries the map area and all your filters.

## `maxItems` (type: `integer`):

Stop after this many venues. Set 0 for every venue in the search area.

## `roomTag` (type: `string`):

Tagvenue's venue-type slug, e.g. party, wedding, meeting, conference, photo-studio, birthday-party. Only used when you supply a bounding box instead of a search URL (a search URL already contains it).

## `north` (type: `integer`):

Top edge of the search area.

## `south` (type: `integer`):

Bottom edge of the search area.

## `east` (type: `integer`):

Right edge of the search area.

## `west` (type: `integer`):

Left edge of the search area.

## `locationLabel` (type: `string`):

Display label only, e.g. 'Manchester, UK'. Does not filter.

## `countryCode` (type: `string`):

Tagvenue market for the bounding box.

## `proxyConfiguration` (type: `object`):

Apify Proxy is enough — measured working on standard datacenter proxies. Residential is not required.

## `requestDelayMs` (type: `integer`):

Pacing between pages.

## Actor input object example

```json
{
  "searchUrl": "https://www.tagvenue.com/uk/search/party?longitude_from=-0.5&longitude_to=0.35&latitude_from=51.28&latitude_to=51.70&neighbourhood=London%2C%20UK&iso_country_code=GB&room_tag=party&view=results",
  "maxItems": 50,
  "roomTag": "party",
  "countryCode": "GB",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestDelayMs": 400
}
```

# Actor output Schema

## `venues` (type: `string`):

Venue and room name, capacity, price, rating, reviews, coordinates, nearest station and listing URLs.

# 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 = {
    "searchUrl": "https://www.tagvenue.com/uk/search/party?longitude_from=-0.5&longitude_to=0.35&latitude_from=51.28&latitude_to=51.70&neighbourhood=London%2C%20UK&iso_country_code=GB&room_tag=party&view=results",
    "maxItems": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapersdelight/tagvenue-scraper").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 = {
    "searchUrl": "https://www.tagvenue.com/uk/search/party?longitude_from=-0.5&longitude_to=0.35&latitude_from=51.28&latitude_to=51.70&neighbourhood=London%2C%20UK&iso_country_code=GB&room_tag=party&view=results",
    "maxItems": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapersdelight/tagvenue-scraper").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 '{
  "searchUrl": "https://www.tagvenue.com/uk/search/party?longitude_from=-0.5&longitude_to=0.35&latitude_from=51.28&latitude_to=51.70&neighbourhood=London%2C%20UK&iso_country_code=GB&room_tag=party&view=results",
  "maxItems": 50
}' |
apify call scrapersdelight/tagvenue-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/M97Za1vWV6QcNnyur/builds/76gDhb6rxJ1mf4Cii/openapi.json
