# OfferUp iPhone Listings Scraper

**Use case:** 

Scrape OfferUp iPhone listings near a US ZIP code with prices, locations, images, delivery flags, and listing URLs.

## Input

```json
{
  "keywords": [
    "iphone"
  ],
  "zipCode": "90001",
  "radius": 30,
  "maxItems": 20,
  "delivery": "all",
  "sortBy": "best_match",
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "formattedPrice": {
    "label": "Price",
    "format": "string"
  },
  "locationName": {
    "label": "Location",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "localPickup": {
    "label": "Pickup",
    "format": "boolean"
  },
  "shippingAvailable": {
    "label": "Shipping",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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