# OfferUp Scraper | Listings, Sellers, Geo & Categories

**Use case:** 

Scrape OfferUp listings by keyword, location, radius or URL with 40+ fields, photos, GPS, prices, filters, categories and seller profiles.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "iphone"
  ],
  "location": "Miami, FL",
  "radiusMiles": 50,
  "sortBy": "best_match",
  "urls": [
    "https://offerup.com/search?q=sofa&radius=20"
  ],
  "fetchDetails": false,
  "maxItems": 20,
  "maxPages": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "conditionText": {
    "label": "Condition",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "categoryL1Name": {
    "label": "Category L1",
    "format": "text"
  },
  "categoryL2Name": {
    "label": "Category L2",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lon",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerRating": {
    "label": "Rating",
    "format": "number"
  },
  "sellerReviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sellerIsTruYou": {
    "label": "TruYou",
    "format": "boolean"
  },
  "postDate": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

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