# Wttr In London: search “London”

**Use case:** 

Run a ready-made Wttr In London example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: wttr-in-london-scraper.

## Input

```json
{
  "query": "London",
  "maxResults": 3
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "date"
  },
  "sunhour": {
    "label": "Sunhour",
    "format": "text"
  },
  "uvindex": {
    "label": "Uvindex",
    "format": "text"
  },
  "avgtempc": {
    "label": "Avgtempc",
    "format": "text"
  },
  "avgtempf": {
    "label": "Avgtempf",
    "format": "text"
  },
  "maxtempc": {
    "label": "Maxtempc",
    "format": "text"
  },
  "maxtempf": {
    "label": "Maxtempf",
    "format": "text"
  },
  "mintempc": {
    "label": "Mintempc",
    "format": "text"
  },
  "mintempf": {
    "label": "Mintempf",
    "format": "text"
  },
  "totalsnow_cm": {
    "label": "Totalsnow Cm",
    "format": "text"
  },
  "time": {
    "label": "Time",
    "format": "text"
  },
  "tempc": {
    "label": "Tempc",
    "format": "text"
  },
  "tempf": {
    "label": "Tempf",
    "format": "text"
  },
  "diffrad": {
    "label": "Diffrad",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Wttr In London Scraper](https://apify.com/benthepythondev/wttr-in-london-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/wttr-in-london-scraper) to learn more, explore other use cases, and run it yourself.