Municibid Scraper & Government Surplus Auction Monitor
Pricing
from $4.00 / 1,000 per record returneds
Municibid Scraper & Government Surplus Auction Monitor
Scrape Municibid government & municipal surplus auctions by keyword, category, ZIP, price (or filter by state), or run on a schedule as a new-lot monitor with Slack/email/webhook alerts.
Pricing
from $4.00 / 1,000 per record 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
ποΈ Municibid Scraper & Government Surplus Auction Monitor
Scrape live Municibid.com government & municipal surplus auctions β title, current bid, bid count, seller/agency, city & state, close time, description, and full photo gallery β by keyword, category, ZIP radius, price, or state. Then run it on a schedule as a new-lot monitor that pings Slack, email, or webhook the moment a fresh lot drops, so you bid first.
Turn Municibid into a clean dataset or a real-time deal alert. No login, no browser automation β the live bid, bid count and close time come straight from the server-rendered listing grid.
What does Municibid Scraper do?
Municibid Scraper extracts government & municipal surplus auction listings from Municibid.com and returns clean, structured rows you can export to JSON, CSV, Excel, or push to your app via API. Vehicles, dump trucks, heavy equipment, police & fire surplus, electronics, office furniture, real estate and more β sold off by towns, counties, school districts, utilities, and agencies across the US and Canada.
- π Search the way the site does β by keyword, category, ZIP + radius, or price range (all server-side).
- πΊοΈ Filter by state β keep only the states you want (applied as the listings stream in).
- π° Live current bid + bid count β read straight from the listing grid, no detail fetch needed.
- π’ Seller & location β the selling agency, plus city and state.
- π¦ Item detail β full description and the complete full-size photo gallery.
- β° Time-aware β each listing's end time and live/ended status.
- π 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 surplus listing:
- π
listing_id, πlot_url, π·οΈtitle - π΅
current_price, π¨total_bids,has_bid - π
description, ποΈcategory - π’
seller(the selling agency / municipality) - π
city,state - β°
end_time, π¦status(active / ended / sold) - πΌοΈ
images[](full-size gallery),thumbnail - β¨
is_new(monitor mode), πscraped_at
Who is it for?
- π Surplus flippers & resellers sourcing vehicles, equipment, and electronics to resell.
- π Fleet & equipment buyers tracking municipal vehicle/heavy-equipment lots nationwide.
- β»οΈ Dealers & exporters monitoring specific categories across many states.
- π Auction aggregators combining Municibid with GovDeals, GSA, PublicSurplus, and others.
- π’ Procurement & research teams analyzing what agencies sell and for how much.
Two ways to use it
- Bulk scrape β pull active listings for a keyword, category, ZIP radius, price band, or set of states into one clean dataset.
- New-lot monitor (the recurring play) β set
monitorMode: true, attach an Apify Schedule (hourly for hot categories), and the actor emits/alerts only newly-listed lots. Pair with a keyword or category to keep runs cheap and fast.
How to use it (step by step)
- Click Try for free.
- Pick a Search type (e.g. By keyword) and enter your scope (e.g.
dump truck). - (Optional) add filters: category, price range, ZIP + radius, listing status, or a list of states.
- (Optional) turn on Fetch full details for the full description and complete photo 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
{ "searchType": "keyword", "keyword": "dump truck", "maxLots": 50 }
State-filtered example
{ "searchType": "all", "states": ["TX", "OK"], "maxLots": 100 }
New-lot monitor example (cheap & fast)
{"searchType": "keyword","keyword": "generator","monitorMode": true,"alertOnNewLot": true,"slackWebhookUrl": "https://hooks.slack.com/services/β¦"}
Input
| Field | What it does |
|---|---|
searchType | all Β· keyword Β· category Β· zipcode |
keyword / categoryId / zipcode + radiusMiles | server-side scope for the chosen search type |
states | optional client-side state filter (Municibid's Browse has no server-side state param) |
priceMin / priceMax | only return listings in this current-bid band |
statusFilter | current (live) Β· sold Β· all |
sortBy | newest Β· price Β· site default |
fetchDetails | add the full description + complete full-size photo gallery |
maxLots | hard cap per run (0 = unlimited) |
monitorMode, alertOnNewLot, alertOnBidChange, watchlistAuctionIds | recurring watcher + alerts |
webhookUrl, slackWebhookUrl, emailRecipients | alert channels |
proxyConfiguration, requestConcurrency | proxy + parallelism (datacenter is enough) |
Output
Each listing is one dataset record (fields listed above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API. Prices are numbers in USD; total_bids is an integer; images[] are full-size photo URLs.
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 listing returned | ~$0.004 / lot |
lot-detail-enriched | each detail-page fetch (description + gallery) | ~$0.003 / 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 Municibid?
Municibid auction listings are public government-surplus data, 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 the current Municibid Terms of Service before commercial use or resale of the data.
FAQ
What is Municibid? Municibid.com is a leading online marketplace where local governments β towns, counties, school districts, police & fire departments, utilities β auction surplus property (vehicles, equipment, electronics, even real estate) to the public.
Do I need an account or login? No. The actor reads public listing data directly β no account or cookies required.
Can I monitor new auctions and get alerts?
Yes. Turn on monitorMode, attach an Apify Schedule, and add a Slack/webhook/email channel. Each run emits and alerts only lots new since the last run.
Can I filter by state?
Yes β add two-letter codes to states. Note Municibid's public Browse doesn't filter by state server-side, so the actor filters as listings stream in; pairing with a keyword or category keeps runs fast and cheap.
Can I find bargains or closing-soon lots?
Use priceMax for a price ceiling, and sort/scan by end_time to surface listings about to close.
Does it return photos?
Yes β thumbnail per lot from the grid, and the full-size images[] gallery when fetchDetails is on.
How do I export the data? JSON, CSV, Excel, HTML, or RSS from the Dataset tab, or via the Apify API.
Can I integrate with Make, Zapier, n8n, or my backend? Yes β use the webhook/Slack channels for alerts, or the Apify API to pipe the dataset anywhere.
You might also like
- ποΈ Other gov & surplus auction sites (GovDeals, GSA Auctions, PublicSurplus, StorageTreasures)
- π¨ General online auction & marketplace scrapers
- π Local-listing and facility-data scrapers
Feedback
Found a missing field or want a new filter? Open an issue on the actor β fast fixes and feature requests welcome.