Azazie Bridesmaid Dresses Scraper
Pricing
from $40.00 / 1,000 results
Go to Apify Store
Deprecated
Azazie Bridesmaid Dresses Scraper
Pricing
from $40.00 / 1,000 results
Rating
0.0
(0)
Developer
Fortuitous Pirate
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 months ago
Last modified
Categories
Share
Azazie Wedding Dress Scraper
Overview
Scrapes wedding dress listings from azazie. com including pricing, reviews, sizes, colors, and product details. Supports direct URLs, filters (Category, Size Filter, Color Filter).
Features
- Search by keywords to find specific results
- Filter results by category or type
- Export data in JSON, CSV, or Excel formats
- Includes ratings and review data
- Captures pricing information
- Supports direct URL input for targeted scraping
Use Cases
- Build - Build wedding vendor directories by location
- Compare - Compare wedding venue pricing and availability
- Track - Track wedding industry trends and vendor ratings
- Aggregate - Aggregate vendor data for wedding planning platforms
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
startUrls | array | URLs to start scraping from. Defaults to the main wedding dresses page. | [...] |
maxItems | integer | Maximum number of items to scrape. Set to 0 for unlimited. | 50 |
category | string | Dress category to scrape (e.g., 'wedding-dresses', 'bridesmaid-dresses', 'bri... | wedding-dresses |
sizeFilter | array | Filter by dress sizes (e.g., ['0', '2', '4', '6', '8', '10', '12', '14', '16']). | [] |
colorFilter | array | Filter by colors (e.g., ['ivory', 'white', 'champagne']). | [] |
minPrice | integer | Minimum price filter in USD. | |
maxPrice | integer | Maximum price filter in USD. | |
proxyConfiguration | object | Proxy settings for the crawler. | {...} |
scrapeDetails | boolean | Whether to visit each product page for detailed information. | true |
Output Example
Each result contains structured data like this:
{"name": "Azazie Wedding Dress Sample Item","price": 29.99,"originalPrice": 29.99,"rating": 4.5,"reviewCount": 127,"colors": "Sample colors","sizes": "Sample sizes","url": "https://example.com/item/12345"}
Pricing
This actor uses pay-per-result pricing:
- $0.001 per result
- $1.00 per 1,000 results
No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.
How to Run
Apify Console
- Go to the Azazie Wedding Dress Scraper actor page
- Configure your input parameters
- Click Start and wait for the results
- Download data in JSON, CSV, or Excel format
API
curl -X POST "https://api.apify.com/v2/acts/fortuitous_pirate~azazie-scraper/runs?token=YOUR_API_TOKEN" \-H "Content-Type: application/json" \-d '{"maxItems": 10}'
Python SDK
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("fortuitous_pirate/azazie-scraper").call(run_input={"maxItems": 10})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
Integration
Connect Azazie Wedding Dress Scraper with your existing tools and workflows:
- API access - Programmatic access via Apify API
- Webhooks - Get notified when scraping completes
- Scheduling - Set up recurring runs on any schedule
- Zapier / Make - Connect with 5,000+ apps via Apify integrations
- Python / Node.js SDKs - Native client libraries for easy integration