# Get Full Facebook Marketplace Listing Details and Photos

**Use case:** 

Enrich each Facebook Marketplace listing with the full description, structured attributes, every photo and exact coordinates. Ready for catalog ingestion.

## Input

```json
{
  "queries": [
    "road bike"
  ],
  "country": "US",
  "radiusKm": 50,
  "sortBy": "creation_time_descend",
  "dateListed": "all",
  "availability": "available",
  "deliveryMethod": "all",
  "maxResultsPerQuery": 25,
  "fetchItemDetails": true,
  "monitorMode": false
}
```

## Output

```json
{
  "primary_photo": {
    "label": "Photo",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price_formatted": {
    "label": "Price",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location_display": {
    "label": "Location",
    "format": "string"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "creation_time": {
    "label": "Posted",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "photo_count": {
    "label": "Photos",
    "format": "integer"
  },
  "photos": {
    "label": "All photo URLs",
    "format": "array"
  },
  "delivery_types": {
    "label": "Delivery",
    "format": "array"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "query": {
    "label": "Keyword",
    "format": "string"
  },
  "item_detail_fetched": {
    "label": "Detail fetched",
    "format": "boolean"
  }
}
```

## 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.