# Research Real Estate Scrapers on Apify

**Use case:** 

Research Real Estate Scrapers on Apify to compare listings, pricing, categories, and public actor performance.

## Input

```json
{
  "maxItems": 100,
  "query": "real estate scraper",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "objectID": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "name": {
    "label": "Actor Slug",
    "format": "text"
  },
  "username": {
    "label": "Author Username",
    "format": "text"
  },
  "userFullName": {
    "label": "Author",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "pictureUrl": {
    "label": "Image",
    "format": "image"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "currentPricingInfo.pricingModel": {
    "label": "Pricing model"
  },
  "currentPricingInfo.minimalMaxTotalChargeUsd": {
    "label": "Minimal max total charge usd"
  },
  "stats.totalRuns": {
    "label": "Total runs"
  },
  "stats.totalUsers30Days": {
    "label": "Total users30days"
  },
  "stats.lastRunStartedAt": {
    "label": "Last run started at"
  },
  "stats.publicActorRunStats30Days.SUCCEEDED": {
    "label": "Succeeded"
  },
  "stats.publicActorRunStats30Days.FAILED": {
    "label": "Failed"
  }
}
```

## About this Actor

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