# Find OfferUp Bike Deals Near You

**Use case:** 

Find OfferUp Bike Deals Near You by scraping local listings, prices, locations, and seller details.

## Input

```json
{
  "maxItems": 100,
  "query": "mountain bike",
  "zipCode": "94103",
  "category": "",
  "minPrice": 0,
  "maxPrice": 0,
  "conditions": [],
  "sortBy": "bestMatch",
  "fetchDetails": false,
  "maxAge": 0
}
```

## Output

```json
{
  "image.url": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "flags": {
    "label": "Flags",
    "format": "object"
  },
  "conditionText": {
    "label": "Condition",
    "format": "text"
  },
  "isFirmPrice": {
    "label": "Firm Price",
    "format": "text"
  },
  "priceDropPercentage": {
    "label": "Price Drop",
    "format": "number"
  },
  "_details": {
    "label": "Details",
    "format": "object"
  }
}
```

## About this Actor

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