# Extract Paris Activities & Experiences for Market Research

**Use case:** 

Gather comprehensive data on popular activities and experiences in Paris, including highlights and cancellation policies. This enables market researchers and tr

## Input

```json
{
  "query": "paris activities",
  "maxItems": 15,
  "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.