Junebug Weddings Vendor & Real Wedding Scraper avatar
Junebug Weddings Vendor & Real Wedding Scraper

Pricing

Pay per usage

Go to Apify Store
Junebug Weddings Vendor & Real Wedding Scraper

Junebug Weddings Vendor & Real Wedding Scraper

Scrape Junebug Weddings vendor directories and real wedding features. Extract business info, contact details, pricing, portfolios, and vendor credits for lead generation and market research.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Junebug Weddings Photographer Scraper

An Apify actor that scrapes wedding photographer profiles from junebugweddings.com.

Features

  • Scrapes photographer profiles from the Junebug Weddings vendor directory
  • Extracts detailed information including contact details, reviews, and style
  • Supports filtering by US states
  • Pay-per-result pricing at $0.002 per profile scraped
  • Handles pagination and nested city pages automatically

Data Extracted

For each photographer profile:

FieldDescription
namePhotographer/studio name
locationFull location string
cityCity name
stateState name
countryCountry (default: United States)
reviewCountNumber of reviews
averageRatingAverage rating (1-5)
bioPhotographer biography/description
websiteOfficial website URL
phoneContact phone number
instagramInstagram profile URL
facebookFacebook page URL
stylePhotography style keywords
pricingPricing info if available
experienceYears of experience
isPremiumPremium vendor status
destinationWeddingsOffers destination weddings
reviewsArray of individual reviews
profileUrlURL of the scraped profile
scrapedAtTimestamp of scrape

Input Parameters

{
"startUrls": [],
"maxItems": 100,
"includeReviews": true,
"states": ["california", "texas"],
"proxyConfiguration": {
"useApifyProxy": true
}
}

Parameters

  • startUrls - Custom URLs to start scraping from
  • maxItems - Maximum number of profiles to scrape (0 = unlimited)
  • includeReviews - Whether to extract individual reviews
  • states - US state slugs to scrape (e.g., california, new-york)
  • proxyConfiguration - Proxy settings (Apify proxy recommended)

Local Testing

# Install dependencies
npm install
# Create input file
mkdir -p storage/key_value_stores/default
echo '{"maxItems": 5, "states": ["california"]}' > storage/key_value_stores/default/INPUT.json
# Run
npm start

Pricing

This actor uses pay-per-event pricing:

  • $0.002 per photographer profile scraped

Notes

  • The site uses a WordPress-based directory structure
  • Photographers are organized by state > city > profile
  • Some profiles may have limited information depending on vendor tier
  • Rate limiting is built-in to avoid overwhelming the server

License

ISC