Fravega Argentina Electronics Price Scraper avatar

Fravega Argentina Electronics Price Scraper

Pricing

from $6.15 / 1,000 results

Go to Apify Store
Fravega Argentina Electronics Price Scraper

Fravega Argentina Electronics Price Scraper

Scrape Fravega Argentina electronics and appliance prices by keyword or category. Extract price, list price, installment plans, stock, EAN, brand and seller in Argentine pesos. Export to JSON, CSV or Excel.

Pricing

from $6.15 / 1,000 results

Rating

5.0

(2)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

19 days ago

Last modified

Share

Fravega Argentina Electronics Price Scraper

Fravega Argentina Electronics Price Scraper

Here is one real result, with every field the actor returns (the images, installmentsTable, description and aiDescription are trimmed for display, real values):

{
"imageUrl": "https://fravega.vteximg.com.br/arquivos/ids/45680262/image-8c50a7e787e244f2b3cbbfe5a9381499.jpg?v=638884696568330000",
"images": [
"https://fravega.vteximg.com.br/arquivos/ids/45680262/image-8c50a7e787e244f2b3cbbfe5a9381499.jpg?v=638884696568330000",
"https://fravega.vteximg.com.br/arquivos/ids/45680260/image-da6db8ea33e441bc8b15523f4ded7c7e.jpg?v=638884696568200000",
"... [trimmed]"
],
"name": "EVA PORTA NOTEBOOK",
"url": "https://www.fravega.com/eva-porta-notebook-990468868/p",
"productId": "990468868",
"sku": "990240955",
"ean": "XV4SLI03A3229",
"referenceId": "XV4SLI03A3229",
"productReference": "XV4SLI03A3229",
"brand": "XL Extra Large",
"categories": [
"Informática > Accesorios de Informática > Mochilas y Bolsos Notebook",
"Informática > Accesorios de Informática",
"Informática"
],
"price": 26950,
"listPrice": 26950,
"priceWithoutDiscount": 26950,
"sellingPrice": 26950,
"currency": "ARS",
"maxInstallments": 24,
"installments": {
"interestFree": { "count": 6, "value": 4491.66, "interestRate": 0, "total": 26950, "paymentSystem": "Visa" },
"longest": { "count": 24, "value": 1846.23, "interestRate": 4.43, "total": 44309.52, "paymentSystem": "Cabal" }
},
"installmentsTable": [
{ "number": 1, "value": 26950, "interestRate": 0, "total": 26950, "paymentName": "American Express à vista" },
{ "number": 2, "value": 14119.06, "interestRate": 3.17, "total": 28238.12, "paymentName": "American Express 2 vezes com juros" },
"... [trimmed]"
],
"releaseDate": "2025-07-18T00:00:00Z",
"priceValidUntil": "2027-08-14T07:40:48Z",
"promoTeasers": null,
"measurementUnit": "un",
"unitMultiplier": 1,
"availableQuantity": 10,
"isAvailable": true,
"sellerName": "XL Extra Large",
"sellerId": "xlshop",
"isMarketplace": true,
"description": "Material: 100% PU. Medidas: Largo 36 cm Alto 24,5 cm Prof 2 cm. Acceso: Con cierre. Color:Habano. Bolsillos internos: -. Bolsillos externos: 1 c/ cierre. Herrajes: Plateado. [trimmed]",
"specifications": null,
"aiDescription": "La EVA PORTA NOTEBOOK de XL Extra Large es una elegante y práctica mochila diseñada para transportar tu laptop con estilo. Fabricada en 100% PU, cuenta con un diseño compacto de 36 cm de largo y 24,5 cm de alto, ideal para el uso diario. [trimmed]",
"aiAttributes": {
"color": "Habano",
"capacity": "1 compartment",
"material": "100% PU",
"dimensions": { "length": "36 cm", "height": "24.5 cm", "depth": "2 cm" },
"access": "With zipper",
"external_pockets": "1 with zipper",
"hardware": "Silver"
},
"aiTags": ["notebook bag", "XL Extra Large", "PU material", "Habano color"],
"observedAt": "2026-08-14T07:46:33.923Z",
"error": null
}

The most complete Fravega Argentina product scraper available. It returns every field the Fravega catalog exposes for each SKU and seller, including price, list price, full installment table, stock, EAN, brand and marketplace seller in Argentine pesos, plus optional description and specifications and two AI add-ons, and gives you keyword, category and sort filters to target exactly the products you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches the Fravega Argentina catalog by keyword and category, applies the sort you choose, and writes one normalized record per available SKU and seller to the run's dataset. Each record carries the product name, brand, EAN, category path, the price and list price in Argentine pesos, the full installment table with interest rates, stock availability and the marketplace seller. With withDetails on, each record also includes the product description and specification attributes. Missing source values are returned as null.

Two optional AI add-ons write a marketing-ready Spanish product description (withAiDescription) and normalized structured attributes with keyword tags (withAiAttributes); both are billed only on usable output and require a paid Apify plan.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 3 notebook products with details and AI enrichment.

{
"searchTerms": ["notebook"],
"maxProducts": 3,
"withDetails": true
}

Provide at least one searchTerms entry or one categories entry. Each search term is queried separately, and one run can combine several terms and departments. Add sortOrder to sort by price, best sellers or biggest discount.

Input reference

FieldTypeRequiredDefaultDescription
searchTermsstring[]no["notebook"]Full-text queries against the Fravega catalog, for example notebook, heladera, smart tv. Each term is searched separately.
categoriesstring[]no(empty)Restrict to Fravega departments by numeric VTEX category id or category path, for example 1000008 (Informática), 1000174 (Heladeras).
sortOrderenumno(relevance)OrderByPriceASC, OrderByPriceDESC, OrderByTopSaleDESC, OrderByNameASC, OrderByNameDESC, OrderByReleaseDateDESC, OrderByBestDiscountDESC. Empty keeps relevance order.
withDetailsbooleannotrueInclude the product description and specification attributes from the catalog.
maxProductsintegerno10Maximum product offers to collect across all terms and categories. Each SKU and seller is one record. Free plans are capped at 10.
withAiDescriptionbooleannofalseAI marketing-ready Spanish product description. Billed per enriched record; paid plans only.
withAiAttributesbooleannofalseAI normalized structured attributes and keyword tags. Billed per enriched record; paid plans only.

Provide at least one search term or one category. Filters combine so a term and a category narrow together.

Output reference

One dataset item per available SKU and seller. Types: string, integer, number, boolean, string[], object, object[], or null when the source value is absent.

FieldTypeDescription
imageUrlstringPrimary product image URL.
imagesstring[]All product image URLs.
namestringProduct name.
urlstringPublic product page URL.
productIdstringFravega VTEX product id.
skustringSKU id.
eanstringEAN barcode.
referenceIdstringProduct reference id.
productReferencestringManufacturer product reference.
brandstringBrand name.
categoriesstring[]Category paths the product belongs to.
priceintegerCurrent price (ARS).
listPriceintegerList price (ARS).
priceWithoutDiscountintegerPrice before discount (ARS).
sellingPriceintegerSelling price (ARS).
currencystringCurrency (ARS).
maxInstallmentsintegerMaximum number of installments offered.
installmentsobjectSummary of the best interest-free and longest installment plans.
installmentsTableobject[]Full installment table (number, value, interestRate, total, paymentName).
releaseDatestringCatalog release date.
priceValidUntilstringPrice validity end date, or null.
promoTeasersarrayPromotional teasers, or null.
measurementUnitstringMeasurement unit, for example un.
unitMultipliernumberUnit multiplier.
availableQuantityintegerUnits available.
isAvailablebooleanWhether the SKU is in stock.
sellerNamestringSeller name.
sellerIdstringSeller id.
isMarketplacebooleanWhether the seller is a marketplace third party.
descriptionstringProduct description (with withDetails), or null.
specificationsobjectSpecification attributes (with withDetails), or null.
aiDescriptionstringAI marketing-ready Spanish description (add-on).
aiAttributesobjectAI normalized structured attributes (add-on).
aiTagsstring[]AI keyword tags (add-on).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run without AI add-ons (input {"searchTerms":["heladera"],"withDetails":true}, long arrays and text trimmed for display, real values):

{
"imageUrl": "https://fravega.vteximg.com.br/arquivos/ids/45250130/image-69732b0d18c641f9b400cb7d78e9b4c4.jpg?v=638634048584270000",
"images": [
"https://fravega.vteximg.com.br/arquivos/ids/45250130/image-69732b0d18c641f9b400cb7d78e9b4c4.jpg?v=638634048584270000",
"https://fravega.vteximg.com.br/arquivos/ids/45250131/image-b258744bea314f63987a9380b4858136.jpg?v=638634048584600000",
"... [trimmed]"
],
"name": "HELADERA WHIRLPOOL WRM56K2",
"url": "https://www.fravega.com/heladera-whirlpool-wrm56k2-990336505/p",
"productId": "990336505",
"sku": "990177746",
"ean": "7891129521513",
"referenceId": "WRM56BKDIM",
"productReference": "7891129521513",
"brand": "Whirlpool",
"categories": ["Heladeras, Freezers y Cavas > Heladeras", "Heladeras, Freezers y Cavas"],
"price": 3499999,
"listPrice": 3499999,
"priceWithoutDiscount": 3499999,
"sellingPrice": 3499999,
"currency": "ARS",
"maxInstallments": 24,
"installments": {
"interestFree": { "count": 6, "value": 583333.16, "interestRate": 0, "total": 3499999, "paymentSystem": "Visa" },
"longest": { "count": 24, "value": 243628.02, "interestRate": 4.59, "total": 5847072.48, "paymentSystem": "Cabal" }
},
"installmentsTable": [
{ "number": 1, "value": 3499999, "interestRate": 0, "total": 3499999, "paymentName": "American Express à vista" },
{ "number": 2, "value": 1877783.53, "interestRate": 4.83, "total": 3755567.06, "paymentName": "American Express 2 vezes com juros" },
"... [trimmed]"
],
"releaseDate": "2024-10-01T00:00:00Z",
"priceValidUntil": null,
"promoTeasers": null,
"measurementUnit": "un",
"unitMultiplier": 1,
"availableQuantity": 10,
"isAvailable": true,
"sellerName": "Gabriel Panaccio",
"sellerId": "Producteca246435",
"isMarketplace": true,
"description": "Xpert Inverter Nivel superior de tecnología y eficiencia que permite mayor ahorro de energía, brindándole al producto mejor rendimiento y durabilidad. [trimmed]",
"specifications": { "Origen": "NACIONAL" },
"observedAt": "2026-08-08T21:39:44.947Z",
"error": null
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~fravega-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchTerms":["notebook"],"withDetails":true,"maxProducts":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~fravega-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"categories":["1000174"],"sortOrder":"OrderByPriceASC","maxProducts":100}'

Apify CLI:

apify call scrapers_lat/fravega-scraper \
--input '{"searchTerms":["smart tv"],"sortOrder":"OrderByBestDiscountDESC"}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per product offer returned (result event). See the pricing tab for the current per-result price.
  • AI add-ons. withAiDescription and withAiAttributes are billed separately per successfully processed record and require a paid Apify plan. They are skipped for free users.
  • No charge on failure. If a run errors or matches nothing, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 products per run. Upgrade for higher maxProducts.

FAQ and troubleshooting

A run returned 0 records. Why? The search term or category matched nothing available in the catalog. Try a broader term, add a category, or remove a restrictive sort. Zero-result runs are not charged.

Why are there several records for one product? Each available SKU and seller is one record, so a product sold by multiple marketplace sellers or in multiple variants produces multiple rows. Filter by sellerName or isMarketplace to narrow.

What is in the installment fields? installments summarizes the best interest-free plan and the longest plan, while installmentsTable lists every plan with its per-payment value, interest rate and total, in Argentine pesos.

How do I get the description and specifications? Leave withDetails on (the default). Turn it off for a faster catalog-only run without description or specs.

What do the AI fields do? withAiDescription writes a marketing-ready Spanish description, and withAiAttributes normalizes the listing into structured attributes and keyword tags. Both are optional, billed on usable output, and require a paid plan.

Is this an official Fravega tool? No. This actor is independent and has no affiliation with Fravega or any of its brands. It reads only data that is publicly available on the platform. Use the results in accordance with Fravega's terms of service.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Fravega or any of its brands. Accesses only data that is publicly available on the platform. Use the results in accordance with Fravega's terms of service.