# Any Century 21 Real Estate

**Use case:** 

Extract Century 21 Real Estate data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.century21.com/homes/list/city/ny/new-york",
  "maxItems": 10,
  "propertyType": "",
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxConcurrency": 2
}
```

## Output

```json
{
  "imageUrls": {
    "label": "Images",
    "format": "image"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "listingId": {
    "label": "Listing Id",
    "format": "text"
  },
  "mlsNumber": {
    "label": "MLS Number",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "lotSize": {
    "label": "Lot Size",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "virtualTourUrl": {
    "label": "Virtual Tour Url",
    "format": "link"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "agentEmail": {
    "label": "Agent Email",
    "format": "text"
  },
  "officeName": {
    "label": "Office Name",
    "format": "text"
  },
  "hoaFees": {
    "label": "Hoa Fees",
    "format": "text"
  },
  "propertyTax": {
    "label": "Property Tax",
    "format": "text"
  },
  "dateListed": {
    "label": "Date Listed",
    "format": "date"
  },
  "nearbySchools": {
    "label": "Nearby Schools",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Century 21 Real Estate Scraper](https://apify.com/parseforge/century-21-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/century-21-scraper) to learn more, explore other use cases, and run it yourself.