# Market Research Vintage Furniture Los Angeles

**Use case:** 

Gather extensive data on vintage furniture listings in Los Angeles, including prices, styles, and seller descriptions, to identify emerging trends and demand. T

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/marketplace/los-angeles-ca/furniture/?query=vintage%20furniture"
    },
    {
      "url": "https://www.facebook.com/marketplace/long-beach-ca/furniture/?query=mid%20century%20modern"
    }
  ],
  "resultsLimit": 100,
  "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.