# Scrape Competitor Appliance Listings NYC

**Use case:** 

Extract detailed information on competitor appliance listings in the New York City area to analyze pricing, product availability, and unique selling proposition

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/marketplace/new-york-ny/appliances/"
    }
  ],
  "resultsLimit": 150,
  "includeListingDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "marketplace_listing_title": {
    "label": "Title",
    "format": "text"
  },
  "listing_price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "is_sold": {
    "label": "Sold",
    "format": "text"
  },
  "is_pending": {
    "label": "Pending",
    "format": "text"
  },
  "marketplace_listing_seller": {
    "label": "Seller",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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