# Compare Barcelona Guided Tours for Product Development

**Use case:** 

Scrape details from specific Barcelona guided tour URLs to compare offerings, pricing, and unique selling points. This supports product development teams in cre

## Input

```json
{
  "query": "rome",
  "startUrls": [
    {
      "url": "https://www.getyourguide.com/barcelona-l37/sagrada-familia-tours-tc177/"
    },
    {
      "url": "https://www.getyourguide.com/barcelona-l37/park-guell-tours-tc179/"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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