# Paris.cl cellphones scraping task

**Use case:** 

Collect Paris.cl cellphone category products with Chilean prices, brands, availability, ratings, images, and listing source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.paris.cl/tecnologia/celulares/"
    }
  ],
  "searchQuery": "",
  "maxResults": 40,
  "maxPagesPerUrl": 2,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Paris.cl Product Scraper](https://apify.com/automation-lab/paris-cl-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/paris-cl-product-scraper) to learn more, explore other use cases, and run it yourself.