Taobao Judicial Auction Scraper: Ali Auction 阿里拍卖 司法拍卖 avatar

Taobao Judicial Auction Scraper: Ali Auction 阿里拍卖 司法拍卖

Pricing

from $3.79 / 1,000 listing results

Go to Apify Store
Taobao Judicial Auction Scraper: Ali Auction 阿里拍卖 司法拍卖

Taobao Judicial Auction Scraper: Ali Auction 阿里拍卖 司法拍卖

Extract China judicial & asset auction data from Taobao Ali Auction (阿里拍卖 司法拍卖): foreclosed property (法拍房), vehicles, machinery, equity, with appraisal price, deposit, bid rules, auction window, court and legal notice. Export JSON, CSV, Excel.

Pricing

from $3.79 / 1,000 listing results

Rating

0.0

(0)

Developer

Zen Studio

Zen Studio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Taobao Judicial Auction Scraper | Ali Auction (阿里拍卖) 司法拍卖 Court Auction Data (2026)

China judicial auction data, 90+ fields per listing: foreclosed property (法拍房), real estate, vehicles, machinery, receivables, and equity from Taobao's Ali Auction (阿里拍卖 / 司法拍卖) court and asset auction platform, with optional full detail: appraisal price, deposit, bid rules, and the legal notice document.

Taobao Judicial Auction Scraper — extract China court and asset auction data (阿里拍卖 司法拍卖 法拍房): foreclosed property, vehicles, machinery, with appraisal, deposit, court, and legal notice

Copy to your AI assistant

zen-studio/taobao-judicial-auction-scraper on Apify. Searches Ali Auction (阿里拍卖) judicial and asset auction listings by keyword and/or category, with province/city, status, disposal round, asset source, price, area, and service-tag filters. Returns one row per listing: itemId, title/address, status, current price, court/seller, view/bid/apply/subscribe counts, images, video, detail URL, tags. Optional enrichDetail adds starting/appraisal/deposit/total price (CNY + cents), auction start/end time, bid rules, seller info, loan/insurance flags, bankruptcy stage, the legal notice, and case/project info. Call ApifyClient("TOKEN").actor("zen-studio/taobao-judicial-auction-scraper").call(run_input={...}), then client.dataset(run["defaultDatasetId"]).list_items().items. Required: searchKeyword or category. Optional: auctionChannel (judicial = court auctions only, the default, excludes 自行处置 self-disposal; asset = non-court disposals incl. 自行处置; all = both), province, city, status, disposalRound, assetSource, serviceTags, priceMin, priceMax, areaMin, areaMax, startingWithin, endingWithin, sort, enrichDetail, maxItems, maxPages. Free tier: 10 lifetime runs, up to 20 listings per run. Token: https://console.apify.com/account/integrations
Zen Studio China Scrapers   •  Court auctions, Taobao, wholesale, and resale data
 Taobao Judicial
➤ You are here
 Taobao Search ↗
淘宝 products + reviews
 1688 Products ↗
Wholesale data
 JD.com ↗
京东 prices + reviews
 Goofish ↗
Resale listings

90+ structured fields per listing, two-tier pricing you control. Pay $4.99 / 1,000 listings for the search feed, and add full court, appraisal, deposit, and legal-notice detail only when you need it ($2.99 / 1,000). Export to JSON, CSV, or Excel and pipe results into Google Sheets, Make, Zapier, or a webhook. Schedule a daily run to track new foreclosure (法拍房) auctions the moment they list.

Key Features

  • 90+ fields per listing: title, status, current and starting price, court, view/bid/apply/subscribe counts, images, video, and detail URL on every row.
  • 151 asset categories: real estate, vehicles, machinery, receivables, equity, jewelry, art, and more, plus province/city and price/area range filters.
  • Optional full detail: appraisal price, deposit, bid increment rules, auction window, and the legal notice document for each listing.
  • Free tier: 10 lifetime runs, up to 20 listings per run, no credit card required.

How to Search Ali Auction (阿里拍卖) Judicial Auctions

Provide a searchKeyword, a category, or both. Add province/city, status, disposalRound, assetSource, price, area, or serviceTags to narrow the results further.

Rows carry a searchRank field giving each listing's position in the search results. Detail enrichment runs in parallel, so dataset order reflects completion rather than ranking — sort by searchRank to restore the order you asked for.

Ali Auction lists two kinds of sale side by side, so results are scoped to court-ordered judicial auctions (司法拍卖) by default. Set auctionChannel to asset for non-court disposals (阿里资产, which covers 国资房 and 特价房) or to all to receive both.

The default deliberately excludes 自行处置 (self-disposal, where the debtor sells directly rather than the court running the auction). Those lots appear on the same 司法拍卖 tab on the website but are not 法拍 and are returned only under asset or all.

Basic: keyword search with full detail

{
"searchKeyword": "商品房",
"maxItems": 100
}

Category browse, no keyword

{
"category": "206385702",
"province": "370000",
"status": "ongoing",
"maxItems": 200
}

Cheaper listing-only feed

{
"searchKeyword": "小汽车",
"enrichDetail": false,
"maxItems": 500
}

Filtered by price, area, and service tags

{
"category": "206385702",
"priceMin": 500000,
"priceMax": 2000000,
"areaMin": 60,
"areaMax": 150,
"serviceTags": ["loanable", "no_reserve"],
"sort": "price_asc",
"maxItems": 100
}

Chinese keywords work directly, for example 厂房 (factory building), 写字楼 (office building), or 小汽车 (passenger car). A region filter (province/city) requires a searchKeyword or category to also be set.

Input Parameters

ParameterTypeDefaultDescription
searchKeywordstring(none)Free-text search keyword. Optional if category is set.
categorystring(none)One of 151 asset categories (real estate, vehicles, machinery, receivables, jewelry, art, and more).
auctionChannelstringjudicialjudicial for court-ordered auctions only (司法拍卖, what 法拍房 refers to; excludes 自行处置 self-disposal), asset for non-court disposals (阿里资产, including 国资房, 特价房 and 自行处置), or all for both.
provincestring(none)Restrict to one province or municipality. Requires searchKeyword or category.
citystring(none)Restrict to one city. Leave blank to search the whole province.
statusstring(none)ongoing, upcoming, ended, suspended, or withdrawn.
disposalRoundstring(none)first, second, sale (variable-price sale), or other.
assetSourcestring(none)state_owned, ordinary, criminal, public, litigation, financial, bankruptcy, collective, or self_disposal.
serviceTagsarray(none)Any of loanable, no_reserve, self_operated, authenticated, financing, assured_pay, mailable.
priceMin / priceMaxinteger(none)Current price range in CNY.
areaMin / areaMaxinteger(none)Floor/land area range in square meters (real estate).
startingWithinstring(none)Only lots whose bidding opens within the next 3_days, 7_days, or 30_days.
endingWithinstring(none)Only lots whose bidding closes within the next 1_day, 3_days, or 7_days. Use it to collect results and final prices as auctions finish.
sortstringdefaultdefault, auction_time, price_desc, price_asc, bids_desc, bids_asc, newest, or sales.
enrichDetailbooleantrueAdd full auction detail to each listing. Turn off for cheaper listing-only rows.
maxItemsinteger100Maximum listing rows to return (up to 5,000).
maxPagesinteger(none)Optional cap on the number of search result pages fetched.

What Data Can You Extract from Ali Auction (阿里拍卖)?

Every row includes:

  • Listing identity: item ID, title, address, status, images, video, detail URL, tags.
  • Search-tier pricing: current price and price label as displayed in search results, plus per-unit price for real estate.
  • Engagement signals: view count, bid count, applicant count, subscriber count.
  • Search metadata: the keyword and sort order used, plus a scrape timestamp.

When enrichDetail is on and detail succeeds, rows also include:

  • Full price breakdown: starting price, appraisal price, deposit, bid increment, total price, and current price, each in CNY with the raw cents value alongside it.
  • Auction window: start time, end time, bid cycle, bid limit rule, and delay count/minutes.
  • Court and seller: seller ID and nickname, service provider, delivery mode.
  • Financing and disclosure: loan and insurance availability, bankruptcy stage and manager (for bankruptcy sales), highest bid alias, and max bid step description.
  • Legal notice and case info: the court auction notice document and the associated case/project record.

If detail enrichment cannot complete for a listing, that row is delivered with the search-tier fields only, detail fields as null, and _detailEnriched set to false. The run always completes; it never fails because detail was unavailable for some or all listings.

Output Example

{
"itemId": "1062776378372",
"bizType": "prop",
"cardTitle": "(破)青海联大化工科技有限公司所属商品房(格尔木市建设西路8号10幢1单元1131室)",
"address": "(破)青海联大化工科技有限公司所属商品房(格尔木市建设西路8号10幢1单元1131室)",
"status": "ongoing",
"statusRaw": "ing",
"priceLabel": "当前",
"price": "41.47",
"priceUnit": "万",
"startPriceText": "41.47万",
"houseUnitPrice": "",
"cardStartTime": "10:00",
"court": null,
"views": 123,
"bidCount": 0,
"applyCount": 0,
"subscribeCount": 0,
"images": [
"https://gw.alicdn.com/bao/uploaded/i4/O1CN0168DOXj1OxcymxLYGu_!!4611686018427381548-0-paimai.jpg"
],
"video": null,
"detailUrl": "https://pages-fast.m.taobao.com/wow/z/app/pm/dzc-ice/dzc-detail?x-ssr=true&disableNav=YES&x-preload=true&forceThemis=true&skeleton=true&uniapp_id=1100093&uniapp_page=ssr-dzc-detail&itemId=1062776378372",
"tags": [
"玲珑湾",
"98.74m²",
"海西",
"... 1 more"
],
"cardExtras": {
"timePrefix": "预计",
"timeSuffix": "结束",
"timeRelative": "明天",
"endTimeConfig": "预计明天10:00",
"displayInitialPriceLabel": "起始",
"displayInitialPrice": "41.47",
"displayInitialPriceUnit": "万",
"titlePic": "",
"heatPrefix": "围观",
"heatCentre": 123,
"heatSuffix": "次",
"shopLink": "//huodong.taobao.com/wow/pm/default/channel/orgindex?disableNav=YES&pm_navbar_none_share=true&pm_disable_cdncache=true&sellerId=2220329641772&r_sellId=2220329641772",
"moreShopLink": "//huodong.taobao.com/wow/pm/act/daily/264693?disableNav=YES&r_seedItemId=1062776378372",
"tagOthersArray": [
{
"blockCode": "tag",
"tagTypeColor": "#FF5000",
"iconLink": "https://gw.alicdn.com/imgextra/i1/O1CN01VdW2RI1iBL661Rv9X_!!6000000004374-2-tps-66-66.png",
"tagId": 553,
"alias": "企业破产",
"description": "管理人对债务人的财产进行公平公开处置,全过程受法院监督"
}
],
"auctionDistance": "",
"contentType": "AUCTION",
"trackConfig": {},
"videoURL": "",
"trackParams": {
"track_id": "f7800b12-1463-4dbe-ab7d-74e69f794ef7",
"content_type": "Auction",
"_tk_sv_biz": "search",
"_tk_sv_page": "@cmp_sifter_main_simple_se",
"_tk_sv_sub_biz": "search",
"item_id": "1062776378372",
"_tk_sv_env": "online",
"_fe_rt_ids": "i_1062776378372"
},
"spm": [],
"placeHoldSchema": 0,
"soldQuantity": 0,
"agencyName": "",
"agencyPic": "",
"bidType": "increase",
"soldQuantityStr": "0",
"priceTail": "围观123次",
"statusOrder": 0,
"noPriceText": "暂无价格",
"feetText": "预计明天10:00结束",
"device": "mobile",
"auctionExtraMap": {
"hCellName": "玲珑湾",
"enableNewDetailUrl": true,
"fcatV4ButtomName": "普通住宅",
"headerPicUrls": "i4/O1CN0168DOXj1OxcymxLYGu_!!4611686018427381548-0-paimai.jpg",
"incrementnum": 200000,
"bail": 2100000,
"hArea": 9874,
"instTypePath": [
120100101,
120100100
],
"extraAuctionType": "1",
"fcatV4Ids": [
206058503,
206060601,
206385702
],
"subsidyPrice": 0,
"hTMode": 1,
"consulteUnitPrice": 4200,
"reTitle": "(破产)格尔木玲珑湾住宅",
"hPurpose": -1,
"category": 50025969,
"enableSsrDetailUrl": true
},
"auctionInitPrice": "",
"cloudThemeInfo": {},
"auctionSource": 3,
"heatInfo": "围观123次",
"itemType": 0,
"pvStr": "0",
"isFaaS": true
},
"scrapedAt": "2026-07-20T07:15:59.633140Z",
"searchKeyword": "商品房",
"searchRank": 1,
"searchSort": "default",
"_detailEnriched": true,
"startPrice": 414708.0,
"startPriceCents": 41470800,
"consultPrice": 414708.0,
"consultPriceCents": 41470800,
"incrementPrice": 2000.0,
"incrementPriceCents": 200000,
"foregiftPrice": 21000.0,
"foregiftPriceCents": 2100000,
"totalPrice": 416781.54,
"totalPriceCents": 41678154,
"currentPrice": 414708.0,
"currentPriceCents": 41470800,
"intergratedPrice": null,
"intergratedPriceCents": null,
"platformPrice": 2073.54,
"platformPriceCents": 207354,
"nextBid": 414708.0,
"nextBidCents": 41470800,
"title": "(破)青海联大化工科技有限公司所属商品房(格尔木市建设西路8号10幢1单元1131室)",
"realTitle": "(破)青海联大化工科技有限公司所属商品房(格尔木市建设西路8号10幢1单元1131室)",
"auctionAddress": "建设西路8号玲珑湾小区",
"location": "青海省 海西蒙古族藏族自治州 格尔木市",
"latlong": [
"94.894226",
"36.394004"
],
"catId": 50025969,
"auctionType": 1,
"itemBizType": 8,
"startTime": "2026-07-20 10:00:00",
"endTime": "2026-07-21 10:00:00",
"bidCycle": "1天",
"bidLimitRule": "至少一人报名且出价不低于起拍价,方可成交",
"bidResultTime": "预计07-21 10:13完成",
"bidStatus": 3,
"bidTimes": 0,
"applyNum": 0,
"delayCount": 0,
"delayMins": 5,
"sellerId": 2220329641772,
"sellerNick": "青海联大化工科技有限公司管理人",
"serviceProviderName": null,
"deliveryMode": 0,
"loan": false,
"applyLoan": false,
"supportForegiftLoan": false,
"orgInsure": false,
"applyInsure": false,
"descUrl": "//detail-ext.taobao.com/json/get_wap_desc.do?item_id=1062776378372",
"movieUrl": null,
"pcMovieUrl": null,
"bankruptcy": true,
"enforce": false,
"maxBidStep": 0,
"connectPeople": "李函蔚",
"mobile": "18397107919",
"phone": "",
"gongGaoUrl": "//susong-item.taobao.com/json/getNoticeAttach.htm?project_id=17836544",
"noticeUrl": "//susong-item.taobao.com/getNotice.htm?t_name=OSS-CM%2F55db6adb-0d23-43f2-bafa-acc4510d9c33.notice",
"locationId": 632801,
"feesRate": "1,1",
"commission": 0,
"postFee": 0,
"onlinePayDeadline": 15,
"serverTime": "2026-07-20 15:16:02",
"orgHeadUrl": "//img.alicdn.com/tfs/TB1Tt2ydJTfau8jSZFwXXX1mVXa-200-200.png",
"pictUrl": "//img.alicdn.com/bao/uploaded/i4/O1CN0168DOXj1OxcymxLYGu_!!4611686018427381548-0-paimai.jpg",
"projectId": 17836544,
"assetProvider": "",
"commissionPer": "0",
"platformRateStr": "0.5%",
"proxyName": "格尔木市人民法院",
"bidPriceUnit": null,
"integratedRateStr": null,
"rentTermInfo": null,
"bankruptStage": "清算",
"bankruptStageValue": 0,
"bankruptcyManagerName": "青海联大化工科技有限公司管理人",
"integratedRate": null,
"integratedChargeId": null,
"platFormRate": 50,
"wangWang": null,
"highestBidPriceAlias": null,
"maxBidStepDescription": null,
"divisions": [
{
"divisionAbbName": "青海",
"divisionCode": "630000",
"divisionName": "青海省"
},
{
"divisionAbbName": "海西",
"divisionCode": "632800",
"divisionName": "海西蒙古族藏族自治州"
},
{
"divisionAbbName": "格尔木",
"divisionCode": "632801",
"divisionName": "格尔木市"
}
],
"chargeSummary": {
"currentPrice": {
"benchmark": 5,
"changedPrice": false,
"limitPrice": 9223372036854775807,
"limitPriceStr": "",
"priceStr": "414,708 ",
"propertyPlatformPrice": 41470800,
"propertyPriceDetail": []
},
"platformCharge": {
"benchmark": 1,
"changedPrice": false,
"chargeDesc": "成交后,需另付软件服务费(成交价的0.5%)",
"descUrl": "https://help-paimai.taobao.com/page/knowledge?pageId=264&knowledge=1060213829&language=zh",
"limitDetail": {
"desc": "软件服务费上限为50万元",
"price": 50000000
},
"limitPrice": 50000000,
"limitPriceStr": "50万",
"notRealTimeCalcFee": false,
"priceStr": "2,073.54 ",
"propertyPlatformPrice": 207354,
"propertyPriceDetail": [
{
"calc": "414,708 * 0.5%",
"nextThreshold": 9223372036854775807,
"price": 207354,
"priceStr": "2,073.54 ",
"rate": "0.005",
"rateStr": "0.5%",
"text": "",
"threshold": 0
}
],
"propertyRateStr": "0.5%"
},
"totalPrice": {
"benchmark": 5,
"changedPrice": false,
"limitPrice": 9223372036854775807,
"limitPriceStr": "",
"priceStr": "416,781.54 ",
"propertyPlatformPrice": 41678154,
"propertyPriceDetail": []
}
},
"bidRuleFields": [
{
"extra": {
"wholeLine": "1",
"h5DetailTipLink": "//gw.alicdn.com/imgextra/i2/O1CN01799Bp225JnxGycJ2B_!!6000000007506-2-tps-1125-821.png",
"h5DetailTipTitle": "保证金是什么",
"depositInfo": "{\"payDescription\":\"如何支付\",\"payLink\":\"//huodong.taobao.com/wow/pm/default/default/bfe461?disableNav=YES\",\"useLoan\":false}"
},
"key": "FREEZE_MONEY_TYPE",
"order": 100,
"texts": [
{
"linkMsg": "查看如何支付",
"linkUrl": "//huodong.taobao.com/wow/pm/default/default/bfe461?disableNav=YES",
"preMsg": "21,000",
"price": true
}
],
"title": "保证金",
"type": 4
},
{
"extra": {},
"key": "START_PRICE_TYPE",
"order": 300,
"texts": [
{
"preMsg": "414,708",
"price": true
}
],
"title": "起拍价",
"type": 1
},
{
"extra": {},
"key": "INCREASE_PRICE_TYPE",
"order": 400,
"texts": [
{
"preMsg": "2,000",
"price": true
}
],
"title": "加价幅度",
"type": 2
},
"... 4 more"
],
"associatedUnit": {
"bankruptcyCompanyName": "青海联大化工科技有限公司",
"orgHeadUrl": "//img.alicdn.com/tfs/TB1Tt2ydJTfau8jSZFwXXX1mVXa-200-200.png",
"orgLinkUrl": "//huodong.taobao.com/wow/pm/default/channel/orgindex?disableNav=YES&pm_navbar_none_share=true&pm_disable_cdncache=true&r_sellerId=2220329641772&sellerId=2220329641772&seedItemId=1062776378372",
"orgName": "青海联大化工科技有限公司管理人",
"qrCode": {
"picLink": "https://img.alicdn.com/imgextra/i4/O1CN01TyAwVG1ZGzWu9ItDf_!!6000000003168-2-tps-248-128.png",
"qrLink": "//gqrcode.alicdn.com/img?type=hv&w=124&h=124&text=https%3A%2F%2Fpages-fast.m.taobao.com%2Fwow%2Fz%2Fapp%2Fpm%2Fdzc-ice%2Fdzc-detail%3Fx-ssr%3Dtrue%26itemId%3D1062776378372%26disableNav%3DYES%26x-preload%3Dtrue%26forceThemis%3Dtrue%26skeleton%3Dtrue%26uniapp_id%3D1100093%26uniapp_id%3D1100093%26uniapp_page%3Dssr-dzc-detail%26match_value%3Dpcapp1"
},
"techUnitInfos": [],
"unitInfos": [
{
"displayName": "格尔木市人民法院",
"showAuthorizeLetter": true,
"title": "监督单位"
}
],
"waitStartAndBiddingAuctionCount": 11
},
"structInformation": {},
"imageList": [
"//img.alicdn.com/bao/uploaded/i4/O1CN0168DOXj1OxcymxLYGu_!!4611686018427381548-0-paimai.jpg"
],
"media": {
"mediaSceneMiniList": []
},
"specialNoticeUrlList": [],
"payInfo": {
"hiddenBottomInfo": false,
"hiddenTopInfo": true,
"payDeadline": "竞价结束后15个自然日",
"payType": "通过淘宝订单支付"
},
"sampleServiceInfo": {
"contactList": [],
"sampleType": 4
},
"titleTag": {
"preTags": [
{
"extra": {},
"type": 1,
"value": "一拍"
}
],
"suffixTags": [],
"title": "(破)青海联大化工科技有限公司所属商品房(格尔木市建设西路8号10幢1单元1131室)"
},
"orgTypes": [
{
"code": "120100100",
"name": "特定处置主体"
},
{
"code": "120100101",
"name": "破产管理人"
}
],
"produceStage": [
"报名交钱",
"出价竞拍",
"竞价成功",
"... 3 more"
],
"headMedia": {
"imageList": [
"//img.alicdn.com/bao/uploaded/i4/O1CN0168DOXj1OxcymxLYGu_!!4611686018427381548-0-paimai.jpg"
],
"media": {
"mediaSceneMiniList": []
},
"pictUrl": "//img.alicdn.com/bao/uploaded/i4/O1CN0168DOXj1OxcymxLYGu_!!4611686018427381548-0-paimai.jpg"
},
"otherPrice": {
"bidCoreFields": [
{
"extra": {
"description": "起拍单价"
},
"key": "SINGLE_METER_START_PRICE",
"title": "起拍单价",
"unit": "元/㎡",
"value": "4200",
"version": 1
}
],
"supportOnCompareCommunityPrice": true,
"supportOnCompareStartPrice": true
},
"ruleInfo": {
"ruleInfo": [
[
{
"extra": {
"itemId": 1062776378372,
"foregiftId": 0,
"showSellOffPrepay": false,
"wholeLine": "1",
"extra": {
"payDescription": "如何支付",
"payLink": "//huodong.taobao.com/wow/pm/default/default/bfe461?disableNav=YES",
"useLoan": false
},
"h5DetailTipLink": "//gw.alicdn.com/imgextra/i2/O1CN01799Bp225JnxGycJ2B_!!6000000007506-2-tps-1125-821.png",
"h5DetailTipTitle": "保证金是什么",
"depositInfo": "{\"payDescription\":\"如何支付\",\"payLink\":\"//huodong.taobao.com/wow/pm/default/default/bfe461?disableNav=YES\",\"useLoan\":false}",
"useLoan": false
},
"key": "保证金",
"type": 1,
"urlLink": "//huodong.taobao.com/wow/pm/default/default/bfe461?disableNav=YES",
"urlText": "查看如何支付",
"value": "21,000"
}
],
[
{
"extra": {
"unit": null
},
"key": "起拍价",
"type": 1,
"value": "414,708"
},
{
"extra": {
"unit": null
},
"key": "加价幅度",
"type": 1,
"value": "2,000"
}
],
[
{
"extra": {
"h5DetailTipLink": "//gw.alicdn.com/imgextra/i2/O1CN01VHrWqG1aXJY4TJpIb_!!6000000003339-2-tps-1125-272.png",
"h5DetailTipTitle": "评估价是怎么来的"
},
"key": "评估价",
"type": 1,
"value": "414,708"
},
{
"extra": {
"stage": 0
},
"key": "程序",
"type": 0,
"value": "清算"
}
],
"... 1 more"
]
},
"fundDesc": {
"content1": "网银付款、银行专用款项、支付宝余额",
"content2": "网银支付支持该额度的银行:农行、工行、中国银行、建行、招行、浦发、交通、光大、邮储、杭州银行等",
"link": "https://market.m.taobao.com/markets/paimai/jiaobao123?wh_ttid=phone"
},
"benefit": {
"itemTags": [
{
"desc": "房产所在位置附近商场",
"iconLink": "//gw.alicdn.com/imgextra/i2/O1CN01CdP0xd1q5P5kXSKmh_!!6000000005444-2-tps-44-44.png",
"id": 3371,
"value": "近明珠购物中心"
},
{
"desc": "房屋所在位置附近学校",
"iconLink": "//gw.alicdn.com/imgextra/i2/O1CN01CdP0xd1q5P5kXSKmh_!!6000000005444-2-tps-44-44.png",
"id": 3370,
"value": "近中山路小学"
}
]
},
"map": {
"immovableProperty": true,
"newMap": true,
"surrounding": true
},
"auctionQualDO": {
"applyExpired": false,
"expire": false,
"noAdmittanceQualification": false,
"qualApplyStatus": 0,
"qualNeedApply": false,
"toVerifyOutside": false
},
"vehicleDetect": null,
"unitPrice": null,
"platformCharge": null,
"notice": {
"bankruptcy": false,
"content": "<p></p><p style=\"line-height: 150%\"><b><span style=\"line-height: 150%; color: rgb(0, 0, 0); font-size: 12pt\"><font face=\"宋体\">【竞买须知】</font></span></b></p><p style=\"text-indent: 24pt; line-height: 150%\"><span style=\"line-height:150%;color:rgb(0,0,0);font-size:12.0000pt\"><font face=\"宋体\">青海联大化工科技有限公司管理人将于</font><font face=\"宋体\">2026年7月20日10时起至2026年7月21日10时止(延时的除外)在淘宝网阿里拍卖破产强清平台进行公开拍卖活动(处置单位:青海联大化工科技有限公司管理人,监督单位:青海省格尔木市人民法院),现就本次网上拍卖相关事宜敬告各位竞买人:</font></span></p><p style=\"text-indent: 24pt; line-height: 150%\"><span style=\"line-height:150%;color:rgb(0,0,0);font-size:12.0000pt\"><font face=\"宋体\">一、本《竞买须知》根据《中华人民共和国民事诉讼法》等相关法律规定所制订,竞买人应认真仔细阅读,了解本须知的全部内容。</font></span></p><p style=\"text-indent: 24pt; line-height: 150%\"><span style=\"line-height:150%;color:rgb(0,0,0);font-size:12.0000pt\"><font face=\"宋体\"… (truncated; full HTML in your output)",
"enforce": false,
"otherSusongSubType": false
},
"project": {
"attaches": [
{
"fileType": 0,
"id": "FVCY6BWQRXQ3ISLV7AQP6NU6VI",
"title": "受理破产案件的裁定.pdf"
},
{
"fileType": 0,
"id": "D7RMH3CMQWC4ESLV7AQP6NU6VI",
"title": "指定管理人决定书.pdf"
}
],
"bankruptcy": true,
"bankruptcyManagerName": "青海联大化工科技有限公司管理人",
"content": "<p> </p><p align=\"center\" style=\"margin-top: 3.6pt;text-align: center;\"><b><span style=\"letter-spacing: -0.25pt;font-size: 16.0pt;\">(破)</span></b><b><span style=\"letter-spacing: -0.25pt;font-size: 16.0pt;\">青海联大化工科技有限公司</span></b><b><span style=\"letter-spacing: -0.25pt;font-size: 16.0pt;\">管理人关于</span></b><b></b></p><p align=\"center\" style=\"margin-top: 3.6pt;text-align: center;\"><b><span style=\"letter-spacing: -0.2pt;font-size: 16.0pt;\">青海联大化工科技有限公司</span></b><b></b></p><p align=\"center\" style=\"margin-top: 3.6pt;text-align: center;\"><b><span style=\"letter-spacing: -0.2pt;font-size: 16.0pt;\">所属</span></b><b><span style=\"letter-spacing: -0.25pt;font-size: 16.0pt;\">商品房(格尔木市建设西路</span></b><b><span style=\"letter-spacing: -0.25pt;font-size: 16.0pt;\">8号10幢1单元1131室</span></b><b><span style=\"letter-s… (truncated; full HTML in your output)",
"enforce": false,
"otherSusongSubType": false
},
"detailExtras": {}
}

Large or category-specific detail objects (cardExtras, divisions, bidRuleFields, structInformation, and similar) are included in full; only fields a category never populates come back as null, keeping every row on the same schema regardless of asset type. detailExtras is a forward-compatibility catch-all that is normally empty and only carries a field if the source adds one this Actor does not yet map as a named column.

Advanced Usage

Ready-made configurations for bankruptcy sales, vehicle auctions, machinery, and region-scoped browsing.

Bankruptcy liquidation, no reserve price

{
"assetSource": "bankruptcy",
"serviceTags": ["no_reserve"],
"sort": "auction_time",
"maxItems": 200
}

Vehicle auctions in one city

{
"category": "206060601",
"province": "310000",
"city": "310100",
"status": "ongoing",
"maxItems": 100
}

Machinery and equipment, ending soonest first

{
"category": "206137604",
"sort": "auction_time",
"status": "ongoing"
}

Whole-country browse by category, listing-only

{
"category": "206385702",
"enrichDetail": false,
"maxItems": 2000
}

How Much Does It Cost to Scrape Ali Auction (阿里拍卖)?

This Actor uses pay-per-event pricing. You pay for the data level you request. Apify Store discounts may lower these unit prices.

OutputEventBase price
Listing rowsearch-result$4.99 / 1,000 listings
Detail enrichment add-ondetail-enrichment$2.99 / 1,000 listings

The default run returns fully enriched listings: listing row plus detail enrichment. Turn off enrichDetail for a cheaper listing-only feed. Example: 1,000 listings with detail enrichment costs $4.99 + $2.99 = $7.98; 1,000 listings without detail enrichment costs $4.99.

Free tier: 10 lifetime runs, up to 20 listings per run, no credit card required.

FAQ

What is Ali Auction (阿里拍卖, Alibaba Auction) and Taobao judicial auction (司法拍卖)? Ali Auction is Alibaba's court and asset auction platform, reachable from Taobao. Chinese courts, government agencies, and financial institutions list seized, bankrupt, or state-owned assets there for public auction: real estate, vehicles, machinery, receivables, equity, jewelry, and more. This Actor searches and browses those listings, with optional full auction detail per listing.

Does Ali Auction (阿里拍卖) have an API? There is no official public data API for browsing or exporting judicial and asset auction listings, and the site is built for manual browsing one page at a time. This Actor is the practical alternative: it turns the platform into clean, structured JSON/CSV/Excel you can filter, schedule, and pipe into your own tools, without building or maintaining a scraper yourself.

How many listings can I extract? Up to 5,000 per run via maxItems. Use maxPages alongside it if you want to cap the number of search result pages fetched instead.

How fresh is the data? Every run searches live. View, bid, applicant, and subscriber counts, current price, and auction status reflect the platform at the time the run executes.

How do I export the data? JSON, CSV, Excel, XML, or HTML from the run's Storage tab, or via the Apify API. CSV and Excel flatten nested objects such as notice and project; use JSON to keep them structured.

Is it legal to scrape Ali Auction judicial auction listings? Listings and their detail pages are publicly viewable without logging in. This Actor extracts that public listing and detail data only; it does not place bids, submit deposits, or take any other action on your behalf. You are responsible for complying with the platform's terms of service and applicable data protection law (GDPR, CCPA, and China's PIPL where relevant), particularly if a listing includes personal names.

What's the free tier? 10 lifetime runs, up to 20 listings per run, no credit card required.

Can I search without a keyword? Yes. Set category alone, optionally with province/city, status, or other filters, to browse a category rather than search a term.

What happens if detail enrichment is unavailable for a listing? That row is still delivered with all search-tier fields. Detail fields come back as null and _detailEnriched is false. The run completes normally; it never fails because detail could not be added.

What does enrichDetail: false remove? The full price breakdown (appraisal price, deposit, bid increment, total price), auction start/end time, bid rules, seller info, loan/insurance flags, bankruptcy stage, and the legal notice and case/project records. Listing identity, current price, court, engagement counts, images, and tags are always included.

Can I filter by exact bid deadline? Not directly. Use status: "ongoing" combined with sort: "auction_time" to get soonest-ending listings first, then read endTime on enriched rows.

Does this Actor place bids or participate in auctions? No. It only extracts publicly visible listing and detail data. Bidding requires a verified account and deposit directly on the platform, which is outside the scope of this Actor.

Can I also get regular Taobao/Tmall product data? Yes, with the Taobao Search Scraper or Taobao Product Detail Scraper. Those cover consumer marketplace listings, not judicial auctions.

Which categories are supported? 151 categories spanning real estate, vehicles, machinery, receivables, equity, jewelry, art and antiques, electronics, and more. Pick one from the category dropdown in the input editor to see the full list with Chinese and English labels.

More Zen Studio scrapers for Chinese platforms

🛒 E-commerce

🎬 Short-video & social

🏠 Real estate & autos

Support

  • Bugs: Issues tab
  • Features: Issues tab

Extracts publicly available data. Users must comply with Taobao/Alibaba's terms of service and applicable data protection regulations (GDPR, CCPA, and China's PIPL where relevant).


Search and browse Ali Auction judicial and asset auction listings, with optional full detail: appraisal price, deposit, bid rules, and the legal notice.