Ze Delivery Scraper avatar

Ze Delivery Scraper

Pricing

from $30.00 / 1,000 results

Go to Apify Store
Ze Delivery Scraper

Ze Delivery Scraper

Extract products with real prices and discounts from Zé Delivery, Brazil's largest beverage delivery platform (Ambev). Supports 15 categories: beers, wines, spirits, snacks, and more. Location-based pricing.

Pricing

from $30.00 / 1,000 results

Rating

0.0

(0)

Developer

Yasmany Grijalba Casanova

Yasmany Grijalba Casanova

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Ze Delivery Product Scraper

Extract products with real prices and discounts from Ze Delivery, Brazil's largest beverage delivery platform. Supports 15 categories including beer, wine, spirits, and snacks with location-based pricing.

Apify Actor Residential Proxy Brazil


Quick Start

Scrape beers (default category)

{
"mode": "products",
"categorySlug": "cervejas"
}

Scrape wines with a custom address and product limit

{
"mode": "products",
"categorySlug": "vinhos",
"maxProducts": 50,
"address": {
"latitude": -22.9068,
"longitude": -43.1729,
"street": "Avenida Atlantica",
"number": "1702",
"neighborhood": "Copacabana",
"city": "Rio de Janeiro",
"province": "RJ",
"zipcode": "22021-001"
}
}

List all available categories

{
"mode": "categories"
}

Tip: Prices vary by location. Provide an address with lat/lng to get accurate local pricing. Defaults to Sao Paulo (Av. Paulista).


Features

FeatureDescription
15 Product CategoriesBeers, wines, spirits, snacks, ice cream, and more
Location-Based PricingReal prices and discounts for any delivery address in Brazil
Two Extraction ModesExtract products by category or list all available categories
Structured JSON OutputClean, validated data ready for analysis — no browser needed

Use Cases

  • Price Monitoring — Track beverage prices across different regions and detect discounts or promotions
  • Competitor & Market Analysis — Compare product availability, brands, and pricing across categories
  • Product Catalog Building — Build a structured database of all products available on Ze Delivery
  • Regional Pricing Research — Analyze how delivery location affects product prices and availability

Input Parameters

ParameterTypeDefaultDescription
modestring"products"Extraction mode: products or categories
categorySlugstring"cervejas"Category slug (see Supported Categories below)
categoryUrlstringFull category URL (alternative to categorySlug)
addressobjectSao PauloDelivery address with latitude, longitude, street, number, neighborhood, city, province, zipcode
maxProductsinteger0Max products to extract. 0 = all products
maxPagesinteger50Max pages to fetch (pagination limit, 1-100)
maxRetriesinteger3Max retry attempts on failure (1-10)
useApifyProxybooleantrueEnable Apify proxy. Recommended for reliability
proxyCountrystring"BR"Proxy country code. Use BR for best results

Note: Residential proxy with proxyCountry: "BR" is recommended for production use. Ze Delivery requires a Brazilian IP for accurate product data. Proxy usage is billed separately to your Apify account.


Output Example

Product output (mode: "products")

[
{
"product_id": "54075",
"name": "Brahma 350ml - Pack Economico (12 unidades)",
"brand": "Brahma",
"category": "Cervejas",
"price": 43.09,
"price_max": 43.09,
"discount": {
"value": 0.0278,
"discount_type": "2",
"final_value": 41.89
},
"has_discount": true,
"is_available": true,
"images": [
"https://courier-images-prod.imgix.net/produc_variant/00054075_..."
],
"url": "https://www.ze.delivery/produtos/54075/brahma-350ml-pack-economico-12-unidades",
"position": 0,
"category_slug": "cervejas"
},
{
"product_id": "105144",
"name": "Skol Zero Zero 350ml",
"brand": "SKOL",
"category": "Cervejas",
"price": 3.79,
"price_max": 3.79,
"is_available": true,
"images": [
"https://courier-images-prod.imgix.net/produc_variant/00105144_..."
],
"url": "https://www.ze.delivery/produtos/105144/skol-zero-zero-350ml",
"position": 1,
"category_slug": "cervejas"
}
]

Category output (mode: "categories")

[
{
"slug": "cervejas",
"name": "Cervejas",
"icon_url": "https://courier-images-prod.imgix.net/root-categories/category_cervejas_2x.png",
"order": 33,
"url": "https://www.ze.delivery/produtos/categoria/cervejas"
}
]

Note: The discount field only appears when a product has an active promotion. Products without discounts omit this field; has_discount is always present.


Supported Categories

SlugNameDescription
cervejasCervejasBeers — lagers, IPAs, craft, and packs
vinhosVinhosWines — red, white, rose, and sparkling
destiladosDestiladosSpirits — whisky, vodka, gin, rum, cachaca
drinks-prontosDrinks ProntosReady-to-drink cocktails and mixed drinks
ofertasOfertasSpecial offers and promotions
nao-alcoolicosNao AlcoolicosNon-alcoholic — sodas, juices, energy drinks
zero-fitZero e FitZero-sugar and fitness beverages
salgadinhosSalgadinhosSnacks — chips, nuts, and party food
churrascoChurrascoBBQ — charcoal, meats, and accessories
choppChoppDraft beer — kegs and dispensers
aguas-geloAguas e GeloWater and ice
sobremesasSobremesasDesserts — chocolates and sweets
merceariaMerceariaGrocery — basic pantry items
convenienciaConvenienciaConvenience — quick essentials
sorvetesSorvetesIce cream and frozen treats

FAQ


Support

  1. Check the FAQ above for common solutions
  2. Test with default values using the cervejas category example
  3. Contact support through Apify for additional assistance