Municibid Scraper & Government Surplus Auction Monitor avatar

Municibid Scraper & Government Surplus Auction Monitor

Pricing

from $4.00 / 1,000 per record returneds

Go to Apify Store
Municibid Scraper & Government Surplus Auction Monitor

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

Scrapers Delight

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

  1. Bulk scrape β€” pull active listings for a keyword, category, ZIP radius, price band, or set of states into one clean dataset.
  2. 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)

  1. Click Try for free.
  2. Pick a Search type (e.g. By keyword) and enter your scope (e.g. dump truck).
  3. (Optional) add filters: category, price range, ZIP + radius, listing status, or a list of states.
  4. (Optional) turn on Fetch full details for the full description and complete photo 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

{ "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

FieldWhat it does
searchTypeall Β· keyword Β· category Β· zipcode
keyword / categoryId / zipcode + radiusMilesserver-side scope for the chosen search type
statesoptional client-side state filter (Municibid's Browse has no server-side state param)
priceMin / priceMaxonly return listings in this current-bid band
statusFiltercurrent (live) Β· sold Β· all
sortBynewest Β· price Β· site default
fetchDetailsadd the full description + complete full-size photo gallery
maxLotshard cap per run (0 = unlimited)
monitorMode, alertOnNewLot, alertOnBidChange, watchlistAuctionIdsrecurring watcher + alerts
webhookUrl, slackWebhookUrl, emailRecipientsalert channels
proxyConfiguration, requestConcurrencyproxy + 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:

EventWhat it coversSuggested price
lot-scrapedeach listing returned~$0.004 / lot
lot-detail-enrichedeach detail-page fetch (description + gallery)~$0.003 / 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.)


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.