Proxibid Scraper & Auction Lot Monitor avatar

Proxibid Scraper & Auction Lot Monitor

Pricing

from $3.00 / 1,000 per lot returneds

Go to Apify Store
Proxibid Scraper & Auction Lot Monitor

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

Scrapers Delight

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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[] and description with 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

  1. Bulk scrape โ€” pull a whole category (optionally price/house-filtered) into one clean dataset.
  2. 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)

  1. Click Try for free.
  2. Enter a Category slug (e.g. jewelry-gemstones-watches).
  3. (Optional) add a price range or an auction-house filter.
  4. (Optional) turn on Fetch full details for description + full gallery.
  5. Click Start, then open the Dataset tab to view/export.
  6. (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

FieldWhat it does
categorythe Proxibid category slug (after /for-sale/ in the URL)
minPrice / maxPriceserver-side current-price band
auctionHouseNamerestrict to one auction house / seller
includeEndedinclude lots whose auction already ended
fetchDetailsadd full description + image gallery (one request per lot)
maxLotshard cap per run (categories can hold tens of thousands)
monitorMode, alertOnNewLotrecurring watcher + alerts
webhookUrl, slackWebhookUrl, emailRecipientsalert channels
proxyConfiguration, requestConcurrencyproxy + parallelism (residential helps on detail pages)

Tip: a category can contain tens of thousands of lots (jewelry alone had 56k+). Keep maxLots set, 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:

EventWhat it coversSuggested price
lot-scrapedeach lot returned~$0.003 / lot
lot-detail-enrichedeach detail fetch~$0.004 / lot
monitor-run-completedeach scheduled watch run~$0.05 / run
new-lot-detectedeach newly listed lot~$0.02 / lot
alert-deliveredeach Slack/email/webhook push~$0.005 / alert

(Final per-event prices are set on the actor's pricing page.)


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.