HiBid Online Auction Lot Scraper
Pricing
from $5.00 / 1,000 results
HiBid Online Auction Lot Scraper
Scrape live auction lots from HiBid.com — estate, equipment, collectibles, coins, vehicles and more. Per-lot data: title, current bid, bid count, auction house, location, end date, category, image and lot URL. Filter by search query, state, ZIP and status.
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
3 days ago
Last modified
Categories
Share
Scrape live auction lots from HiBid.com — one of the largest online auction aggregators in North America, covering estate sales, farm & heavy equipment, coins & currency, collectibles, vehicles, firearms, jewelry, antiques and more.
Search by keyword across thousands of auction houses and get clean, structured per-lot data — current bids, bid counts, location, end date, category and images.
Great for resellers, collectors, dealers, arbitrage hunters, and market researchers who want to find lots to bid on, track closing prices, or analyze auction pricing trends.
What you get (per lot)
| Field | Description |
|---|---|
lotId / itemId | HiBid lot identifiers |
title | Lot title / lead |
description | Full lot description |
lotNumber / quantity | Lot number and quantity |
category | Lot category (e.g. Coins & Currency) |
currentBid / minBid / buyNow | Current high bid, minimum bid, buy-now price ($) |
priceRealized | Final sale price (for closed lots) |
bidCount | Number of bids placed |
currency | Currency abbreviation (e.g. USD) |
status / isClosed / timeLeft | Bidding status and countdown |
startDate / endDate | Auction event timing |
lotUrl / auctionUrl | Direct links to the lot and its auction catalog |
imageUrl / thumbnailUrl / pictureCount | Lot photos |
auctionId / auctionName | Parent auction event |
eventCity / eventState / location | Auction location |
auctionHouse + city/state/country/phone/email/website | The auctioneer running the lot |
searchQuery | The query that produced the lot |
scrapedAt | ISO timestamp of the scrape |
Input
| Field | Type | Description |
|---|---|---|
searchQueries | array | Keywords to search, e.g. ["coins","rolex"]. Required. |
maxResults | integer | Max lot records across all queries (default 100). |
scrapeDetails | boolean | Reserved — LotSearch already returns full detail. |
status | string | OPEN (biddable) or CLOSED (archived). Default OPEN. |
state | string | 2-letter US state filter. Optional. |
zip | string | 5-digit ZIP filter (used with miles). Optional. |
miles | integer | Radius around zip (default 50). |
sortOrder | string | TIME_LEFT, NO_ORDER, BID_AMOUNT, LOT_NUMBER. |
proxyConfiguration | object | Proxy settings. Default: Apify datacenter proxy. |
Example input
{"searchQueries": ["coins", "rolex"],"maxResults": 100,"status": "OPEN","sortOrder": "TIME_LEFT","proxyConfiguration": { "useApifyProxy": true }}
How it works
The actor calls HiBid's public GraphQL LotSearch API directly (no headless browser), paginating 100 lots per page until maxResults is reached. There is no hard anti-bot wall on the API, so the lightweight datacenter proxy is sufficient and runs are fast and cheap.
Notes
- For OPEN lots, the lot URL is built as
https://hibid.com/lot/{lotId}/{slug}. currentBidreflects the live high bid; bids and countdowns change constantly.- Use
status: "CLOSED"to pull archived lots withpriceRealizedfor sold-price / comp analysis. - A single popular keyword (e.g. "coins") can match 100,000+ lots — set
maxResultsaccordingly.