Import IronPlanet HTML

Paste HTML snippets to extract and import auction results

How to use:

Easiest Method (Fully Automatic + Multi-Page!):

  1. Click "Generate My Import Script" button below
  2. Copy the generated script
  3. Go to ironplanet.com and search for equipment (navigate to first page of results)
  4. Press F12 to open DevTools, go to Console tab
  5. Paste the script and press Enter
  6. 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

  1. Open DevTools (F12), go to Elements tab
  2. Find the parent container with sr_list_item elements
  3. Click to select it, then press Esc to open Console drawer
  4. Type: copy($0.outerHTML) and press Enter

Method 2: Using Context Menu

  1. Open DevTools (F12), go to Elements tab
  2. Find the parent container with sr_list_item elements
  3. Right-click → CopyCopy 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:

  1. Press Esc to open the Console drawer (if not visible)
  2. Type: copy($0.outerHTML)
  3. 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...