How to use:
Easiest Method (Fully Automatic + Multi-Page!):
- Click "Generate My Import Script" button below
- Copy the generated script
- Go to ironplanet.com and search for equipment (navigate to first page of results)
- Press F12 to open DevTools, go to Console tab
- Paste the script and press Enter
- Watch it work! Script automatically:
- Imports current page
- Clicks "Next" button
- Imports next page
- Repeats until all pages are done!
Timing: Automatically:
• Fetches detail pages + inspection reports for each item
• AI summarizes each inspection report using OpenAI (GPT-4o-mini)
• Saves each item immediately after processing
• Waits 10-90 seconds (random) between detail pages
• Waits 10-20 seconds between result pages
⏱️ Balanced speed and safety! ~20 items = 10-30 minutes per page.
Manual Methods (click to expand)
Method 1: Using Console
- Open DevTools (F12), go to Elements tab
- Find the parent container with
sr_list_itemelements - Click to select it, then press Esc to open Console drawer
- Type:
copy($0.outerHTML)and press Enter
Method 2: Using Context Menu
- Open DevTools (F12), go to Elements tab
- Find the parent container with
sr_list_itemelements - Right-click →
Copy→Copy outer HTML
Automatic Console Method (Recommended):
This script will automatically import directly - no pasting needed!
Click to generate a personalized script with your session embedded
Manual Console Method:
After selecting the parent element in DevTools:
- Press Esc to open the Console drawer (if not visible)
- Type:
copy($0.outerHTML) - Press Enter - HTML is now copied to clipboard!
Tip: Each auction item should have class sr_list_item.
The parser will extract: equipment name, year, brand, model, hours, price, location, and source URL.
Processing HTML...