GovDeals Auction Results Scraper avatar

GovDeals Auction Results Scraper

Pricing

from $11.99 / 1,000 result items

Go to Apify Store
GovDeals Auction Results Scraper

GovDeals Auction Results Scraper

Scrapes closed GovDeals auction listings by search term, category, or direct URL. Returns final price, bid count, seller, location, and auction dates for each asset.

Pricing

from $11.99 / 1,000 result items

Rating

5.0

(1)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

2

Bookmarked

58

Total users

11

Monthly active users

19 hours ago

Last modified

Share

ParseForge

GovDeals Auction Results Scraper

Scrape GovDeals auction results by keyword, category, or direct URL, up to thousands per run. Every closed listing comes with final price, bid count, seller, location, and auction dates. No login or API key. Export to CSV, JSON, Excel, or XML.

GovDeals lists surplus government assets from police cars to laptops, but the site shows only active auctions and hides historical results behind a clunky search. This Actor reads the public closed-auction pages directly, filtered by keyword, category, make, model, year, state, or auction type, and returns each match in one fixed schema.

Who uses itWhat they scrape GovDeals for
Used equipment dealersFind what similar assets sold for before bidding on the next lot
Fleet managersTrack disposal prices for vehicles and heavy equipment across states
Market researchersBuild price indexes for surplus government assets by category and region
Auction flippersSpot undervalued assets by comparing final bids against market value

What it does

This Actor collects closed GovDeals auction listings by search term, category, or direct URL, and returns each one as a flat row with final price, bid count, seller, location, and auction dates.

  • πŸ” Keyword search: enter any term like 'ford truck' or 'laptop' and get matching closed listings.
  • 🏷️ Category filter: use GovDeals category codes like '94A' for Cars or '29' for Computers.
  • πŸ”— Direct URL: paste a specific GovDeals asset URL to scrape that one closed auction.
  • πŸ“Š Structured rows: every listing returns final price, bid count, seller, location, and auction dates.
  • πŸ“ Export ready: download as CSV, JSON, Excel, or XML for analysis or spreadsheets.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with GovDeals data

πŸ“ˆ Build price benchmarks.

A used equipment dealer runs the Actor with category '94B' for Trucks and state 'TX' to see what Ford F-150s sold for last quarter, then sets their own bid ceiling.

πŸ”Ž Find undervalued assets.

An auction flipper searches 'police car' with auction type 'Online Auction' and sorts by final price ascending to spot Crown Victorias that closed below market value.

πŸ—ΊοΈ Track regional demand.

A market researcher filters by state and category to compare final prices for laptops in California versus New York, revealing where surplus IT equipment moves fastest.

πŸ“‹ Audit agency disposals.

A government auditor scrapes all closed listings from a specific seller agency to verify that assets were sold at fair market value.

Why choose this scraper

What you get
Final priceThe closing bid amount for each sold asset
Bid countHow many bids the asset received before closing
Seller agencyThe government entity that listed the asset
LocationCity, state, and ZIP of the asset
Auction datesStart and end dates for the auction

How it compares

This Actor focuses on closed auction results with final prices and bid counts, while the competitors below primarily target active listings or offer fewer filters.

FeatureParseForgeGovDeals Scraper - Low-costπŸ’²πŸ”₯πŸšœπŸ›οΈGovDeals Government Surplus Auction ScraperGovDeals Government Auction Scraper
Closed auction resultsYesNot listedNot listedNot listed
Final priceYesNot listedNot listedNot listed
Bid countYesNot listedYesNot listed
Filter by make/brandYesNot listedNot listedNot listed
Filter by model yearYesNot listedNot listedNot listed
Filter by stateYesNot listedNot listedNot listed
Sort by final priceYesNot listedNot listedNot listed

Configure the run

Drive the Actor from a search term, category IDs, or a direct URL, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"searchText": "ford truck",
"maxItems": 10
}

A larger pull:

{
"searchText": "ford truck",
"maxItems": 200
}

Pricing

Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$1.60
1,000 results$15.99
10,000 results$159.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the GovDeals Auction Results Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to GovDeals through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/govdeals-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your search term or filters. If you provided a startUrl, it overrides all search filters. Also ensure the auction has closed; active auctions are not returned.

Why are some fields empty in the output?

Not every GovDeals listing includes every field. For example, some assets may not have a model year or a make/brand. Empty fields are normal for incomplete listings.

The Actor is running slowly or timing out.

Reduce maxConcurrency to 1 or 2. This slows down the scraping but reduces the chance of rate-limiting or timeouts.

I get an error when using a category ID.

Make sure you are using the correct GovDeals category code. The codes are alphanumeric, like '94A' for Cars. Check the GovDeals category list for the exact code.

FAQ

QuestionAnswer
Does this scrape active or closed auctions?This Actor is built for closed auction results. It reads the public listing pages for auctions that have ended, so you get final prices and bid counts. Active auctions are not included.
Can I scrape a specific auction by URL?Yes. Paste the GovDeals asset URL into the startUrl field and the Actor will scrape that single closed listing, ignoring all search filters.
How do I filter by category?Use the categoryIds field with GovDeals category codes. For example, '94A' for Cars, '94B' for Trucks, '94L' for SUVs, and '29' for Computers. You can find the full list on GovDeals.
Can I combine filters?Yes, all filters are combined with AND logic. For example, you can set categoryIds to '94B', makebrand to 'Ford', and locationState to 'TX' to get only Ford trucks in Texas.
What is the maximum number of listings I can scrape?You set the maxItems field to any number. The Actor will collect up to that many listings per run. There is no hard limit, but be mindful of GovDeals rate limits.
Does this need an API key or login?No. The Actor reads public GovDeals pages directly. You do not need a GovDeals account or API key.
What export formats are supported?You can export the results as CSV, JSON, Excel, or XML from the Apify dataset.
Can I sort the results?Yes, use the sortField and sortOrder inputs. You can sort by final price, location, or auction end date, in ascending or descending order.
What if I get rate-limited?Lower the maxConcurrency setting to reduce parallel requests. The default is 5, but you can set it as low as 1 to be gentle on the site.
Does this work for all US states?Yes, you can filter by any US state abbreviation in the locationState field. Leave it blank to include all states.
  • govdeals-scraper: Another GovDeals scraper focused on active auction listings with geolocation data.

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by GovDeals, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.