K-BID Auction Scraper & New-Auction Monitor
Pricing
from $3.00 / 1,000 per lot returneds
K-BID Auction Scraper & New-Auction Monitor
Scrape K-BID (k-bid.com) Midwest online auctions by state, affiliate, ZIP radius, or category, or run on a schedule as a new-auction 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
๐จ K-BID Auction Scraper & New-Auction Monitor
Scrape live K-BID (k-bid.com) Midwest online auctions โ title, seller, location, closing time, item count, categories, and sample items with live closing bids โ by state, affiliate, ZIP radius, or category. 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 the Midwest's largest independent online-auction marketplace into a clean dataset or a real-time deal alert. No login, no browser automation โ K-BID serves plain HTML.
What does K-BID Scraper do?
K-BID Scraper extracts online estate, household, commercial, and vehicle auction listings from k-bid.com and returns them as clean, structured rows you can export to JSON, CSV, Excel, or push to your app via API. K-BID hosts 100+ concurrent auctions from 80+ independent auction companies across Minnesota and the upper Midwest โ this actor makes that firehose searchable, exportable, and watchable.
- ๐ Search by state, affiliate, ZIP + radius, or category โ server-side filters keep it fast.
- ๐ท๏ธ Auction details โ title, seller (affiliate), location, phone, item count, categories.
- โฐ Timing โ closing date/time and live status (Active / Closing / Opening Soon).
- ๐ผ๏ธ Sample items with live bids โ each listing's thumbnails carry "Closing Bid $X" previews, captured without opening a single item page.
- ๐ฆ 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), โ๏ธphone - ๐
location,city,state,zipcode - ๐๏ธ
category, ๐ขitem_count - โฐ
closing_time, ๐ฆstatus - ๐ผ๏ธ
thumbnails[], ๐sample_items[]({ description, closing_bid }from the listing thumbnails) - ๐
items[](when "Scrape individual items" is on) - โจ
is_new(monitor mode), ๐scraped_at
Who is it for?
- ๐ Resellers & flippers sourcing estate/household lots to win and resell.
- โป๏ธ Thrift & consignment sourcers hunting cheap inventory by category and location.
- ๐ Local pickup buyers monitoring auctions near a ZIP for closing-soon deals.
- ๐ Reseller-tooling & SaaS builders who need a Midwest-auction data feed.
- ๐งญ Auction aggregators combining K-BID with HiBid, equip-bid, and others.
Two ways to use it
- Bulk scrape โ pull every current auction (optionally filtered) into one clean dataset.
- 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)
- Click Try for free.
- Pick a Search type (e.g. By ZIP + radius) and enter your scope.
- Choose a Sort โ Ending soonest or Newest first.
- (Optional) turn on Scrape individual items to pull each auction's item lots (heavier).
- Click Start, then open the Dataset tab to view/export.
- (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": "55330","radiusMiles": 50,"monitorMode": true,"alertOnNewLot": true,"slackWebhookUrl": "https://hooks.slack.com/services/โฆ"}
Input
| Field | What it does |
|---|---|
searchType | all ยท state ยท affiliate ยท zipcode ยท category |
states / affiliateId / zipcode + radiusMiles / categoryIds | the scope for the chosen search type |
sortBy | closing (ending soonest) ยท published (newest) |
scrapeItems | also open each auction and extract its individual item lots (heavy) |
maxAuctions | hard cap per run (0 = unlimited) |
monitorMode, alertOnNewLot | recurring watcher + alerts |
webhookUrl, slackWebhookUrl, emailRecipients | alert channels |
proxyConfiguration, requestConcurrency | proxy + parallelism |
Note on state filtering: K-BID blocks its state-path URLs, so
By stateis applied to the parsed auction location after fetching. For tight geographic targeting, prefer ZIP + radius (filtered server-side).
Output
Each auction is one dataset record (fields above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API. closing_time is the auction's local closing timestamp string; sample_items[].closing_bid is a number in USD.
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 auction returned | ~$0.004 / auction |
auction-detail-scraped | each auction opened for items | ~$0.004 / auction |
monitor-run-completed | each scheduled watch run | ~$0.05 / run |
new-lot-detected | each newly listed auction | ~$0.02 / auction |
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 K-BID?
K-BID auction listings are public, browsable without a login, and the records are item/listing data โ not personal data (aside from the public business phone each auction company lists). Scraping publicly available listings is generally legal, but you are responsible for your use: review K-BID's Terms of Service before commercial use or resale of the data.
FAQ
What is K-BID? K-BID.com is the Midwest's largest independent online-auction marketplace, hosting estate, household, commercial, and vehicle auctions from dozens of independent auction 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. Note that auctions can hold hundreds of items, so this is much heavier than the default auction-level scrape.
Does it include current bids?
The auction listing exposes sample items with their closing bids in the thumbnails (sample_items[]), captured without opening item pages.
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 (equip-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.