# Scrape UK flatshare ads on Vivastreet.co.uk

**Use case:** 

Collect flatshare and room listings from Vivastreet.co.uk. Export titles, prices, locations, and URLs for UK rental research and housing lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.vivastreet.co.uk/flatshare/gb"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "postedAt": {
    "label": "Posted at"
  }
}
```

## About this Actor

This example demonstrates how to use [Vivastreet.co.uk Scraper](https://apify.com/rainminer/vivastreet-co-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/vivastreet-co-uk-scraper) to learn more, explore other use cases, and run it yourself.