Liquidation.com Auction Scraper: Bids, Closing Time & Monitor avatar

Liquidation.com Auction Scraper: Bids, Closing Time & Monitor

Pricing

from $7.50 / 1,000 lot records

Go to Apify Store
Liquidation.com Auction Scraper: Bids, Closing Time & Monitor

Liquidation.com Auction Scraper: Bids, Closing Time & Monitor

Extract live liquidation.com wholesale lot auctions: seller, bid count, closing time, condition, lot size, and location for every pallet, package, or truckload matching your search. Runs with no residential proxy. Optional detail lookup and new-lot monitor mode. $0.01 per lot, JSON/CSV/Excel export.

Pricing

from $7.50 / 1,000 lot records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐Ÿ“ฆ Liquidation.com Auction Scraper: Bids, Closing Time & Monitor

Stop refreshing Liquidation.com. Let new lots come to you.
Pull live bids, closing times, seller, condition, and location for every lot that matches your search, and get notified only when a new one actually shows up.
๐Ÿ”” Get alerted to new lots
Monitor mode remembers every lot it has already seen and reports only the new ones on your next run.
๐Ÿ“‹ See the full picture
Turn on lot detail lookup for the product description, condition notes, buyer's premium, and shipping terms.
๐Ÿ”Ž Look up lots by ID
Already tracking specific auctions in a spreadsheet? Pull their live bid and closing time directly.
๐Ÿ›ก๏ธ Built to actually finish
Runs reliably without a residential proxy, so a scheduled run doesn't stall or fail partway through.

๐Ÿ” What does Liquidation.com Auction Scraper do?

Liquidation.com lists thousands of wholesale pallets, packages, and truckloads from major retailers, but its own search page only shows you a snapshot the moment you happen to load it. This Actor pulls the same data programmatically: seller, current bid, bid and watcher counts, closing time, condition, lot size, item count, and warehouse location for every lot matching your search.

Search by keyword, category, condition, lot size, or US region, or hand it specific lot IDs you're already tracking. Turn on lot detail lookup to add the full product description, condition notes, minimum bid, buyer's premium percentage, shipping terms, and pallet count for each lot. Turn on monitor mode to get only the lots that are new since your last run, ideal for a scheduled search that watches a category for you.

๐Ÿ’ก Why use this scraper?

Wholesale resellers and arbitrage buyers who source inventory from liquidation lots know the real cost of missing a good pallet: someone else bids it away before you even see it listed. Checking the site by hand a few times a day means you're always a step behind.

  • Stop babysitting a browser tab. Schedule a run and let monitor mode tell you only when a genuinely new lot appears in your category.
  • Evaluate a lot without opening it. Bid history, condition, and location arrive in one row, so you can decide whether it's worth a closer look before you click through.
  • Get the details that matter for margin. Buyer's premium and shipping terms change the real cost of a lot; lot detail lookup surfaces both instead of leaving you to check by hand.
  • Feed your own pricing or sourcing tools. Export straight to JSON, CSV, or Excel, or connect it to a spreadsheet or database through Apify's integrations.

๐Ÿš€ How to use it

STEP 1
Tell it what to find
Enter keywords, pick a category, condition, lot size, or region, or paste specific lot IDs.
STEP 2
Run the Actor
It collects live bid, closing time, seller, condition, and location for every matching lot.
STEP 3
Get your data
Download as JSON, CSV, or Excel, or schedule it to send you only the new lots.

โš™๏ธ Input

Configure the Actor from the Input tab in Apify Console, or pass JSON directly through the API.

FieldTypeRequiredDescription
keywordsarray of stringsNoFree-text search terms, e.g. "laptop" or "power tools".
lotIdsarray of stringsNoSpecific auction IDs to fetch directly, skipping search.
startUrlsarray of URLsNoPaste liquidation.com search or category URLs directly for full manual control.
categoriesenum (multi-select)NoRestrict to one or more product categories.
conditionsenum (multi-select)NoRestrict to one or more item conditions (New, Returns, Shelf Pulls, and others).
lotSizesenum (multi-select)NoRestrict to Package, Pallet, or Truckload lots.
usRegionsenum (multi-select)NoRestrict to lots warehoused in a US region.
fetchLotDetailsbooleanNoAlso visit each lot's detail page for description, condition notes, buyer's premium, and shipping terms.
maxItemsintegerNoMaximum number of lots to collect in this run.
monitorModebooleanNoOnly output lots not seen in a previous run using the same monitor state name.
monitorStateNamestringNoName identifying this saved search's monitor state, for repeated scheduled runs.
proxyConfigurationobjectNoProxy settings. Not required by default; this Actor runs reliably without a proxy.

๐Ÿ“Š Data table

FieldTypeDescription
lotIdstringThe auction's unique ID on liquidation.com.
titlestringThe lot's listing title.
categorystringThe lot's category, when the search applied one.
sellerstringThe seller's account name.
conditionstringThe item condition (Returns, New, Shelf Pulls, and others).
lotSizestringPackage, Pallet, or Truckload.
itemCountnumberNumber of items in the lot.
currentBidnumberCurrent bid in USD.
estRetailnumberEstimated retail value in USD, when the seller listed one.
bidCountnumberNumber of bids placed so far.
watchersnumberNumber of buyers watching the lot.
viewsnumberNumber of times the lot has been viewed.
closingAtstringWhen bidding closes.
locationstringThe lot's warehouse location.
imageUrlstringLink to the lot's listing photo.
detailUrlstringLink to the lot's page on liquidation.com.
productDescriptionstringFull product description (with lot detail lookup enabled).
conditionNotestringCondition detail note (with lot detail lookup enabled).
minimumBidnumberMinimum bid required in USD (with lot detail lookup enabled).
buyersPremiumPercentnumberBuyer's premium as a percentage (with lot detail lookup enabled).
totalWeightLbsnumberTotal lot weight in pounds (with lot detail lookup enabled).
shippingTermsstringShipping arrangement for the lot (with lot detail lookup enabled).
numberOfPalletsnumberNumber of pallets in the lot (with lot detail lookup enabled).
zipCodestringWarehouse zip code (with lot detail lookup enabled).

Fields with no real value on a given lot are left out of that item rather than filled with a placeholder, so every field you do see is genuine.

Example output

{
"lotId": "21461151",
"title": "Signature Hardware SHWORK1BZ Stainless Steel Kitchen Sink",
"category": "Home Improvement",
"seller": "FergusonHome",
"condition": "Returns",
"lotSize": "Pallet",
"itemCount": 1,
"currentBid": 42,
"estRetail": 823.9,
"bidCount": 2,
"watchers": 2,
"views": 87,
"closingAt": "Today 9:10AM",
"location": "Indiana",
"detailUrl": "https://www.liquidation.com/auction/view?id=21461151",
"buyersPremiumPercent": 11,
"shippingTerms": "For pick-up only"
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

๐Ÿ’ฐ Pricing

This Actor uses Apify's pay-per-result pricing: $0.01 per lot record, with automatic discounts on paid Apify plans. You pay only for the lots it actually returns; an empty run, or one that finds nothing matching your filters, costs nothing. There is no subscription and no minimum spend.

โญ Enjoying Liquidation.com Auction Scraper?

โญ โญ โญ โญ โญ
Found a lot before it sold out to someone else? That's worth a rating.
A 5-star rating takes 10 seconds and helps other resellers and wholesale buyers find this Actor. Your feedback also tells us what to build next.
โ˜…ย ย Rate this Actor on Apify

๐Ÿ› ๏ธ Tips

  • Keep fetchLotDetails off for a first run to see what a plain listing scrape returns before paying for the extra detail-page fetch.
  • Combine monitorMode with Apify's Scheduler to get a running feed of new lots in a category you watch regularly, instead of re-running a full search every time.
  • Use lotIds when you already know which auctions you want to track, since it skips search entirely and goes straight to each lot's page.

โ“ FAQ

Does this Actor need a login or account on liquidation.com? No. It reads publicly visible listing data the same way the site's own search page shows it.

Will this place bids for me? No. This Actor only reads and reports lot data; it does not place bids or take any action on your behalf.

Why do some lots have fewer fields than others? A field only appears when the site actually published a value for it. Rather than guess or fill in a placeholder, this Actor leaves a missing field out of that lot's data entirely.

Can I track a specific category over time? Yes. Set your filters, turn on monitor mode, and schedule the run. Each run after the first will report only lots that weren't already seen.

๐Ÿ”— Other actors