WeddingWire Vendors Scraper
Pricing
Pay per usage
WeddingWire Vendors Scraper
Scrape wedding vendor listings (venues, photographers, planners, caterers) from WeddingWire category/location pages: name, profile URL, image, address, and rating.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Gio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape wedding vendor listings from WeddingWire category/location pages — venues, photographers, planners, caterers, florists, and more. No login required.
Input
| Field | Type | Description |
|---|---|---|
startUrls | array | WeddingWire category/location listing URLs, e.g. https://www.weddingwire.com/c/tx-texas/austin/wedding-venues/635-11-rca.html. Get one by picking a location + category on weddingwire.com and copying the resulting URL. |
maxItems | integer | Maximum total vendors to return across all start URLs (default 100). |
Example:
{"startUrls": ["https://www.weddingwire.com/c/tx-texas/austin/wedding-venues/635-11-rca.html"],"maxItems": 100}
Output
{"name": "Hotel Van Zandt","vendorType": "Hotel","url": "https://www.weddingwire.com/biz/hotel-van-zandt-austin/0bc3ea18837d8963.html","image": "https://cdn0.weddingwire.com/vendor/631257/3_2/960/jpg/....webp","street": "605 Davis Street","city": "Austin","region": "Austin","postalCode": "78701","rating": 4.8,"reviewCount": 13,"sourceUrl": "https://www.weddingwire.com/c/tx-texas/austin/wedding-venues/635-11-rca.html","scrapedAt": "2026-08-22T00:00:00.000Z"}
Each start URL returns the vendors listed on that page (one listing page per call, no pagination guessing — pass multiple category/location URLs to cover more ground).
Common uses
- Local vendor lead lists for wedding planning services
- Competitor and market research for venues/photographers/caterers by city
- Feeding vendor profile URLs into further enrichment tools
Notes
Rating and review count are only present when WeddingWire has published them for that vendor.