# Fravega Notebooks Price Scraper Argentina

**Use case:** 

Scrape Fravega notebook listings in Argentina with price, brand, specifications and rating for price tracking.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchTerms": [
    "notebook"
  ],
  "sortOrder": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AR"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "ean": {
    "label": "EAN",
    "format": "text"
  },
  "referenceId": {
    "label": "Reference ID",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "priceWithoutDiscount": {
    "label": "Price No Discount",
    "format": "number"
  },
  "sellingPrice": {
    "label": "Selling Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "maxInstallments": {
    "label": "Max Installments",
    "format": "number"
  },
  "installments": {
    "label": "Installments",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "productReference": {
    "label": "Product Reference",
    "format": "text"
  },
  "installmentsTable": {
    "label": "Installment Table",
    "format": "array"
  },
  "priceValidUntil": {
    "label": "Price Valid Until",
    "format": "text"
  },
  "promoTeasers": {
    "label": "Promotions",
    "format": "array"
  },
  "measurementUnit": {
    "label": "Unit",
    "format": "text"
  },
  "unitMultiplier": {
    "label": "Unit Multiplier",
    "format": "number"
  },
  "availableQuantity": {
    "label": "Available Qty",
    "format": "number"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "isMarketplace": {
    "label": "Marketplace",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Fravega Argentina Electronics Price Scraper](https://apify.com/scrapers_lat/fravega-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/fravega-scraper) to learn more, explore other use cases, and run it yourself.