Proxibid Scraper & Auction Lot Monitor
Pricing
from $3.00 / 1,000 per lot returneds
Proxibid Scraper & Auction Lot Monitor
Scrape Proxibid (proxibid.com) auction lots by category, price, or auction house, or run on a schedule as a new-lot monitor with Slack/email/webhook alerts.
Pricing
from $3.00 / 1,000 per lot returneds
Rating
0.0
(0)
Developer
Scrapers Delight
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
๐ Proxibid Scraper & Auction Lot Monitor
Scrape live Proxibid (proxibid.com) auction lots โ title, current bid, auction house, location, type, and photos โ by category, price range, or auction house. Then run it on a schedule as a new-lot monitor that pings Slack, email, or webhook the moment a fresh lot is listed, so you bid first.
Turn Proxibid's multi-vendor marketplace โ jewelry, coins, vehicles, farm equipment, collectibles, real estate โ into a clean dataset or a real-time deal alert. No login, no browser automation.
What does Proxibid Scraper do?
Proxibid Scraper extracts auction lot listings from proxibid.com and returns them as clean, structured rows you can export to JSON, CSV, Excel, or push to your app via API. Proxibid aggregates thousands of auction houses across dozens of categories โ this actor makes any category searchable, exportable, and watchable.
- ๐ Browse by category โ jewelry, coins, cars, farm equipment, art & antiques, real estate, and more.
- ๐ต Bid data โ current price, auction type (LIVE / TIMED), and lot timing.
- ๐ข Seller & location โ auction house name and lot location.
- ๐ผ๏ธ Photos โ lot thumbnail (plus the full gallery + description with detail fetch on).
- ๐ฐ Server-side price + auction-house filters โ find bargains or track one seller.
- ๐ New-lot monitor โ schedule it and get Slack / email / webhook alerts for newly listed lots in your niche.
What data does it extract?
For every lot:
- ๐
lot_id, ๐lot_url, ๐ท๏ธtitle - ๐ต
price(number) +price_text, ๐จauction_type, โฐlot_time_info - ๐ข
auction_house,auction_house_id - ๐
location - ๐ผ๏ธ
image(+images[]anddescriptionwith detail fetch) - ๐ฆ
auction_ended - โจ
is_new(monitor mode), ๐scraped_at
Who is it for?
- ๐ Dealers & resellers in jewelry, coins, collectibles, or equipment sourcing inventory.
- ๐ Equipment & vehicle buyers tracking farm/industrial lots across auction houses.
- ๐ Price-research & comps teams analyzing realized prices by category.
- ๐งญ Auction aggregators combining Proxibid with HiBid, BidSpotter, and others.
Two ways to use it
- Bulk scrape โ pull a whole category (optionally price/house-filtered) into one clean dataset.
- New-lot monitor (the recurring play) โ set
monitorMode: true, attach an Apify Schedule, and the actor emits/alerts only newly-listed lots since the last run.
How to use it (step by step)
- Click Try for free.
- Enter a Category slug (e.g.
jewelry-gemstones-watches). - (Optional) add a price range or an auction-house filter.
- (Optional) turn on Fetch full details for description + full gallery.
- Click Start, then open the Dataset tab to view/export.
- (Optional) set monitorMode + a Schedule + an alert channel to get pinged on new lots.
Quick start
{ "category": "jewelry-gemstones-watches", "maxLots": 120 }
Bargain monitor example
{"category": "coins-currency","maxPrice": 100,"monitorMode": true,"alertOnNewLot": true,"slackWebhookUrl": "https://hooks.slack.com/services/โฆ"}
Input
| Field | What it does |
|---|---|
category | the Proxibid category slug (after /for-sale/ in the URL) |
minPrice / maxPrice | server-side current-price band |
auctionHouseName | restrict to one auction house / seller |
includeEnded | include lots whose auction already ended |
fetchDetails | add full description + image gallery (one request per lot) |
maxLots | hard cap per run (categories can hold tens of thousands) |
monitorMode, alertOnNewLot | recurring watcher + alerts |
webhookUrl, slackWebhookUrl, emailRecipients | alert channels |
proxyConfiguration, requestConcurrency | proxy + parallelism (residential helps on detail pages) |
Tip: a category can contain tens of thousands of lots (jewelry alone had 56k+). Keep
maxLotsset, or use price/auction-house filters to narrow the pull.
Output
Each lot is one dataset record (fields above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API. price is a number in USD; price_text keeps the original (e.g. for LIVE lots showing "Bid Live").
How much does it cost?
Pay-per-event โ you pay for what you pull, no subscription. Suggested rates:
| Event | What it covers | Suggested price |
|---|---|---|
lot-scraped | each lot returned | ~$0.003 / lot |
lot-detail-enriched | each detail fetch | ~$0.004 / lot |
monitor-run-completed | each scheduled watch run | ~$0.05 / run |
new-lot-detected | each newly listed lot | ~$0.02 / lot |
alert-delivered | each Slack/email/webhook push | ~$0.005 / alert |
(Final per-event prices are set on the actor's pricing page.)
Is it legal to scrape Proxibid?
Proxibid lot listings are public, browsable without a login, and the records are item/listing data โ not personal data. Scraping publicly available listings is generally legal, but you are responsible for your use: review Proxibid's Terms of Service before commercial use or resale of the data.
FAQ
What is Proxibid? Proxibid is a large online marketplace where thousands of auction houses sell jewelry, coins, vehicles, farm equipment, collectibles, real estate, and more โ both LIVE and TIMED auctions.
Do I need an account or login? No. The actor reads public listing data directly.
Can I monitor new lots in a category and get alerts?
Yes. Use category + monitorMode, attach an Apify Schedule, and add a Slack/webhook/email channel. Each run alerts only lots new since the last run.
Can I find bargains or filter by seller?
Yes โ maxPrice for a ceiling, auctionHouseName to track one seller, minPrice for a floor.
How do I find a category slug?
Open the category on proxibid.com and copy the part of the URL after /for-sale/ (e.g. jewelry-gemstones-watches).
How do I export the data? JSON, CSV, Excel, HTML, or RSS from the Dataset tab, or via the Apify API.
You might also like
- ๐ Other auction marketplaces (HiBid, BidSpotter, LiveAuctioneers)
- ๐๏ธ Government & surplus auctions (GSA Auctions, PublicSurplus, StorageTreasures)
- ๐จ Midwest online auctions (K-BID, equip-bid)
Feedback
Found a missing field or want a new filter? Open an issue on the actor โ fast fixes and feature requests welcome.