# Search Marketplace Listings by Chinese Region

**Use case:** 

Run a marketplace search by location for used iPhones in Shanghai. Get prices, condition, photos, links, and seller details; change the region anytime.

## Input

```json
{
  "keywords": [
    "iPhone 15"
  ],
  "maxItems": 150,
  "fetchDetails": true,
  "includeComments": false
}
```

## Output

```json
{
  "pic_url": {
    "label": "Photo",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price_text": {
    "label": "Price",
    "format": "string"
  },
  "price_sold": {
    "label": "Sold Price",
    "format": "string"
  },
  "price_original": {
    "label": "Original",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "user_nick": {
    "label": "Seller",
    "format": "string"
  },
  "want_count": {
    "label": "Want (search)",
    "format": "string"
  },
  "want_count_official": {
    "label": "Want (detail)",
    "format": "string"
  },
  "want_text": {
    "label": "Want text",
    "format": "string"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "view_count": {
    "label": "Views",
    "format": "string"
  },
  "fav_count": {
    "label": "Favorites",
    "format": "string"
  },
  "sold_count": {
    "label": "Sold",
    "format": "string"
  },
  "quantity": {
    "label": "Stock",
    "format": "string"
  },
  "comment_count": {
    "label": "Comments",
    "format": "integer"
  },
  "_comments_status": {
    "label": "Comments status",
    "format": "string"
  },
  "seller.credit_level": {
    "label": "Credit",
    "format": "string"
  },
  "seller.zhima_auth": {
    "label": "Zhima",
    "format": "boolean"
  },
  "seller.reply_ratio_24h": {
    "label": "Reply 24h",
    "format": "string"
  },
  "seller.good_ratio_rate": {
    "label": "Good %",
    "format": "string"
  },
  "seller.item_count_total": {
    "label": "Listings",
    "format": "string"
  },
  "category_path": {
    "label": "Category",
    "format": "array"
  },
  "item_status_str": {
    "label": "Status",
    "format": "string"
  },
  "detail_url": {
    "label": "Detail",
    "format": "string"
  },
  "item_id": {
    "label": "Item ID",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "string"
  },
  "_phase": {
    "label": "Phase",
    "format": "string"
  },
  "_enriched": {
    "label": "Enriched",
    "format": "boolean"
  },
  "_enrich_status": {
    "label": "Enrich status",
    "format": "string"
  }
}
```

## About this Actor

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