# Find Saint Petersburg Flower Shops

**Use case:** 

Find public Saint Petersburg flower shop listings on Yandex Maps with contact details, ratings, review counts, and URLs.

## Input

```json
{
  "queries": [
    "flower shop"
  ],
  "cityUrl": "https://yandex.com/maps/2/saint-petersburg",
  "location": "Moscow",
  "maxItems": 3,
  "language": "en-US,en;q=0.9",
  "includeDetails": true,
  "includeReviews": false
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "url": {
    "label": "Yandex Maps URL",
    "format": "string"
  },
  "placeId": {
    "label": "Place ID",
    "format": "string"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  },
  "hours": {
    "label": "Hours",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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