Samsung Brazil Price Scraper avatar

Samsung Brazil Price Scraper

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Samsung Brazil Price Scraper

Samsung Brazil Price Scraper

Product price search on Samsung Brazil, Samsung's official Brazilian store. Search by keyword and get structured records: model, category, price, list price, stock and product URLs.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Philip Kirkbride

Philip Kirkbride

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Samsungbr Brazil (brand store) — product search & price scraper

Search Samsung Brazil's official catalog for structured electronics prices in BRL — smartphones, TVs, appliances and monitors with models, stock and URLs.

🇧🇷 Brazil · storefront: samsung.com.br · prices in BRL (BR)

Every run returns normalized product records — name, brand, current and list price in BRL, per-kilogram price, stock level, product and image URLs — ready for datasets, spreadsheets or dashboards. Fast, structured results: no manual copy-paste.

Use cases

  • First-party electronics pricing — official Samsung Brazil prices, no marketplace markup.
  • Model-line tracking — complete Galaxy/TV/lineup sweeps by series.
  • Promo detection — brand-direct listPrice moves ahead of retail chains.
  • Spec feeds — model numbers and structured fields for electronics catalogs.

What it returns

  • productKey — stable unique product ID for this store; join and dedupe on this, never the bare id
  • name / brand — product display name and brand
  • price / listPrice / currency — current and list price; the currency for this store is always BRL
  • unitMultiplier / measurementUnit — pack size (a 5 kg bag → multiplier 5, unit kg)
  • pricePerKg — normalized per-kilogram price when the weight is known, null otherwise
  • availableQuantity / inStock — stock count (99999 means effectively unlimited) and availability flag
  • url / imageUrl — product page and product image
  • store / searchQuery / categoryResolved — run provenance: store slug, the query used, and whether the optional category filter resolved

Input

  • searchrequired; free-text product search, e.g. arroz
  • category — optional; free-text category to scope the search against the store's own category tree (e.g. huevos)
  • maxPages — 1–5 result pages (default 1; 24 products per page)
  • maxResults — cap on returned products (default 50, max 200)
  • requestDelaySecs — politeness delay between result pages (default 1.0 s)

This record always searches samsung.com.br — no store selection is needed (or offered); every record of this family is fixed to one storefront.

Example queries

{"store": "samsungbr", "search": "galaxy", "maxResults": 10} {"store": "samsungbr", "search": "smart tv", "maxResults": 10} {"store": "samsungbr", "search": "geladeira", "maxResults": 5} {"store": "samsungbr", "search": "monitor", "maxResults": 20}

Output example

[
{
"productKey": "samsung.com.br:34075",
"name": "Arroz Extra 5 kg",
"brand": "Marca Blanca",
"price": 26.9,
"listPrice": 29.9,
"currency": "BRL",
"unitMultiplier": 5,
"measurementUnit": "kg",
"availableQuantity": 147,
"pricePerKg": 5.38,
"inStock": true,
"url": "https://samsung.com.br/arroz-extra-5kg/p",
"imageUrl": "https://samsung.com.br/arquivos/ids/34075/arroz-extra.jpg",
"store": "samsungbr",
"searchQuery": "arroz",
"categoryResolved": true
}
]

Quirks

  1. Narrow single-brand catalog — some queries return only a handful of results; that's completeness, not failure.
  2. Model codes (e.g. "SM-S92") give exact matches.
  3. First-party vs marketplace price gaps are common — pair with a marketplace actor for arbitrage views.