Nellis Auction Scraper avatar

Nellis Auction Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Nellis Auction Scraper

Nellis Auction Scraper

Scrape Nellis Auction retail-returns & liquidation lots. Per-lot data: title, current bid, bid count, retail/MSRP price, condition, category, location (city/state/zip), close date, images, and lot URL. Search by keyword or browse all active lots.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Categories

Share

Scrape Nellis Auction — one of the largest retail-returns and liquidation online auction marketplaces in the US (Las Vegas, Phoenix, Houston, Dallas, Atlanta and more). Find deeply discounted merchandise: electronics, tools, furniture, appliances, home goods and Amazon returns sold to the highest bidder.

Search by keyword or browse all active lots nationwide, and get clean structured data per lot — including live current bid, retail/MSRP price, condition, category, location and close time.

What you get per lot

FieldDescription
lotIdNellis lot ID
titleItem title / lead description
currentBidLive current highest bid (USD)
bidCountNumber of bids placed
retailPriceSuggested retail / MSRP (USD)
conditionItem condition / grade (New, Open Box, etc.)
categoryCategory (Electronics, Tools, Furniture...)
brandBrand name
city, state, zipCode, addressPickup / warehouse location
locationName, shoppingLocationWarehouse name & shopping market
endDateAuction close time (ISO 8601)
openTime, initialCloseTimeAuction open / original close time
marketStatus, isClosedLive status
imageUrl, imagesPrimary image + full photo gallery
rating, ratingCount, starRatingProduct ratings
taxonomyLevel1, taxonomyLevel2Category taxonomy
inventoryNumberInternal inventory number
itemUrlDirect link to the lot
scrapedAtISO timestamp of scrape

Input

{
"searchQueries": ["macbook", "power tools"],
"maxResults": 100,
"scrapeDetails": true,
"proxyConfiguration": { "useApifyProxy": true }
}
  • searchQueries — keywords to search. Leave empty ([]) to browse all active lots.
  • maxResults — cap on total records. Use 0 for ALL matching lots (tens of thousands — use with care).
  • scrapeDetailstrue (default) fetches each lot's page for live current bid, exact location, full photo gallery and taxonomy. Set false for a faster run using just the search index (no live bid).
  • proxyConfiguration — defaults to Apify datacenter proxy. Switch to RESIDENTIAL if you hit rate limits on very large runs.

Example output

{
"lotId": "115920408",
"title": "2020 Apple MacBook Pro with Apple M1 Chip (13-inch, 8GB RAM, 512GB SSD Storage)",
"currentBid": 104,
"bidCount": 28,
"retailPrice": 1499,
"condition": "Open Box",
"category": "Electronics",
"brand": "Apple",
"city": "Las Vegas",
"state": "NV",
"zipCode": "89139",
"locationName": "Dean Martin",
"endDate": "2026-07-04T03:07:00.000Z",
"marketStatus": "open",
"imageUrl": "https://firebasestorage.googleapis.com/...",
"itemUrl": "https://www.nellisauction.com/p/item/115920408",
"scrapedAt": "2026-07-03T06:40:00.000Z"
}

Use cases

  • Resale arbitrage — find lots selling far below retail (compare currentBid vs retailPrice).
  • Deal hunting & sniping — monitor closing lots by category and location.
  • Market research — track liquidation pricing and inventory trends.
  • Dropshipping / inventory sourcing — bulk-source returned goods.

How it works

The scraper uses Nellis Auction's own public search index for fast discovery, then reads each lot's server-rendered page for live bid, price and location data. No login required. Data is delivered to the Apify dataset and downloadable as JSON, CSV, Excel or via API.

Notes

  • This is an unofficial scraper for publicly available data. Respect Nellis Auction's Terms of Service.
  • Auctions are live — currentBid and endDate reflect the moment of scraping.