Magazine Luiza Scraper avatar

Magazine Luiza Scraper

Pricing

$3.00 / 1,000 product scrapeds

Go to Apify Store
Magazine Luiza Scraper

Magazine Luiza Scraper

Scrape products from Magazine Luiza (magalu.com.br) by keyword. Extract title, price, rating, reviews, seller, images, and product URL. Pay per result.

Pricing

$3.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

24

Total users

8

Monthly active users

6 days ago

Last modified

Categories

Share

Magazine Luiza (Magalu) is one of Brazil's largest e-commerce marketplaces. This Actor searches Magalu by keyword and returns structured product data (title, price, original price, installments, Pix discount, rating, reviews, seller, brand, shipping, coupons, image, and product URL) so you can track pricing and catalogs at scale.

It works by crawling Magalu's search result pages directly through Brazilian residential proxies, parsing each product card on the page.

What you can do with it

  • Pricing intelligence: compare current price vs original price and Pix discounts across competing products.
  • Catalog monitoring: track which products appear for a keyword, their sellers, and their brands over time.
  • Review and rating research: capture star rating and review counts to spot best-sellers and weak listings.
  • Promotion tracking: detect coupons, free-shipping tags, and sponsored (Patrocinado) placements.
  • Marketplace seller mapping: see whether items come from Magalu itself or third-party sellers.

Input

FieldTypeDescription
keywordstring (required)Product keyword to search on Magazine Luiza (e.g. "notebook", "iphone", "geladeira").
maxItemsintegerMaximum number of products to scrape (default: 50).
maxPagesintegerMaximum number of search result pages to scrape (default: 5).

Example input

{
"keyword": "notebook",
"maxItems": 50,
"maxPages": 3
}

Output

One dataset item per product:

{
"productId": "240066500",
"title": "Notebook ASUS Vivobook Go 15 AMD Ryzen 5 7520U 8GB RAM 512GB SSD",
"price": 3419.10,
"originalPrice": 4579.00,
"installments": "10x de R$ 379,90 sem juros",
"pixDiscount": "R$ 3.419,10 no Pix",
"rating": 4.8,
"reviewCount": 564,
"seller": "magazineluiza",
"brand": "asus",
"isSponsored": true,
"shippingTag": "Frete gratis",
"coupon": "Cupom de R$ 100",
"image": "https://a-static.mlcdn.com.br/280x210/notebook-asus-vivobook-go-15/magazineluiza/240066500/image.jpg",
"url": "https://www.magazineluiza.com.br/notebook-asus-vivobook-go-15/p/240066500/in/nass/",
"scrapedAt": "2026-06-26T12:00:00.000Z"
}

Pricing

$0.003 per product scraped (pay per event). You are not charged for failed pages or duplicates.

Notes and limits

  • Use Portuguese keywords for the best results (e.g. "geladeira" rather than "refrigerator"), since the search runs against the Brazilian Magalu storefront.
  • Data comes from search result cards, so fields not shown on a card may be null (for example originalPrice, coupon, pixDiscount, rating, or reviewCount when the listing has no reviews).
  • price is the value displayed on the card (typically the Pix or main price) parsed into a BRL number; seller defaults to magazineluiza unless a third-party seller_id is present in the product link.
  • The Actor scrapes up to maxItems products across up to maxPages pages; if Magalu serves an anti-bot challenge, a page may return no cards and is skipped.