# LoopNet For-Sale Property Data Extractor

**Use case:** 

Gather detailed listings of commercial properties for sale in New York. Receive structured data on pricing, location, and broker information.

## Input

```json
{
  "startUrl": "https://www.loopnet.com/search/commercial-real-estate/new-york-ny/for-sale/",
  "listingType": "for-sale",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "squareFeet": {
    "label": "Square Feet",
    "format": "text"
  },
  "offeringPrice": {
    "label": "Offering Price",
    "format": "text"
  },
  "imageUrl": {
    "label": "Primary Image",
    "format": "link"
  },
  "galleryUrls": {
    "label": "Gallery URLs",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceSearchUrl": {
    "label": "Source Search URL",
    "format": "link"
  },
  "searchPage": {
    "label": "Search Page",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [LoopNet Property Scraper 🏢](https://apify.com/shahidirfan/loopnet-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/loopnet-property-scraper) to learn more, explore other use cases, and run it yourself.