# Facebook Marketplace Scraper by City

**Use case:** 

Scrape Facebook Marketplace listings for any city and radius — price, condition, photos, coordinates and full descriptions. No login required.

## Input

```json
{
  "query": "furniture",
  "startUrls": [],
  "location": "Austin, TX",
  "radiusKm": 40,
  "conditions": [],
  "strictQueryMatch": true,
  "browseWithoutQuery": false,
  "maxResults": 100,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "condition": {
    "label": "Condition"
  },
  "locationText": {
    "label": "Location text"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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