# Export Primelocation data for research

**Use case:** 

Collect structured records with key fields for reporting and integration workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.primelocation.com/to-rent/property/london/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "text"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "tenure": {
    "label": "Tenure",
    "format": "text"
  },
  "councilTaxBand": {
    "label": "Council Tax Band",
    "format": "text"
  },
  "epcRating": {
    "label": "EPC Rating",
    "format": "text"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "text"
  }
}
```

## About this Actor

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