# Check MercadoLibre Chile market saturation

**Use case:** 

Atomic MercadoLibre Chile saturation scrape: multiple queries, local/import evidence, CLP prices, canonical URLs, retries, and child-worker telemetry.

## Input

```json
{
  "atomicMode": "orchestrator",
  "runMode": "search",
  "childActorId": "",
  "childBuild": "",
  "maxConcurrentChildRuns": 2,
  "childMemoryMbytes": 2048,
  "childTimeoutSecs": 180,
  "maxShardRetries": 1,
  "maxAtomicShards": 2,
  "targetRowsPerShard": 60,
  "stopOnCostUsd": 50,
  "stopOnBlockRate": 0.35,
  "minShardsForBlockRate": 20,
  "adaptiveCooldownMs": 15000,
  "adaptiveConcurrency": true,
  "initialConcurrentChildRuns": 2,
  "concurrencyRampStep": 4,
  "concurrencyRampEveryShards": 10,
  "rampUpHardBlockRate": 0.05,
  "rampDownHardBlockRate": 0.2,
  "fairQueryDistribution": true,
  "childCostFinalRefreshWaitMs": 0,
  "orchestrationSearchOnly": true,
  "missionId": "",
  "missionStorageNamespace": "atomic-actor-1",
  "missionDedupeMode": "run",
  "useMissionQueue": false,
  "resumeMission": false,
  "skipKnownItems": false,
  "missionShardQueueName": "",
  "missionStateStoreName": "",
  "searchQueries": [
    "monitor de bebe",
    "propane gauge"
  ],
  "startUrls": [
    {
      "url": "https://listado.mercadolibre.cl/cama-perro"
    }
  ],
  "itemDetailUrls": [
    "https://www.mercadolibre.cl/producto/p/MLC38176139?wid=MLC2886642928"
  ],
  "maxItems": 120,
  "maxDetailPages": 10,
  "detailBrowserFirst": true,
  "detailHtmlRetryCount": 0,
  "detailBrowserRetryCount": 4,
  "detailBrowserWaitMs": 3000,
  "maxItemsPerQuery": 60,
  "maxPagesPerQuery": 1,
  "searchFilterMode": "default",
  "localOnly": false,
  "htmlRetryCount": 2,
  "browserFallback": true,
  "browserWaitMs": 2500,
  "browserRetryCount": 3,
  "requestDelayMs": 700,
  "requestJitterMs": 1200,
  "includeRaw": false,
  "sellerEnrichmentMode": "off",
  "includeSellerDetails": false,
  "maxSellerDetailPages": 10,
  "maxSellerProfilePages": 10,
  "failOnBlockedNoItems": true,
  "proxyConfiguration": {
    "apifyProxyCountry": "CL",
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "input_query": {
    "label": "Input query",
    "format": "string"
  },
  "position": {
    "label": "Search position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price_clp": {
    "label": "Price CLP",
    "format": "number"
  },
  "review_rating_average": {
    "label": "Rating",
    "format": "number"
  },
  "review_total": {
    "label": "Review total",
    "format": "number"
  },
  "sold_quantity": {
    "label": "Approx sold quantity",
    "format": "number"
  },
  "local_stock_status": {
    "label": "Card stock status",
    "format": "string"
  },
  "search_filter_applied": {
    "label": "Filter applied",
    "format": "boolean"
  },
  "search_card_local_stock_status": {
    "label": "Original card stock status",
    "format": "string"
  },
  "local_stock_evidence_text": {
    "label": "Card classification evidence",
    "format": "string"
  },
  "seller_nickname": {
    "label": "Seller nickname",
    "format": "string"
  },
  "seller_power_seller_status": {
    "label": "Seller MercadoLider status",
    "format": "string"
  },
  "delivery_text_visible": {
    "label": "Delivery text",
    "format": "string"
  },
  "international_text_visible": {
    "label": "International text",
    "format": "string"
  },
  "shipping_origin_text_visible": {
    "label": "Origin text",
    "format": "string"
  },
  "local_filter_results": {
    "label": "Envio local results",
    "format": "integer"
  },
  "local_results_share_at_most": {
    "label": "Local share at most",
    "format": "number"
  },
  "non_local_results_at_least": {
    "label": "Non-local results at least",
    "format": "integer"
  },
  "permalink_canonical": {
    "label": "Canonical URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MercadoLibre Chile Scraper - High Reliability](https://apify.com/jchame/atomic-actor-1) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jchame/atomic-actor-1) to learn more, explore other use cases, and run it yourself.