IronPlanet & GovPlanet Equipment Auction Scraper avatar

IronPlanet & GovPlanet Equipment Auction Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
IronPlanet & GovPlanet Equipment Auction Scraper

IronPlanet & GovPlanet Equipment Auction Scraper

Scrapes heavy equipment and government surplus auction listings from IronPlanet and GovPlanet — prices, meters, locations, auction dates, and more. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

COSENT GROUP

COSENT GROUP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape heavy equipment and government surplus auction listings from IronPlanet.com and GovPlanet.com. No API key required.

What it scrapes

Each listing returns:

FieldDescription
titleFull equipment description (e.g. 2018 Cat 320 Excavator)
yearModel year parsed from title
makeManufacturer (e.g. Cat, Komatsu, Ford)
priceCurrent bid or asking price (numeric string)
currencyUSD or CAD
meterUsage reading — hours for equipment, miles for vehicles
locationState or country where the equipment is located
auctionTypeOnline Auction or Buy Now / Make Offer
auctionDateAuction end date or availability date
categoryEquipment category (e.g. Excavators, Dump Trucks)
sourceIronPlanet or GovPlanet
equipIdUnique listing ID
urlDirect link to the listing page
scrapedAtISO timestamp

Input

{
"sources": ["IronPlanet"],
"categories": ["Excavators", "Skid Steer Loaders"],
"make": "Cat",
"minPrice": 10000,
"maxPrice": 100000,
"auctionOnly": true,
"maxResults": 200
}

Parameters

ParameterTypeDefaultDescription
sourcesarray["IronPlanet"]Platforms to scrape: IronPlanet, GovPlanet, or both
categoriesarray(all)Leave empty to scrape all categories for each source
makestring(any)Filter by manufacturer (e.g. Cat, John Deere, Komatsu)
minPriceinteger0Minimum price in USD — 0 means no filter
maxPriceinteger0Maximum price in USD — 0 means no filter
auctionOnlybooleanfalseIf true, only returns active online auction listings
maxResultsinteger200Maximum listings to return — 0 means no limit

Available categories

IronPlanet: Excavators, Dump Trucks, Wheel Loaders, Motor Graders, Skid Steer Loaders, Forklifts, Cranes, Trucks & Trailers, Agriculture, Mining

GovPlanet: Government Surplus, Trucks & Trailers, Forklifts, Construction, Humvees

Example output

{
"title": "2023 Cat 305 CR Mini Excavator",
"year": "2023",
"make": "Cat",
"price": "29000",
"currency": "USD",
"meter": "1,053 hrs",
"location": "Virginia",
"auctionType": "Online Auction",
"auctionDate": "Aug 13",
"category": "Excavators",
"source": "IronPlanet",
"equipId": "15536174",
"url": "https://www.ironplanet.com/for-sale/Excavators-2023-Cat-305-CR-Mini-Excavator-Virginia/15536174",
"scrapedAt": "2026-08-02T06:29:10.621Z"
}

Use cases

  • Price research — track auction prices for specific makes, models, or categories
  • Fleet sourcing — monitor listings by location and equipment type
  • Market analysis — compare IronPlanet vs GovPlanet pricing for similar equipment
  • Lead generation — identify equipment coming to auction before competitors

Notes

  • Listings with no active bid show N/A for price and auctionType of Buy Now / Make Offer
  • GovPlanet listings are US government surplus — Humvees, military trucks, construction equipment
  • The scraper respects maxResults across all sources and categories combined
  • Pagination is handled automatically; each category page returns up to 60 listings