{
  "openapi": "3.0.1",
  "info": {
    "title": "JD.com Auction Scraper 京东拍卖 - Judicial & Asset Auctions",
    "description": "Scrape JD.com 京东拍卖 judicial and asset auctions: court real-estate disposals, appraisal price, deposit, hammer price 成交价, and bid results on ended lots. Filter by vertical, category, region, court, price, and time. Export JSON, CSV, Excel.",
    "version": "0.0",
    "x-build-id": "v6TH6sCN7AJ0Mw6z7"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/zen-studio~jd-com-auction-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-zen-studio-jd-com-auction-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/zen-studio~jd-com-auction-scraper/runs": {
      "post": {
        "operationId": "runs-sync-zen-studio-jd-com-auction-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/zen-studio~jd-com-auction-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-zen-studio-jd-com-auction-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "searchKeyword": {
            "title": "关键词 Keyword",
            "type": "string",
            "description": "Optional keyword to narrow the auctions.<br><br>Examples:<br>• <code>住宅</code> residential<br>• <code>别墅</code> villa<br>• <code>厂房</code> factory / industrial<br>• <code>写字楼</code> office<br><br>Leave blank to return all auctions in the selected vertical and category."
          },
          "source": {
            "title": "处置类型 Auction vertical",
            "enum": [
              "judicial",
              "criminal_case",
              "bankruptcy",
              "financial",
              "commercial",
              "state_owned",
              "government",
              "customs",
              "rural",
              "featured",
              "self_disposal",
              "all"
            ],
            "type": "string",
            "description": "Choose the disposal vertical. <b>Judicial 司法/诉讼资产</b> (court disposals, the default) matches sales run by the People's Courts 人民法院. Widen to bankruptcy, financial, government, and other asset verticals, or pick <b>All</b> for every vertical.",
            "default": "judicial"
          },
          "category": {
            "title": "标的分类 Category",
            "enum": [
              "real_estate",
              "residential",
              "commercial_property",
              "industrial_property",
              "other_property",
              "vehicles",
              "vessels",
              "equity",
              "debt",
              "mineral_rights",
              "land",
              "machinery",
              "intangible_assets",
              "intellectual_property",
              "luxury",
              "jewelry",
              "electronics",
              "all"
            ],
            "type": "string",
            "description": "Asset category. <b>Real estate 房产</b> (residential, commercial, industrial, and other property) is the default. Pick a single property type, a non-property category such as vehicles or equity, or <b>All categories</b>.",
            "default": "real_estate"
          },
          "status": {
            "title": "拍卖状态 Status",
            "enum": [
              "all",
              "upcoming",
              "ongoing",
              "ended"
            ],
            "type": "string",
            "description": "Filter by auction stage. <b>All</b> returns every stage. <b>Ended 已结束</b> is where the hammer price 成交价 and final bid result are available.",
            "default": "all"
          },
          "sort": {
            "title": "排序 Sort",
            "enum": [
              "default",
              "price_asc",
              "price_desc",
              "most_bids",
              "recently_ended"
            ],
            "type": "string",
            "description": "Order the results. Most bids surfaces the most contested lots; recently ended surfaces the newest results.",
            "default": "default"
          },
          "auctionRound": {
            "title": "拍次 Auction round",
            "enum": [
              "all",
              "first",
              "second",
              "third",
              "negotiated_sale"
            ],
            "type": "string",
            "description": "Filter by auction round. <b>Second auction 二拍</b> is where the deepest discounts appear (a lot relisted after a first-round pass-in). <b>Negotiated sale 变卖</b> is a fixed-price listing.",
            "default": "all"
          },
          "priceMin": {
            "title": "最低价 Min price (CNY ¥)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional minimum current price in Chinese yuan (¥). Leave blank for no lower bound."
          },
          "priceMax": {
            "title": "最高价 Max price (CNY ¥)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional maximum current price in Chinese yuan (¥). Leave blank for no upper bound."
          },
          "endingWithin": {
            "title": "结束于 N 天内 Ending within (days)",
            "minimum": 1,
            "type": "integer",
            "description": "Return only auctions ending within this many days from today. Useful for a daily incremental of lots about to close. Leave blank to ignore."
          },
          "startingWithin": {
            "title": "开始于 N 天内 Starting within (days)",
            "minimum": 1,
            "type": "integer",
            "description": "Return only upcoming auctions starting within this many days from today. Leave blank to ignore. Set only one of ending or starting within."
          },
          "financingAvailable": {
            "title": "可贷款 Financing available",
            "type": "boolean",
            "description": "Only lots that offer buyer financing 贷款.",
            "default": false
          },
          "noPurchaseRestriction": {
            "title": "不限购 No purchase restriction",
            "type": "boolean",
            "description": "Only lots with no purchase restriction 不限购, buy without a local purchase qualification.",
            "default": false
          },
          "reAuctionOnly": {
            "title": "流拍再拍 Re-auction only",
            "type": "boolean",
            "description": "Only lots relisted for re-auction after a previous pass-in 流拍.",
            "default": false
          },
          "province": {
            "title": "省份 Province",
            "enum": [
              "",
              "北京",
              "上海",
              "天津",
              "重庆",
              "河北",
              "山西",
              "河南",
              "辽宁",
              "吉林",
              "黑龙江",
              "内蒙古",
              "江苏",
              "山东",
              "安徽",
              "浙江",
              "福建",
              "湖北",
              "湖南",
              "广东",
              "广西",
              "江西",
              "四川",
              "海南",
              "贵州",
              "云南",
              "西藏",
              "陕西",
              "甘肃",
              "青海",
              "宁夏",
              "新疆",
              "台湾",
              "港澳"
            ],
            "type": "string",
            "description": "Optional province to narrow by location, for example <code>广东</code>, <code>山东</code>, <code>浙江</code>. Combine with city and district to narrow further.",
            "default": ""
          },
          "city": {
            "title": "城市 City",
            "enum": [
              "",
              "72",
              "2800",
              "2801",
              "2802",
              "2805",
              "2806",
              "2807",
              "2808",
              "2809",
              "2810",
              "2812",
              "2814",
              "2816",
              "2901",
              "2953",
              "3065",
              "78",
              "2813",
              "2815",
              "2817",
              "2822",
              "2823",
              "2824",
              "2825",
              "2826",
              "2830",
              "2833",
              "2834",
              "2835",
              "2837",
              "2841",
              "2919",
              "51035",
              "51036",
              "51037",
              "51038",
              "51039",
              "51040",
              "51041",
              "51042",
              "51043",
              "51044",
              "51045",
              "51046",
              "51047",
              "51048",
              "51049",
              "51050",
              "51051",
              "51052",
              "113",
              "114",
              "115",
              "119",
              "123",
              "126",
              "128",
              "129",
              "130",
              "131",
              "132",
              "133",
              "134",
              "135",
              "136",
              "137",
              "138",
              "139",
              "140",
              "141",
              "4164",
              "48131",
              "48132",
              "48133",
              "48201",
              "48202",
              "48203",
              "48204",
              "48205",
              "48206",
              "48207",
              "50950",
              "50951",
              "50952",
              "50953",
              "50954",
              "50995",
              "51026",
              "629403",
              "142",
              "148",
              "164",
              "199",
              "224",
              "239",
              "248",
              "258",
              "264",
              "274",
              "275",
              "146760",
              "303",
              "309",
              "318",
              "325",
              "330",
              "336",
              "350",
              "368",
              "379",
              "398",
              "3074",
              "412",
              "420",
              "427",
              "438",
              "446",
              "454",
              "458",
              "468",
              "475",
              "482",
              "489",
              "495",
              "502",
              "517",
              "527",
              "538",
              "549",
              "2780",
              "560",
              "573",
              "579",
              "584",
              "589",
              "593",
              "598",
              "604",
              "609",
              "613",
              "617",
              "621",
              "632",
              "6858",
              "639",
              "644",
              "651",
              "657",
              "664",
              "674",
              "681",
              "687",
              "2992",
              "698",
              "712",
              "727",
              "731",
              "737",
              "742",
              "753",
              "757",
              "765",
              "773",
              "776",
              "782",
              "793",
              "799",
              "805",
              "810",
              "812",
              "823",
              "835",
              "848",
              "870",
              "880",
              "891",
              "895",
              "902",
              "904",
              "911",
              "919",
              "925",
              "933",
              "939",
              "951",
              "959",
              "965",
              "972",
              "978",
              "984",
              "988",
              "1000",
              "1007",
              "1016",
              "1022",
              "1025",
              "1032",
              "1042",
              "1053",
              "1060",
              "1072",
              "1081",
              "1090",
              "1099",
              "1108",
              "1112",
              "2900",
              "1114",
              "1116",
              "1121",
              "1124",
              "1127",
              "1132",
              "1137",
              "1140",
              "1151",
              "1159",
              "1167",
              "1174",
              "1180",
              "1201",
              "1206",
              "2971",
              "1158",
              "1213",
              "1233",
              "1243",
              "1250",
              "1255",
              "1262",
              "1273",
              "1280",
              "1290",
              "1298",
              "1303",
              "1315",
              "1317",
              "1329",
              "1332",
              "1341",
              "1352",
              "1362",
              "1370",
              "1381",
              "1387",
              "1396",
              "1405",
              "1413",
              "1421",
              "1432",
              "1441",
              "1458",
              "1466",
              "1475",
              "1477",
              "1479",
              "2922",
              "2980",
              "2983",
              "3154",
              "1482",
              "1488",
              "1495",
              "1501",
              "1511",
              "1522",
              "1530",
              "1540",
              "1544",
              "1555",
              "1560",
              "1574",
              "1586",
              "1592",
              "1601",
              "1607",
              "1609",
              "1611",
              "1617",
              "1627",
              "1634",
              "1643",
              "1650",
              "1655",
              "1657",
              "1659",
              "1666",
              "1672",
              "1677",
              "1684",
              "1690",
              "1698",
              "1704",
              "1705",
              "1709",
              "1715",
              "1720",
              "1726",
              "1740",
              "1746",
              "1749",
              "1753",
              "1757",
              "1761",
              "1792",
              "1806",
              "1818",
              "3044",
              "3168",
              "1827",
              "1832",
              "1836",
              "1842",
              "1845",
              "1857",
              "1861",
              "1874",
              "1885",
              "1898",
              "1911",
              "1930",
              "1946",
              "1950",
              "1954",
              "1960",
              "1962",
              "1977",
              "1983",
              "1988",
              "1993",
              "2005",
              "2016",
              "2022",
              "2033",
              "2042",
              "2047",
              "2058",
              "2065",
              "2070",
              "2084",
              "2103",
              "2121",
              "3034",
              "3115",
              "3137",
              "3173",
              "3690",
              "3698",
              "3699",
              "3701",
              "3702",
              "3703",
              "3704",
              "3705",
              "3706",
              "3707",
              "3708",
              "3709",
              "3710",
              "3711",
              "2144",
              "2150",
              "2155",
              "2169",
              "2180",
              "2189",
              "2196",
              "2205",
              "2222",
              "2235",
              "2247",
              "2258",
              "2270",
              "2281",
              "2291",
              "2298",
              "2304",
              "2309",
              "2318",
              "2332",
              "2336",
              "2347",
              "2360",
              "2366",
              "4108",
              "2951",
              "3107",
              "3129",
              "3138",
              "3144",
              "3970",
              "3971",
              "2376",
              "2386",
              "2390",
              "2402",
              "2416",
              "2428",
              "2442",
              "2454",
              "2468",
              "2476",
              "2487",
              "2492",
              "2495",
              "2501",
              "2509",
              "2518",
              "2525",
              "2534",
              "2544",
              "2549",
              "2556",
              "2564",
              "2573",
              "3080",
              "2580",
              "2585",
              "2592",
              "2597",
              "2603",
              "2605",
              "2612",
              "2620",
              "2628",
              "2632",
              "2637",
              "2644",
              "3071",
              "2652",
              "2654",
              "2656",
              "2658",
              "2662",
              "2666",
              "2675",
              "2686",
              "2699",
              "2704",
              "2714",
              "2723",
              "2727",
              "2736",
              "2744",
              "4110",
              "15945",
              "15946",
              "53090",
              "53668",
              "129142",
              "145492",
              "146206",
              "629552",
              "629554",
              "2768",
              "52994",
              "52995"
            ],
            "type": "string",
            "description": "Pick a city (or a district for the municipalities 北京/上海/天津/重庆). Type the pinyin name to filter, for example <code>Shenzhen</code> or <code>Chaoyang</code>. When set, this narrows past Province on its own.",
            "default": ""
          },
          "district": {
            "title": "区县 District",
            "type": "string",
            "description": "Optional district or county name within the selected city, for example <code>朝阳区</code>. Requires a city."
          },
          "court": {
            "title": "法院/机构 Court or agency",
            "type": "string",
            "description": "Optional court or disposal-agency <b>name</b> to return only that organization's lots, for example <code>北京市朝阳区人民法院</code> or just a fragment like <code>朝阳</code>. Leave blank for all organizations."
          },
          "enrichDetail": {
            "title": "详情信息 Detail enrichment (default on)",
            "type": "boolean",
            "description": "Keep enabled to add per-lot 详情: starting price 起拍价, appraisal 评估价, deposit 保证金, full bid ladder, applicant and view counts, the court contact phone, the disposal agency, the court bidding notice 竞买须知, coordinates, and all images. Turn off for cheaper list-only rows.",
            "default": true
          },
          "includeDescription": {
            "title": "标的物属性 Attribute table",
            "type": "boolean",
            "description": "Also fetch the rich attribute table (area, floor, layout, orientation, deed, tenancy, transfer notes) as HTML. Off by default to keep enrichment lean.",
            "default": false
          },
          "maxItems": {
            "title": "拍卖数量 Max auctions",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Maximum number of auction rows to return. Default <code>20</code>. Test runs are capped at <code>5</code>. Free-tier runs are capped at <code>20</code>.",
            "default": 20
          },
          "maxPages": {
            "title": "最大页数 Max pages",
            "minimum": 0,
            "type": "integer",
            "description": "Optional hard cap on how many result pages to scan. Leave <code>0</code> for no page cap (bounded by Max auctions).",
            "default": 0
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}