Zulily Deals Scraper
Pricing
from $3.00 / 1,000 results
Zulily Deals Scraper
Scrape product deals from Zulily.com - search by keyword, browse category/deals collections, or fetch full product detail by handle/URL. Prices, discounts, sizes, and images. No login, no API key, no paid proxy required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape product deals from Zulily.com — search by keyword, browse category and deals collections, or fetch full product detail (price, discount, sizes, images, description) by handle/URL. No login, no API key, no paid proxy required.
What this actor does
- Three modes:
search(keyword search),byCollection(browse a category or deals collection),byProductHandles(fetch full detail for specific products) - 50 curated collections: Shop Deals, Ends Soon, Women's/Men's/Kids'/Baby apparel & shoes, Home, Beauty, Jewelry, Fitness, Electronics, and more
- Real-time pricing: current price, compare-at (list) price, computed discount %, and stock availability
- Empty fields are omitted
Output fields
recordType—"product"productId,handle,productUrltitle,vendor,productTypeprice,compareAtPrice,discountPercent,availabledescription,imageUrl,images[]tags[],sizes[],variantCountcollection/keyword— echo of the filter usedpublishedAt
Input options
| Field | Description |
|---|---|
mode | search, byCollection, or byProductHandles |
keyword | Search term (search mode) |
collection | Category/deals collection handle (byCollection mode) |
productHandles | List of product handles or full URLs (byProductHandles mode) |
maxItems | Max records to return |
proxyConfiguration | Optional Apify proxy (free AUTO datacenter group used only if needed) |
Example: browse deals
{"mode": "byCollection","collection": "shop-deals","maxItems": 50}
Example: search products
{"mode": "search","keyword": "dress","maxItems": 50}
Use cases
- Price monitoring — track deal prices and discount percentages over time
- Deal aggregation — feed live Zulily markdowns into a coupon/deals site
- Market research — analyze pricing and assortment across categories
- Dropshipping/resale research — identify trending discounted products
- Competitive intelligence — compare Zulily's pricing against other retailers
FAQ
Do I need a Zulily account? No — this actor scrapes Zulily's public storefront API, the same data shown to any visitor without signing in.
How is discountPercent calculated? (compareAtPrice - price) / compareAtPrice * 100, rounded to 1 decimal. It's only included when the item has a genuine markdown.
Why does a product have no sizes? Single-variant products (no size/color options) don't have a size list — only multi-variant products do.