HiBid Online Auction Lot Scraper avatar

HiBid Online Auction Lot Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
HiBid Online Auction Lot Scraper

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

lulz bot

Maintained by Community

Actor 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)

FieldDescription
lotId / itemIdHiBid lot identifiers
titleLot title / lead
descriptionFull lot description
lotNumber / quantityLot number and quantity
categoryLot category (e.g. Coins & Currency)
currentBid / minBid / buyNowCurrent high bid, minimum bid, buy-now price ($)
priceRealizedFinal sale price (for closed lots)
bidCountNumber of bids placed
currencyCurrency abbreviation (e.g. USD)
status / isClosed / timeLeftBidding status and countdown
startDate / endDateAuction event timing
lotUrl / auctionUrlDirect links to the lot and its auction catalog
imageUrl / thumbnailUrl / pictureCountLot photos
auctionId / auctionNameParent auction event
eventCity / eventState / locationAuction location
auctionHouse + city/state/country/phone/email/websiteThe auctioneer running the lot
searchQueryThe query that produced the lot
scrapedAtISO timestamp of the scrape

Input

FieldTypeDescription
searchQueriesarrayKeywords to search, e.g. ["coins","rolex"]. Required.
maxResultsintegerMax lot records across all queries (default 100).
scrapeDetailsbooleanReserved — LotSearch already returns full detail.
statusstringOPEN (biddable) or CLOSED (archived). Default OPEN.
statestring2-letter US state filter. Optional.
zipstring5-digit ZIP filter (used with miles). Optional.
milesintegerRadius around zip (default 50).
sortOrderstringTIME_LEFT, NO_ORDER, BID_AMOUNT, LOT_NUMBER.
proxyConfigurationobjectProxy 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}.
  • currentBid reflects the live high bid; bids and countdowns change constantly.
  • Use status: "CLOSED" to pull archived lots with priceRealized for sold-price / comp analysis.
  • A single popular keyword (e.g. "coins") can match 100,000+ lots — set maxResults accordingly.