# Scrape Facebook Marketplace Cars and Used Vehicles

**Use case:** 

Pull Facebook Marketplace cars and used vehicles by city. Get price, photos, location and delivery option, sorted by newest first. No Facebook login needed.

## Input

```json
{
  "queries": [
    "honda civic",
    "toyota camry",
    "ford f-150"
  ],
  "country": "US",
  "radiusKm": 100,
  "sortBy": "creation_time_descend",
  "dateListed": "all",
  "availability": "available",
  "deliveryMethod": "all",
  "maxResultsPerQuery": 100,
  "fetchItemDetails": false,
  "monitorMode": false
}
```

## Output

```json
{
  "primary_photo": {
    "label": "Photo",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price_formatted": {
    "label": "Price",
    "format": "string"
  },
  "location_display": {
    "label": "Location",
    "format": "string"
  },
  "is_sold": {
    "label": "Sold",
    "format": "boolean"
  },
  "delivery_types": {
    "label": "Delivery",
    "format": "array"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "query": {
    "label": "Keyword",
    "format": "string"
  },
  "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.