BounceGuide Bounce House Scraper — Phones, Websites & Leads
Pricing
Pay per event
BounceGuide Bounce House Scraper — Phones, Websites & Leads
Scrape BounceGuide's directory of bounce house & inflatable rental companies by state or city — name, phone, website, serving areas & equipment. Monitor mode alerts new listings via Slack, email or webhook. No login or API key. $4 per 1,000 companies.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Scrapers Delight
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
🏰 BounceGuide Bounce House Scraper — Phones, Websites & Leads
Build a party-rental lead list in seconds. Pick a US state (or a city) and this actor pulls every bounce house / inflatable rental company listed on BounceGuide — with its public phone (~87%), website (~92%), serving areas, and the equipment it rents (water slides, obstacle courses, concessions…). Run it on a schedule to catch new rental companies as they list.
No login, no API key, no anti-bot. BounceGuide is a plain WordPress directory with an open REST API — runs finish in seconds and never fight a CAPTCHA.
Why this one
Party-rental lead lists are usually scraped off Google Maps at Maps prices. BounceGuide is a purpose-built directory of inflatable rental companies, so every record is already in-niche:
- ✅ Phone is public (~87% of listings)
- ✅ Website is public (~92%) — straight to the vendor's own site
- ✅ Serving areas — the actual city list each company covers (better than a single pin)
- ✅ Equipment detected — bounce houses, water slides, obstacle courses, dunk tanks, concessions…
- ✅ State + city filtering and a new-listing monitor with Slack/email/webhook alerts
What you get (per company)
company_name · state · serving_areas · cities · phone · website · email (when published) · socials · equipment · description · logo_image · listed_date · profile_url · is_new · scraped_at
Export to CSV/JSON/Excel or pull via the Apify API into your CRM, Clay, n8n, or Make.
How to use it
- Click Try for free.
- Enter a State (e.g.
California,TX) — or leave it empty for all states. - Optionally add a City to keep only companies serving it.
- Click Start, then open the Dataset tab.
- For a live feed: turn on Monitor mode + a Schedule to get alerted when new rental companies list.
Input
| Field | Type | Default | What it does |
|---|---|---|---|
state | string | California | US state — full name, CA abbreviation, or raw category slug. Empty = all states. |
city | string | — | Keep only companies whose serving areas / copy mention this city. |
maxItems | integer | 50 | Cap on companies per run. 0 = unlimited (full directory ≈ 159). |
monitorMode | boolean | false | Output/alert only listings that are NEW since the last run (per state+city scope). |
alertOnNewListing | boolean | true | In monitor mode, alert for each new company. |
webhookUrl / slackWebhookUrl / emailRecipients | — | — | Where new-listing alerts go. |
proxyConfiguration | object | Apify datacenter | Datacenter rotation is plenty — no anti-bot. |
Quick start
{ "state": "California", "maxItems": 50 }
City-level pull
{ "state": "FL", "city": "Tampa" }
Daily new-listing monitor
{ "state": "Texas", "monitorMode": true, "slackWebhookUrl": "https://hooks.slack.com/services/…" }
Output example
{"company_name": "Brunos Bounce House","state": "Virginia","serving_areas": "Gainesville, VA – Bristow, VA – Haymarket, VA – Warrenton, VA – Fairfax, VA …","phone": "703-594-1587","website": "https://www.brunosbouncehouse.com","equipment": ["bounce house", "water slide", "obstacle course"],"profile_url": "https://www.bounceguide.com/brunos-bounce-house/","listed_date": "2024-03-13T00:59:00","record_id": "bounceguide-1209","source": "BounceGuide","scraped_at": "2026-06-12T22:48:00.000Z"}
Who it's for
- 🎯 Party-supply & inflatable manufacturers selling units to rental operators
- 🛡️ Insurance / SaaS (booking software, waivers, payments) targeting party-rental businesses
- 📣 Agencies & lead-gen serving the events / party-rental niche
- 🤝 Rental operators mapping competitors and partner companies by territory
Pricing (pay-per-event)
| Event | What it covers | Price |
|---|---|---|
lot-scraped | each rental company returned | $0.004 (~$4 / 1,000) |
monitor-run-completed | each scheduled watch run | $0.05 / run |
new-lot-detected | each newly listed company | $0.02 |
alert-delivered | each Slack/email/webhook alert | $0.005 |
A full-directory pull (~159 companies) costs well under $1.
Monitor & alert setup
- Set your
state(and optionalcity), turn Monitor mode on, and add aslackWebhookUrl,webhookUrl, oremailRecipients. - Create an Apify Schedule (e.g. daily) for the actor.
- First run seeds the baseline; every later run outputs only new companies and fires one alert per new listing. State persists in a named key-value store, so nothing is double-counted across runs.
Notes
- Public directory data. Names, phones, websites and serving areas are public on BounceGuide; emails appear only when the vendor published one. You are responsible for compliant outreach — follow CAN-SPAM / GDPR / CASL.
- Inventory size is honest: BounceGuide currently lists ~159 companies across the US. Great for a clean in-niche seed list or a new-listing watch — not a 100k-row firehose.
- City filter is text-based — it matches the company's stated serving areas, so
"city": "Tampa"returns companies that actually cover Tampa, not just ones pinned there.
FAQ
Why not just scrape Google Maps? You can — at Maps prices, with category noise. BounceGuide is pre-filtered to inflatable rental companies and exposes the serving-area city list Maps doesn't have.
Do I need an account or API key for BounceGuide? No. The directory and its WordPress REST API are fully public.
How fresh is the data? The actor reads the live API on every run, and listed_date tells you when each company was listed. Use monitor mode to catch additions the day they appear.
What does a state input accept? California, CA, or the raw slug california-bounce-companies — all resolve to the same category. An unrecognized state falls back to all states (with a warning in the log).
How do equipment tags work? The actor scans each listing's copy for equipment keywords (bounce house, water slide, obstacle course, dunk tank, concession, photo booth, mechanical bull, …) and returns the matches as an array.
Can I get every company in one run? Yes — leave state empty and set maxItems to 0. The whole directory is two API requests, so it finishes in seconds.
Does monitor mode re-alert the same company? No. Seen listing IDs are stored per state+city scope in a named key-value store that persists across runs.
What's in cities? The parsed list from the company's "Serving areas" block — handy for territory mapping or joining against your own city lists.
Is there an email field? Yes, but only ~1–2% of listings publish one. Phone + website come back for nearly all, so every lead is actionable.
Is this legal to use? It scrapes only public business-directory data. Legal/ToS judgment and compliant outreach are your responsibility.