Nellis Auction Scraper
Pricing
from $5.00 / 1,000 results
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
Maintained by CommunityActor 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
| Field | Description |
|---|---|
lotId | Nellis lot ID |
title | Item title / lead description |
currentBid | Live current highest bid (USD) |
bidCount | Number of bids placed |
retailPrice | Suggested retail / MSRP (USD) |
condition | Item condition / grade (New, Open Box, etc.) |
category | Category (Electronics, Tools, Furniture...) |
brand | Brand name |
city, state, zipCode, address | Pickup / warehouse location |
locationName, shoppingLocation | Warehouse name & shopping market |
endDate | Auction close time (ISO 8601) |
openTime, initialCloseTime | Auction open / original close time |
marketStatus, isClosed | Live status |
imageUrl, images | Primary image + full photo gallery |
rating, ratingCount, starRating | Product ratings |
taxonomyLevel1, taxonomyLevel2 | Category taxonomy |
inventoryNumber | Internal inventory number |
itemUrl | Direct link to the lot |
scrapedAt | ISO 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
0for ALL matching lots (tens of thousands — use with care). - scrapeDetails —
true(default) fetches each lot's page for live current bid, exact location, full photo gallery and taxonomy. Setfalsefor 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
currentBidvsretailPrice). - 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 —
currentBidandendDatereflect the moment of scraping.