Zulily Deals Scraper avatar

Zulily Deals Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Zulily Deals Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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, productUrl
  • title, vendor, productType
  • price, compareAtPrice, discountPercent, available
  • description, imageUrl, images[]
  • tags[], sizes[], variantCount
  • collection / keyword — echo of the filter used
  • publishedAt

Input options

FieldDescription
modesearch, byCollection, or byProductHandles
keywordSearch term (search mode)
collectionCategory/deals collection handle (byCollection mode)
productHandlesList of product handles or full URLs (byProductHandles mode)
maxItemsMax records to return
proxyConfigurationOptional 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.