Machinery Trader Sell Scraper avatar

Machinery Trader Sell Scraper

Pricing

$23.00/month + usage

Go to Apify Store
Machinery Trader Sell Scraper

Machinery Trader Sell Scraper

Supercharge heavy machinery research! Automate collection of equipment specs, pricing, seller contacts & location data from MachineryTrader retail listings. Advanced filtering for dealers, buyers & researchers. Get accurate intelligence without manual work.

Pricing

$23.00/month + usage

Rating

5.0

(2)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

20

Total users

2

Monthly active users

0.6 hours

Issues response

3 days ago

Last modified

Share

ParseForge Banner

๐Ÿšœ MachineryTrader Scraper

๐Ÿš€ Pull heavy machinery listings from MachineryTrader in minutes. Equipment specs, prices, dealer contacts, location, hours, year. No API key, no manual CSV wrangling.

๐Ÿ•’ Last updated: 2026-05-08 ยท ๐Ÿ“Š 30+ fields per listing ยท ๐Ÿ” Category, make, year, price filters ยท ๐Ÿšซ No auth required

Pull live equipment listings from MachineryTrader, the world's largest heavy equipment marketplace covering construction, agriculture, transportation, and industrial machinery. The actor accepts a search URL or category-and-filter combination, walks the result pages, and returns one structured record per equipment listing ready for dealer prospecting, equipment valuation, fleet planning, or auction-house intelligence.

Every run fetches data live so you get the current state of MachineryTrader at run time. Records include make, model, year, hours / mileage where applicable, asking price, condition, location, full specifications, dealer contact info, image gallery, and the canonical MachineryTrader URL.

๐Ÿ‘ฅ Built for๐ŸŽฏ Primary use cases
Equipment dealersTrack competitor pricing and inventory
Heavy machinery buyersSearch active inventory across dealers
Auction housesSource consignment leads from active listings
Fleet managersPlan replacement purchases by category
Valuation specialistsBuild comp sets for equipment appraisals
Lenders and financiersValidate equipment values for loans

๐Ÿ“‹ What the MachineryTrader Scraper does

  • ๐Ÿšœ Equipment listings. Make, model, year, hours, condition, price.
  • ๐Ÿ› ๏ธ Full specifications. Category-specific specs (engine HP, lift capacity, working width, etc.).
  • ๐Ÿ“ธ Image galleries. Primary photo plus the full gallery URL list.
  • ๐Ÿ“ Location detail. Dealer city, state, ZIP code where exposed.
  • ๐Ÿ‘ค Dealer contact. Dealer name, phone, address, and rating.
  • ๐Ÿ”— Direct URL. Back-reference to each MachineryTrader listing.

The scraper accepts either a MachineryTrader search URL (with all filters baked in) or a category code + filter combination. It walks result pages, fetches each detail page, and pushes structured records to the dataset.

๐Ÿ’ก Why it matters: MachineryTrader has the largest US-centric heavy equipment inventory but its UI is paginated, JS-rendered, and lacks bulk export. A live, structured pull beats manual scraping for dealer intelligence, valuation work, and fleet planning.


๐ŸŽฌ Full Demo

๐Ÿšง Coming soon: a 3-minute walkthrough showing setup, a live run, and how to pipe results into Salesforce or Airtable via Apify integrations.


โš™๏ธ Input

FieldTypeNameDescription
startUrlstringStart URLMachineryTrader search or detail page URL. Use this OR filters, not both.
maxItemsintegerMax ItemsFree users: limited to 10 items (preview). Paid users: optional, max 1,000,000.
categoryenumCategoryEquipment category (e.g. Crusher (1003), Asphalt Pavers (31509)). Optional.
makestringMakeManufacturer name (e.g. Caterpillar, John Deere, Komatsu).
modelstringModelModel name or pattern.
yearMinintegerMin YearLower bound on manufacturing year.
yearMaxintegerMax YearUpper bound on manufacturing year.
priceMinintegerMin PriceLower bound on asking price (USD).
priceMaxintegerMax PriceUpper bound on asking price (USD).
hoursMaxintegerMax HoursUpper bound on machine hours.

Example 1. Caterpillar excavators, 2020+, under $200K, via filters.

{
"make": "Caterpillar",
"category": "Excavators (1015)",
"yearMin": 2020,
"priceMax": 200000,
"maxItems": 50
}

Example 2. Direct URL with custom MachineryTrader filters already applied.

{
"startUrl": "https://www.machinerytrader.com/listings/search?Category=1015&MfrCode=CAT&Year=2020-&Price=-200000",
"maxItems": 100
}

โš ๏ธ Good to Know: when startUrl is set, every other filter is ignored. Use it for ad-hoc scrapes from a specific MachineryTrader filter page. The category code in parentheses (e.g. 1015) is what MachineryTrader uses internally.


๐Ÿ“Š Output

The dataset returns one structured record per equipment listing. Each record carries identifiers, make, model, year, price, hours, location, dealer info, image gallery, and a back-reference URL. Consume the dataset as JSON, CSV, Excel, XML, or RSS via the Apify console or API.

๐Ÿงพ Schema

FieldTypeExample
๐Ÿ†” listingIdstring239377131
๐Ÿท๏ธ titlestring2022 CATERPILLAR 320 Excavator
๐Ÿ–ผ๏ธ imageUrlstring (url)https://images.machinerytrader.com/.../primary.jpg
๐Ÿญ makestringCaterpillar
๐Ÿšœ modelstring320
๐Ÿ—“๏ธ yearnumber2022
โฑ๏ธ hoursnumber or null1245
๐Ÿ’ฐ pricenumber185000
๐Ÿ’ฑ currencystringUSD
๐Ÿท๏ธ conditionstringUsed
๐Ÿ“‚ categorystringExcavators
๐Ÿ“ locationstringDallas, TX
๐Ÿ™๏ธ citystringDallas
๐Ÿ“ statestringTX
๐Ÿ“ฎ zipCodestring75201
๐Ÿ‘ค dealerNamestringTexas Equipment Co.
๐Ÿ“ž dealerPhonestring+1 214 555 1212
โญ dealerRatingnumber or null4.8
๐Ÿ“ specificationsobject{ "engineHp": 162, "operatingWeight": "44000 lbs" }
๐Ÿ–ผ๏ธ imageGalleryarray["...1.jpg", "...2.jpg"]
๐Ÿ“ƒ descriptionstringLike-new condition Cat 320 with 1245 hours...
๐Ÿ”— listingUrlstring (url)https://www.machinerytrader.com/listing/for-sale/239377131/...
๐Ÿ“… scrapedAtISO datetime2026-05-08T12:00:00.000Z

๐Ÿ“ฆ Sample records

1. Typical record (Caterpillar excavator)

{
"listingId": "239377131",
"title": "2022 CATERPILLAR 320 Excavator",
"imageUrl": "https://images.machinerytrader.com/abc/primary.jpg",
"make": "Caterpillar",
"model": "320",
"year": 2022,
"hours": 1245,
"price": 185000,
"currency": "USD",
"condition": "Used",
"category": "Excavators",
"location": "Dallas, TX",
"city": "Dallas",
"state": "TX",
"zipCode": "75201",
"dealerName": "Texas Equipment Co.",
"dealerPhone": "+1 214 555 1212",
"dealerRating": 4.8,
"specifications": {
"engineHp": 162,
"operatingWeight": "44000 lbs",
"bucketCapacity": "1.5 cy"
},
"imageGallery": ["https://images.machinerytrader.com/abc/1.jpg", "https://images.machinerytrader.com/abc/2.jpg"],
"description": "Like-new condition Cat 320 with 1245 hours, fully serviced...",
"listingUrl": "https://www.machinerytrader.com/listing/for-sale/239377131/2022-caterpillar-320-excavator",
"scrapedAt": "2026-05-08T12:00:00.000Z"
}

2. New equipment (no hours)

{
"listingId": "240500001",
"title": "2026 JOHN DEERE 9R 540 Tractor",
"imageUrl": "https://images.machinerytrader.com/jd/primary.jpg",
"make": "John Deere",
"model": "9R 540",
"year": 2026,
"hours": 0,
"price": 845000,
"currency": "USD",
"condition": "New",
"category": "Tractors",
"location": "Des Moines, IA",
"dealerName": "John Deere Iowa",
"dealerPhone": "+1 515 555 9876",
"specifications": {
"engineHp": 540,
"transmission": "AutoPowr"
},
"listingUrl": "https://www.machinerytrader.com/listing/for-sale/240500001/2026-john-deere-9r-540-tractor",
"scrapedAt": "2026-05-08T12:00:00.000Z"
}

3. Sparse record (auction listing, minimal fields)

{
"listingId": "230999888",
"title": "Komatsu PC200LC-8 Excavator",
"make": "Komatsu",
"model": "PC200LC-8",
"year": 2015,
"price": null,
"currency": "USD",
"condition": "Used",
"category": "Excavators",
"location": "Indianapolis, IN",
"listingUrl": "https://www.machinerytrader.com/listing/for-sale/230999888/2015-komatsu-pc200lc-8-excavator",
"scrapedAt": "2026-05-08T12:00:00.000Z"
}

โœจ Why choose this Actor

Capability
๐ŸŽฏBuilt for the job. Scoped specifically to MachineryTrader so you skip the parser engineering entirely.
๐Ÿ”–Structured output. Clean, typed fields ready for analysis, dashboards, or downstream pipelines.
โšกFast. Optimized request patterns return results in seconds, not minutes.
๐Ÿ”Always fresh. Every run pulls live data, so the dataset reflects MachineryTrader as of run time.
๐ŸŒNo infra to manage. Apify handles proxies, retries, scaling, scheduling, and storage.
๐Ÿ›ก๏ธReliable. Battle-tested across many runs and edge cases, with graceful error handling.
๐ŸšซNo code required. Configure in the UI, run from CLI, schedule via cron, or call from any language with the Apify SDK.

๐Ÿ“Š Production-grade structured equipment data without the engineering overhead of building and maintaining your own scraper.


๐Ÿ“ˆ How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
โญ MachineryTrader Scraper (this Actor)$5 free credit, then pay-per-useFull MachineryTrader catalogLive per runCategory, make, year, price, hoursโšก 2 min
Build your own scraperEngineering hoursFull once builtWhenever you maintain itCustom code๐Ÿข Days to weeks
Paid valuation databases$$$ monthlyVendor-definedPeriodicVendor-definedโณ Hours
Manual searchesHours per checkLimitedStaleManual๐Ÿ•’ Variable

Pick this Actor when you want broad coverage, source-native filtering, and no pipeline maintenance.


๐Ÿš€ How to use

  1. ๐Ÿ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. ๐ŸŒ Open the Actor. Go to the MachineryTrader Scraper page on the Apify Store.
  3. ๐ŸŽฏ Set inputs. Either paste a MachineryTrader URL or pick category, make, and price filters.
  4. ๐Ÿš€ Run it. Click Start and let the Actor collect your data.
  5. ๐Ÿ“ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


๐Ÿ’ผ Business use cases

๐Ÿ“Š Equipment dealers

  • Track competitor pricing and inventory daily
  • Build comp sets for valuation discussions
  • Surface oversupplied and undersupplied categories
  • Monitor make / model demand trends

๐Ÿข Buyers and fleet managers

  • Search active inventory across dealers in one query
  • Filter by year, hours, and price for fit
  • Build replacement-purchase pipelines
  • Compare regional pricing differences

๐ŸŽฏ Auction houses and lenders

  • Source consignment leads from active listings
  • Validate equipment values for loan underwriting
  • Build resale-price benchmarks by category
  • Surface motivated sellers via days-listed signals

๐Ÿ› ๏ธ Engineering and product

  • Prototype equipment-data products without owning a crawler
  • Replace fragile in-house MachineryTrader scrapers
  • Wire datasets into your apps via the Apify API or webhooks
  • Skip the proxy, retry, and parsing maintenance entirely

๐ŸŒŸ Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

๐ŸŽ“ Research and academia

  • Empirical datasets for papers, thesis work, and coursework
  • Longitudinal studies tracking changes across snapshots
  • Reproducible research with cited, versioned data pulls
  • Classroom exercises on data analysis and ethical scraping

๐ŸŽจ Personal and creative

  • Side projects, portfolio demos, and indie app launches
  • Data visualizations, dashboards, and infographics
  • Content research for bloggers, YouTubers, and podcasters
  • Hobbyist collections and personal trackers

๐Ÿค Non-profit and civic

  • Transparency reporting and accountability projects
  • Advocacy campaigns backed by public-interest data
  • Community-run databases for local issues
  • Investigative journalism on public records

๐Ÿงช Experimentation

  • Prototype AI and machine-learning pipelines with real data
  • Validate product-market hypotheses before engineering spend
  • Train small domain-specific models on niche corpora
  • Test dashboard concepts with live input

๐Ÿ”Œ Automating MachineryTrader Scraper

This Actor exposes a REST endpoint, so you can drive it from any language or workflow tool.

Schedules. Use Apify Scheduler to capture daily snapshots of equipment listings. Combine with the Apify dataset diff tools to track new listings, price changes, and sold equipment between runs.


โ“ Frequently Asked Questions

๐Ÿ’ณ Do I need a paid Apify plan to run this actor?

No. You can start right now on the free Apify plan, which includes $5 in monthly credit. That is enough to run the scraper several times and explore the output. Paid plans unlock higher item caps, more concurrent runs, and larger datasets. Create a free Apify account here.

๐Ÿšจ What happens if my run fails or returns no results?

Failed runs are not charged. If MachineryTrader changes its DOM, proxies get rate-limited, or your filters match nothing, re-run the actor or open our contact form and we will look into it.

๐Ÿ“ How many items can I scrape per run?

Free users are limited to 10 items per run so you can preview the output. Paid users can raise maxItems up to 1,000,000 per run.

๐Ÿ•’ How fresh is the data?

Every run fetches live data at the moment of execution. There is no cache or delay: records reflect what MachineryTrader returned at run time. Schedule the actor to maintain a rolling snapshot.

๐Ÿง‘โ€๐Ÿ’ป Can I call this actor from my own code?

Yes. Apify exposes every actor as a REST endpoint and ships first-class SDKs for Node.js and Python. You can start a run, read the dataset, and handle webhooks from your own app in a few lines.

๐Ÿ“ค How do I export the data?

Every Apify dataset can be downloaded in one click as CSV, JSON, JSONL, Excel, HTML, XML, or RSS. You can also pull results programmatically via the Apify API or stream into BigQuery, S3, and other destinations through built-in integrations.

๐Ÿ“… Can I schedule the actor to run automatically?

Yes. Use the Apify scheduler to run the actor on any cadence, from hourly to monthly. Results are saved to your dataset and can be delivered to webhooks, email, Slack, cloud storage, or automation tools such as Zapier and Make.

๐Ÿช Can I use the data commercially?

Yes. The scraped data is yours to use in your own internal pipelines, products, and reports, subject to the terms of service of the source site.

๐Ÿ’ผ Which plan should I pick for production use?

Apify's Starter and Scale plans are designed for production workloads. They give you faster instances, more concurrent runs, and higher proxy quotas. Pick the plan that matches your dataset size and refresh cadence.

๐Ÿ› ๏ธ The data I need is not in the output. Can you add it?

Most likely yes. Open the contact form and tell us which field you need. We add fields all the time when there is a clear use case and the source page exposes the data.

This Actor only collects data from publicly accessible MachineryTrader pages, the same content any visitor can read. Public web scraping is generally legal in most jurisdictions for non-personal data, but laws vary by country and use case. You are responsible for compliance with the source site's Terms of Service and applicable law.


๐Ÿ”Œ Integrate with any app

MachineryTrader Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get run notifications in your channels
  • Airbyte - Pipe results into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes.


๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.


๐Ÿ†˜ Need Help? Open our contact form to request a new scraper, propose a custom project, or report an issue.


โš ๏ธ Disclaimer. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by MachineryTrader or Sandhills Global. All trademarks mentioned are the property of their respective owners. The scraper accesses only publicly available pages and is intended for legitimate research, analytics, and lead-generation use. Users are responsible for compliance with the source site's Terms of Service and applicable law.