# Rappi Colombia Restaurants Scraper

**Use case:** 

Scrape Rappi Colombia restaurants with name, rating, review count, delivery cost, ETA, categories, and store URL. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 5,
  "country": "co",
  "restaurantSort": "default",
  "restaurantPrime": false,
  "restaurantFreeDelivery": false,
  "storeType": "restaurantes",
  "storeOffset": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "logo": {
    "label": "Logo",
    "format": "link"
  },
  "fullQualityImage": {
    "label": "Full Quality Image",
    "format": "link"
  },
  "friendlyURL": {
    "label": "Friendly URL",
    "format": "link"
  },
  "image": {
    "label": "Image URL",
    "format": "link"
  },
  "country": {
    "label": "Country"
  },
  "status": {
    "label": "Status"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewAmount": {
    "label": "Review Amount"
  },
  "etaString": {
    "label": "ETA"
  },
  "etaText": {
    "label": "ETA Text"
  },
  "etaValue": {
    "label": "ETA Value"
  },
  "deliveryCost": {
    "label": "Delivery Cost"
  },
  "hasFreeShipping": {
    "label": "Free Shipping"
  },
  "isPrimeExclusive": {
    "label": "Prime Exclusive"
  },
  "city": {
    "label": "City"
  },
  "storeType": {
    "label": "Store Type"
  },
  "vertical": {
    "label": "Vertical"
  },
  "subvertical": {
    "label": "Subvertical"
  },
  "id": {
    "label": "ID"
  },
  "storeId": {
    "label": "Store ID"
  },
  "categories": {
    "label": "Categories",
    "format": "object"
  },
  "scrapedTimestamp": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Rappi Restaurants & Stores Scraper](https://apify.com/parseforge/rappi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/rappi-scraper) to learn more, explore other use cases, and run it yourself.