# Find Cheap Electronics to Resell on FB Marketplace

**Use case:** 

Scrape underpriced iPhones, laptops, and consoles on Facebook Marketplace. Find resale deals before flippers do — sorted by lowest price.

## Input

```json
{
  "start_urls": [],
  "search_query": "iphone",
  "city_slug": "newyork",
  "min_price": 50,
  "max_price": 600,
  "price_chunk_size": 20,
  "max_results": 50,
  "concurrency": 5,
  "days_since_listed": 1,
  "sort_by": "price_ascend",
  "item_condition": "used",
  "radius": 40,
  "proxy_country": "us"
}
```

## Output

```json
{
  "url": {
    "label": "Link",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "city_slug": {
    "label": "City",
    "format": "text"
  },
  "seller_name": {
    "label": "Seller",
    "format": "text"
  },
  "seller_rating": {
    "label": "Rating",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

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