# URL-based Dubai restaurants search

**Use case:** 

Run 2GIS Places Scraper from a ready public Dubai restaurants search URL instead of query and location fields.

## Input

```json
{
  "queries": [
    "Restaurants"
  ],
  "locationQuery": "dubai",
  "startUrls": [
    {
      "url": "https://2gis.ae/dubai/search/Restaurants."
    }
  ],
  "maxItems": 25,
  "domain": "2gis.ae",
  "language": "en",
  "sortBy": "relevance",
  "dedupeBy": "idOrUrl"
}
```

## Output

```json
{
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "url": {
    "label": "2GIS URL",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "sourceStatus": {
    "label": "Source status",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [2GIS Places Scraper](https://apify.com/fetch_cat/2gis-places-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/2gis-places-scraper) to learn more, explore other use cases, and run it yourself.