# Analyzing flower shops in Sydney before opening a new branch

**Use case:** 

Use Google Maps Scraper to get locations and competitor reviews from Google Maps. Want to analyze flower shops in Sydney and pick the best new location? This to

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Publish Task test Actor](https://securitybyobscurity.apify.com/excited_nail/my-actor-3) with a specific input configuration. Visit the [Actor detail page](https://securitybyobscurity.apify.com/excited_nail/my-actor-3) to learn more, explore other use cases, and run it yourself.