# Analyze Competitor Merchant Listings and Local Seller Profil

**Use case:** 

Extract full listing descriptions, prices, and seller details for specific product niches in target cities. Businesses can perform competitive intelligence and 

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/marketplace/seattle/search?query=electric%20scooter"
    }
  ],
  "resultsLimit": 80,
  "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.