# Check local Facebook Marketplace prices for used gear

**Use case:** 

Review public Facebook Marketplace listings to compare local asking prices for a used product category before buying or selling.

## Input

```json
{
  "query": "used camera",
  "searchType": "marketplace",
  "maxResults": 20,
  "location": "Chicago, IL",
  "country": "US",
  "adStatus": "ACTIVE",
  "adType": "ALL",
  "fallbackProvider": "auto"
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "priceText": {
    "label": "Price text",
    "format": "string"
  },
  "pageName": {
    "label": "Page name",
    "format": "string"
  },
  "placeName": {
    "label": "Place",
    "format": "string"
  },
  "startTime": {
    "label": "Start time",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  }
}
```

## About this Actor

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