The Knot Wedding Vendor Data Scraper avatar

The Knot Wedding Vendor Data Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
The Knot Wedding Vendor Data Scraper

The Knot Wedding Vendor Data Scraper

Planning a wedding means researching dozens of vendors. Photographers, venues, caterers, florists, DJs all scattered across multiple websites with inconsistent information. What if you could extract all data for any location? Business contact info Reviews Pricing Services Awards Social URLs Images

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

0

Monthly active users

10 hours ago

Last modified

Share

Scrape wedding vendor listings from The Knot - photographers, venues, caterers, florists, DJs, and more with reviews, pricing, and contact info.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"location": "Austin, TX",
"categories": [
"wedding-photographers",
"wedding-venues"
],
"maxResults": 50,
"includeReviews": false,
"maxReviewsPerVendor": 10
}

Run with real data

{
"demoMode": false,
"location": "Austin, TX",
"categories": [
"wedding-photographers",
"wedding-venues"
],
"maxResults": 50,
"includeReviews": false,
"maxReviewsPerVendor": 10
}

Input Parameters

ParameterTypeDefaultRequiredDescription
locationstring-Yes*City and state to search (e.g., 'Austin, TX' or 'Los Angeles, CA')
demoModebooleanfalseNoRun with sample data without making actual requests. Perfect for testing integrations.
categoriesarray["wedding-photographers","wedding-venues"]NoTypes of vendors to scrape
maxResultsinteger50NoMaximum number of vendors to scrape per category
includeReviewsbooleanfalseNoScrape individual reviews for each vendor (slower)
maxReviewsPerVendorinteger10NoMaximum reviews to scrape per vendor (if includeReviews is enabled)
webhookUrlstring-NoURL to send results to (Zapier, Make, n8n, etc.) for automation workflows

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Vendor Profile ScrapedScrape a single wedding vendor profile from The Knot$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal