# Boston-311-complaints Real Estate Investor Toolkit 5-in-1

**Use case:** 

Extract Real Estate Investor Toolkit 5-in-1 Market & Risk data filtered by boston-311-complaints. Export structured results ready for analysis, lead

## Input

```json
{
  "query": "Florida",
  "sources": [
    "boston-311-complaints"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "price": {
    "label": "💵 Price",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Real Estate Investor Toolkit 5-in-1 Market & Risk Scraper](https://apify.com/parseforge/real-estate-investor-toolkit-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/real-estate-investor-toolkit-scraper) to learn more, explore other use cases, and run it yourself.