Equip-Bid Auction Scraper — Lots, Bids & New-Auction Alerts avatar

Equip-Bid Auction Scraper — Lots, Bids & New-Auction Alerts

Pricing

from $3.00 / 1,000 per lot returneds

Go to Apify Store
Equip-Bid Auction Scraper — Lots, Bids & New-Auction Alerts

Equip-Bid Auction Scraper — Lots, Bids & New-Auction Alerts

Scrape Equip-Bid (equip-bid.com) Midwest auctions — lots, current bids, photos & close times — by state, affiliate, or ZIP radius. No login or API key. Schedule it as a new-auction monitor with Slack, email & webhook alerts. $3 per 1,000 lots.

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

a day ago

Last modified

Share

🚜 Equip-Bid Scraper & New-Auction Monitor

Scrape live Equip-Bid (equip-bid.com) Midwest online auctions — equipment, estate, household, and wholesale lots with seller, location, closing time, item count, and thumbnails — by state, affiliate, or ZIP radius. Then run it on a schedule as a new-auction monitor that pings Slack, email, or webhook the moment a fresh auction drops in your area, so you bid first.

Turn Equip-Bid's 100+ concurrent Midwest auctions into a clean dataset or a real-time deal alert. No login, no browser automation — Equip-Bid serves plain HTML.


What does Equip-Bid Scraper do?

Equip-Bid Scraper extracts online equipment, estate, and household auction listings from equip-bid.com and returns them as clean, structured rows you can export to JSON, CSV, Excel, or push to your app via API. Equip-Bid hosts auctions from dozens of independent affiliate companies across Kansas, Missouri, and the wider Midwest — this actor makes that firehose searchable, exportable, and watchable.

  • 🔎 Search by state, affiliate, or ZIP + radius — server-side filters keep it fast.
  • 🏷️ Auction details — title, seller (affiliate), location, item count, categories.
  • Timing — closing date/time and live status (Active / Closed).
  • 🖼️ Thumbnails — sample item images per auction.
  • 📦 Optional item scrape — drill into any auction to pull its individual item lots.
  • 🔔 New-auction monitor — schedule it and get Slack / email / webhook alerts for newly listed auctions in your niche.

What data does it extract?

For every auction:

  • 🆔 auction_id, 🔗 auction_url, 🏷️ title
  • 🏢 affiliate (the auction company)
  • 📍 location, city, state, zipcode
  • 🗂️ category, 🔢 item_count
  • closing_time, 🚦 status
  • 🖼️ thumbnails[], 🛒 sample_items[]
  • 📋 items[] (when "Scrape individual items" is on)
  • is_new (monitor mode), 🕒 scraped_at

Who is it for?

  • 🛒 Resellers & flippers sourcing equipment and estate lots to win and resell.
  • 🚜 Equipment & tool buyers tracking Midwest gear by location.
  • ♻️ Estate & consignment sourcers hunting inventory by category and ZIP.
  • 📊 Reseller-tooling & SaaS builders who need a Midwest-auction data feed.
  • 🧭 Auction aggregators combining Equip-Bid with K-BID, HiBid, and others.

Two ways to use it

  1. Bulk scrape — pull every current auction (optionally filtered) into one clean dataset.
  2. New-auction monitor (the recurring play) — set monitorMode: true, attach an Apify Schedule, and the actor emits/alerts only newly-listed auctions since the last run.

How to use it (step by step)

  1. Click Try for free.
  2. Pick a Search type (e.g. By ZIP + radius) and enter your scope.
  3. Choose a SortEnding soonest or Newest first.
  4. (Optional) turn on Scrape individual items to pull each auction's item lots (heavier).
  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 auctions.

Quick start

{ "searchType": "all", "sortBy": "closing" }

ZIP-radius monitor example

{
"searchType": "zipcode",
"zipcode": "66061",
"radiusMiles": 50,
"monitorMode": true,
"alertOnNewLot": true,
"slackWebhookUrl": "https://hooks.slack.com/services/…"
}

Input

FieldWhat it does
searchTypeall · state · affiliate · zipcode
states / affiliateId / zipcode + radiusMilesthe scope for the chosen search type
sortByclosing (ending soonest) · published (newest)
scrapeItemsalso open each auction and extract its individual item lots (heavy)
maxAuctionshard cap per run (0 = unlimited)
monitorMode, alertOnNewLotrecurring watcher + alerts
webhookUrl, slackWebhookUrl, emailRecipientsalert channels
proxyConfiguration, requestConcurrencyproxy + parallelism

Note on state filtering: like its sibling platform, Equip-Bid is best targeted by ZIP + radius (filtered server-side); By state is applied to the parsed auction location after fetching.


Output

Each auction is one dataset record (fields above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API.


How much does it cost?

Pay-per-event — you pay for what you pull, no subscription. Suggested rates:

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

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


Equip-Bid auction 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 Equip-Bid's Terms of Service before commercial use or resale of the data.


FAQ

What is Equip-Bid? Equip-Bid.com is a Midwest online-auction marketplace hosting equipment, estate, household, and wholesale auctions from dozens of independent affiliate companies.

Do I need an account or login? No. The actor reads public listing data directly.

Can I monitor new auctions near me and get alerts? Yes. Use searchType: "zipcode" + monitorMode, attach an Apify Schedule, and add a Slack/webhook/email channel. Each run alerts only auctions new since the last run.

Can I get the individual items in an auction? Yes — turn on scrapeItems. Auctions can hold hundreds of items, so this is heavier than the default auction-level scrape.

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 Midwest & online auction sites (K-BID, HiBid)
  • 🏛️ Government & surplus auctions (GSA Auctions, PublicSurplus, StorageTreasures)
  • 📦 General marketplace scrapers

Feedback

Found a missing field or want a new filter? Open an issue on the actor — fast fixes and feature requests welcome.