PublicSurplus.com Government Surplus Auctions Scraper avatar

PublicSurplus.com Government Surplus Auctions Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
PublicSurplus.com Government Surplus Auctions Scraper

PublicSurplus.com Government Surplus Auctions Scraper

Search live government surplus auctions on PublicSurplus.com by keyword and U.S. state and get clean JSON: auction id, title, current price, bids, ends at, agency, pick-up location, description, link. For resellers, flippers, price watchers and AI agents.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Quiet Kits

Quiet Kits

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

PublicSurplus.com Auctions Scraper

Search the live auctions on PublicSurplus.com, one of the largest marketplaces for government and school-district surplus in the U.S. and Canada (vehicles, laptops, tools, furniture, heavy equipment), and get structured JSON instead of a web page.

For each auction: id, title, current price, number of bids, bid increment, minimum next bid, end time (ISO and local text), auction type (standard or Dutch), state, selling agency, pick-up address, condition, description, image and link.

Who uses it

  • Resellers and flippers watching lots before they close, across states, on a schedule.
  • Price watchers building alerts on keywords ("Dell Latitude", "Ford F-250").
  • AI agents: through the Apify MCP server an agent can ask "find laptops in Texas ending in the next 24 hours" and read the rows back.

Input

FieldTypeDefaultDescription
keywordstringsearch text; empty = browse everything
statestringtwo-letter state or province code (tx, ca, ne, bc)
includeDetailsbooleantrueopen each auction page for bids, increment, agency, address, description
maxItemsinteger1000 = all matching auctions
{ "keyword": "laptop", "state": "tx", "maxItems": 50 }

Output

{
"auctionId": "4076349",
"title": "STIHL CHAINSAW",
"currentPriceUsd": 229.5,
"bids": 14,
"incrementUsd": 2.5,
"minimumBidUsd": 232,
"endsAt": "2026-09-08T00:00:00.000Z",
"endsText": "Sep 7, 2026 06:00 PM MDT",
"state": "NE",
"agency": "Lincoln Public Schools",
"pickupAddress": "505 South Street Lincoln, NE 68502",
"auctionType": "standard",
"condition": "SEE DESCRIPTION",
"description": "…",
"imageUrl": "https://…/thumb-b/4076349/71620011",
"url": "https://www.publicsurplus.com/sms/auction/view?auc=4076349"
}

Pricing

Pay per auction returned. Without details a page of 25 auctions takes about a second; with details, about one second per auction.

Notes

Reads public auction pages only, no login. Contact details that PublicSurplus shows to logged-in users are not included. Auction end times can extend when late bids arrive; re-run close to the end for the final price.