Machinery Trader Sell Scraper
Pricing
$23.00/month + usage
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
Actor stats
0
Bookmarked
20
Total users
2
Monthly active users
0.6 hours
Issues response
3 days ago
Last modified
Categories
Share

๐ 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 dealers | Track competitor pricing and inventory |
| Heavy machinery buyers | Search active inventory across dealers |
| Auction houses | Source consignment leads from active listings |
| Fleet managers | Plan replacement purchases by category |
| Valuation specialists | Build comp sets for equipment appraisals |
| Lenders and financiers | Validate 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
| Field | Type | Name | Description |
|---|---|---|---|
startUrl | string | Start URL | MachineryTrader search or detail page URL. Use this OR filters, not both. |
maxItems | integer | Max Items | Free users: limited to 10 items (preview). Paid users: optional, max 1,000,000. |
category | enum | Category | Equipment category (e.g. Crusher (1003), Asphalt Pavers (31509)). Optional. |
make | string | Make | Manufacturer name (e.g. Caterpillar, John Deere, Komatsu). |
model | string | Model | Model name or pattern. |
yearMin | integer | Min Year | Lower bound on manufacturing year. |
yearMax | integer | Max Year | Upper bound on manufacturing year. |
priceMin | integer | Min Price | Lower bound on asking price (USD). |
priceMax | integer | Max Price | Upper bound on asking price (USD). |
hoursMax | integer | Max Hours | Upper 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
startUrlis 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
| Field | Type | Example |
|---|---|---|
๐ listingId | string | 239377131 |
๐ท๏ธ title | string | 2022 CATERPILLAR 320 Excavator |
๐ผ๏ธ imageUrl | string (url) | https://images.machinerytrader.com/.../primary.jpg |
๐ญ make | string | Caterpillar |
๐ model | string | 320 |
๐๏ธ year | number | 2022 |
โฑ๏ธ hours | number or null | 1245 |
๐ฐ price | number | 185000 |
๐ฑ currency | string | USD |
๐ท๏ธ condition | string | Used |
๐ category | string | Excavators |
๐ location | string | Dallas, TX |
๐๏ธ city | string | Dallas |
๐ state | string | TX |
๐ฎ zipCode | string | 75201 |
๐ค dealerName | string | Texas Equipment Co. |
๐ dealerPhone | string | +1 214 555 1212 |
โญ dealerRating | number or null | 4.8 |
๐ specifications | object | { "engineHp": 162, "operatingWeight": "44000 lbs" } |
๐ผ๏ธ imageGallery | array | ["...1.jpg", "...2.jpg"] |
๐ description | string | Like-new condition Cat 320 with 1245 hours... |
๐ listingUrl | string (url) | https://www.machinerytrader.com/listing/for-sale/239377131/... |
๐
scrapedAt | ISO datetime | 2026-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
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ MachineryTrader Scraper (this Actor) | $5 free credit, then pay-per-use | Full MachineryTrader catalog | Live per run | Category, make, year, price, hours | โก 2 min |
| Build your own scraper | Engineering hours | Full once built | Whenever you maintain it | Custom code | ๐ข Days to weeks |
| Paid valuation databases | $$$ monthly | Vendor-defined | Periodic | Vendor-defined | โณ Hours |
| Manual searches | Hours per check | Limited | Stale | Manual | ๐ Variable |
Pick this Actor when you want broad coverage, source-native filtering, and no pipeline maintenance.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the MachineryTrader Scraper page on the Apify Store.
- ๐ฏ Set inputs. Either paste a MachineryTrader URL or pick category, make, and price filters.
- ๐ Run it. Click Start and let the Actor collect your data.
- ๐ฅ 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
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ Automating MachineryTrader Scraper
This Actor exposes a REST endpoint, so you can drive it from any language or workflow tool.
- Node.js - call it via the Apify JS SDK.
- Python - call it via the Apify Python SDK.
- REST - hit it directly through the Apify v2 API.
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.
โ๏ธ Is scraping MachineryTrader legal?
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.
๐ Recommended Actors
- ๐ Iron Planet Scraper - Auction equipment listings with bid info
- ๐ CommercialTruckTrader Scraper - Commercial truck listings with specs
- ๐ Cars and Bids Scraper - Auction listings with bid history
- ๐ EquipmentTrader Scraper - Equipment listings across categories
- ๐๏ธ DealStream Scraper - Industrial equipment and machinery deals
๐ก 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.