# Extract Padmapper Summit Manor Hackensack building page

**Use case:** 

Scrape Summit Manor Apartments building profile on Padmapper with units, amenities, and contact details for property intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.padmapper.com/buildings/p423032/summit-manor-apartments-at-70-berkshire-pl-hackensack-nj-07601"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "entityType": {
    "label": "Entity type"
  },
  "buildingId": {
    "label": "Building id"
  },
  "listingId": {
    "label": "Listing id"
  },
  "formattedAddress": {
    "label": "Formatted address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zipcode": {
    "label": "Zipcode"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "phone": {
    "label": "Phone"
  },
  "homepage": {
    "label": "Homepage"
  },
  "averagePrice": {
    "label": "Average price"
  },
  "averageSquareFeet": {
    "label": "Average square feet"
  },
  "yearBuilt": {
    "label": "Year built"
  },
  "floors": {
    "label": "Floors"
  },
  "mediaCount": {
    "label": "Media count"
  },
  "agentsCount": {
    "label": "Agents count"
  },
  "floorplanCount": {
    "label": "Floorplan count"
  },
  "amenities": {
    "label": "Amenities"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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