# Find Bikes Under 500 on Facebook Marketplace Australia

**Use case:** 

Search Facebook Marketplace Australia for bikes under 500 AUD. Filtered by price band and sorted by newest, so you can grab budget deals before someone else doe

## Input

```json
{
  "queries": [
    "bike",
    "mountain bike",
    "road bike"
  ],
  "country": "AU",
  "radiusKm": 50,
  "maxPrice": 500,
  "sortBy": "price_ascend",
  "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.