# Monitor Used Car Prices in Texas

**Use case:** 

Track fluctuating prices of specific used car models across various Texas markets to inform your dealership's inventory pricing strategy. Gain a competitive edg

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/marketplace/houston-tx/used-cars/"
    },
    {
      "url": "https://www.facebook.com/marketplace/dallas-tx/used-cars/"
    },
    {
      "url": "https://www.facebook.com/marketplace/austin-tx/used-cars/"
    }
  ],
  "resultsLimit": 200,
  "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.