# Export Facebook Marketplace Listings to CSV and JSON

**Use case:** 

Search Facebook Marketplace once and download the results as CSV, JSON or Excel. Flat one-row-per-listing output ready for spreadsheets or your own database.

## Input

```json
{
  "queries": [
    "vintage record player",
    "vinyl records"
  ],
  "country": "US",
  "radiusKm": 100,
  "sortBy": "creation_time_descend",
  "dateListed": "all",
  "availability": "available",
  "deliveryMethod": "all",
  "maxResultsPerQuery": 200,
  "fetchItemDetails": false,
  "monitorMode": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Amount",
    "format": "number"
  },
  "price_formatted": {
    "label": "Price",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "location_display": {
    "label": "Location",
    "format": "string"
  },
  "city_page_id": {
    "label": "City page ID",
    "format": "string"
  },
  "is_live": {
    "label": "Live",
    "format": "boolean"
  },
  "is_sold": {
    "label": "Sold",
    "format": "boolean"
  },
  "primary_photo": {
    "label": "Photo",
    "format": "string"
  },
  "delivery_types": {
    "label": "Delivery",
    "format": "array"
  },
  "category_id": {
    "label": "Category",
    "format": "string"
  },
  "story_type": {
    "label": "Story type",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "query": {
    "label": "Keyword",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "fetched_at": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Marketplace Scraper - Price & Location [NO LOGIN] ✅](https://apify.com/unseenuser/fb-marketplace) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-marketplace) to learn more, explore other use cases, and run it yourself.